Trace number 2094735

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 23.4534 23.7629

DiagnosticValue
CHECKS791
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.72858
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data

0.08/0.10	
0.08/0.10	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2094735-1247405146.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.97/1.03	     nbVariables=20820  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=41636
0.97/1.03	       =>  wckTime=0.778  cpuTime=0.54  mem=23M51
0.97/1.03	   
0.97/1.03	   predicates being loaded...
0.97/1.09	   
0.97/1.09	   constraints being loaded...
21.31/21.67	     nbConstraints=44659  nbGlobalConstraints=15  nbSingletonDomainVariables=4  nbConvertedConstraints=28128
21.31/21.68	     nbConvertConstraintsChecks=136  nbExtensionStructures=4  nbSharedExtensionStructures=28124  nbConflictsStructures=9
21.31/21.68	     nbSharedConflictsStructures=44635  nbSharedBinaryRepresentations=10  nbEvaluationManagers=5
21.31/21.68	     nbSharedEvaluationManagers=16511  minDegree=1  maxDegree=17  minArity=2  avgArity=2.43  maxArity=6  nbGenerators=15
21.31/21.68	     nbFusions=0  symmetryWckTime=12.462  symmetryCpuTime=0.57
21.31/21.68	       =>  wckTime=21.423  cpuTime=7.84  mem=303M121
22.01/22.35	   
22.01/22.36	   solver IterativeSystematicSolver being built... 
22.51/22.81	   
22.51/22.81	   INFO : Forward propagation technique limited 
23.20/23.55	       =>  wckTime=23.301  cpuTime=8.8  mem=311M851
23.30/23.67	   
23.30/23.67	   preprocessing
23.30/23.67	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
23.30/23.67	     nbRemovedValues=196  detectedInconsistency=yes
23.30/23.67	       =>  wckTime=0.089  cpuTime=0.07  mem=313M863
23.30/23.67	   
23.30/23.67	   global
23.30/23.67	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
23.30/23.67	     nbRestartNogoods=0  solvingWckTime=0.099  solvingCpuTime=0.08  expiredTime=no  totalExploration=yes
23.30/23.67	     nbFoundSolutions=0  globalCpuTime=8.95
23.30/23.67	       =>  wckTime=23.419  cpuTime=8.9  mem=313M863
23.30/23.68	   
23.30/23.68	s UNSATISFIABLE
23.30/23.68	d NODES 0
23.30/23.68	d CHECKS 791
23.30/23.68	   
23.30/23.68	   totalWckTime=23.484  totalCpuTime=8.96

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094735-1247405146/watcher-2094735-1247405146 -o /tmp/evaluation-result-2094735-1247405146/solver-2094735-1247405146 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094735-1247405146.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28483
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=18576 CPUtime=0
/proc/28483/stat : 28483 (runsolver) R 28481 28483 28067 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27578573 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28483/statm: 4644 284 249 26 0 2626 0

[startup+0.0390871 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28483
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=861936 CPUtime=0.01
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 27578573 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 215484 1563 686 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.100994 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28483
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=865984 CPUtime=0.08
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 3648 0 1 0 6 2 0 0 18 0 9 0 27578573 886767616 3131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216496 3131 1672 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301031 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28483
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=866144 CPUtime=0.28
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 5658 0 1 0 24 4 0 0 18 0 9 0 27578573 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216536 5061 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701111 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28483
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867536 CPUtime=0.68
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 9696 0 1 0 61 7 0 0 18 0 9 0 27578573 888356864 9058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216884 9058 2001 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867536

[startup+1.50126 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 28492
/proc/meminfo: memFree=1646040/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867624 CPUtime=1.46
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 18897 0 1 0 134 12 0 0 18 0 9 0 27578573 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216906 18248 2051 9 0 211342 0
[pid=28483/tid=28485] ppid=28481 vsize=867624 CPUtime=1.19
/proc/28483/task/28485/stat : 28485 (java) R 28481 28483 28067 0 -1 64 15793 0 1 0 109 10 0 0 25 0 9 0 27578575 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 102724601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=867624 CPUtime=0.06
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 1757 0 0 0 6 0 0 0 16 0 9 0 27578576 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=867624 CPUtime=0
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27578577 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=867624 CPUtime=0
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27578577 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=867624 CPUtime=0
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27578579 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=867624 CPUtime=0.18
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 645 0 0 0 18 0 0 0 16 0 9 0 27578579 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=867624 CPUtime=0
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27578579 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=867624 CPUtime=0
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27578579 888446976 18248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867624

[startup+3.10257 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 28492
/proc/meminfo: memFree=1631384/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867536 CPUtime=3.05
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 24666 0 1 0 291 14 0 0 18 0 9 0 27578573 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216884 23993 2029 9 0 211342 0
[pid=28483/tid=28485] ppid=28481 vsize=867536 CPUtime=2.49
/proc/28483/task/28485/stat : 28485 (java) R 28481 28483 28067 0 -1 64 15795 0 1 0 239 10 0 0 25 0 9 0 27578575 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 102882697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=867536 CPUtime=0.35
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 7522 0 0 0 33 2 0 0 17 0 9 0 27578576 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27578577 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27578577 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27578579 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=867536 CPUtime=0.18
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 646 0 0 0 18 0 0 0 17 0 9 0 27578579 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27578579 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27578579 888356864 23993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867536

[startup+6.30117 s]
/proc/loadavg: 1.93 1.98 1.99 4/89 28492
/proc/meminfo: memFree=1614616/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867536 CPUtime=6.22
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 29594 0 1 0 497 125 0 0 18 0 9 0 27578573 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216884 28916 2032 9 0 211342 0
[pid=28483/tid=28485] ppid=28481 vsize=867536 CPUtime=5.28
/proc/28483/task/28485/stat : 28485 (java) R 28481 28483 28067 0 -1 64 15828 0 1 0 410 118 0 0 25 0 9 0 27578575 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4126535300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=867536 CPUtime=0.66
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 12372 0 0 0 62 4 0 0 17 0 9 0 27578576 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27578577 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27578577 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27578579 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=867536 CPUtime=0.23
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 691 0 0 0 23 0 0 0 16 0 9 0 27578579 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27578579 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=867536 CPUtime=0
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27578579 888356864 28916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867536

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 28494
/proc/meminfo: memFree=1363464/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867860 CPUtime=9.57
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 86446 0 1 0 736 221 0 0 18 0 10 0 27578573 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216965 85564 2036 9 0 211423 0
[pid=28494] ppid=28483 vsize=18456 CPUtime=2.95
/proc/28494/stat : 28494 (saucy) R 28483 28483 28067 0 -1 4194304 2181 0 0 0 292 3 0 0 25 0 1 0 27579541 18898944 2080 996147200 134512640 134531332 4294956000 18446744073709551615 134523055 0 4 0 0 0 0 0 17 1 0 0
/proc/28494/statm: 4614 2080 95 4 0 4290 0
[pid=28483/tid=28485] ppid=28481 vsize=867860 CPUtime=7.8
/proc/28483/task/28485/stat : 28485 (java) S 28481 28483 28067 0 -1 64 15917 0 1 0 592 188 0 0 24 0 10 0 27578575 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=867860 CPUtime=1.45
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 69030 0 0 0 116 29 0 0 16 0 10 0 27578576 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27578577 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 27578577 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=867860 CPUtime=0.26
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 708 0 0 0 26 0 0 0 15 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 24 0 0 0 0 0 0 0 15 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28493] ppid=28481 vsize=867860 CPUtime=0.01
/proc/28483/task/28493/stat : 28493 (java) S 28481 28483 28067 0 -1 64 65 0 0 0 0 1 0 0 24 0 10 0 27579541 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886316

Solver just ended. Dumping a history of the last processes samples

[startup+19.1026 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 28494
/proc/meminfo: memFree=1362376/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=867860 CPUtime=9.57
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 86446 0 1 0 736 221 0 0 18 0 10 0 27578573 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 216965 85564 2036 9 0 211423 0
[pid=28494] ppid=28483 vsize=18456 CPUtime=9.28
/proc/28494/stat : 28494 (saucy) R 28483 28483 28067 0 -1 4194304 2502 0 0 0 925 3 0 0 25 0 1 0 27579541 18898944 2380 996147200 134512640 134531332 4294956000 18446744073709551615 134523163 0 4 0 0 0 0 0 17 1 0 0
/proc/28494/statm: 4614 2380 95 4 0 4290 0
[pid=28483/tid=28485] ppid=28481 vsize=867860 CPUtime=7.8
/proc/28483/task/28485/stat : 28485 (java) S 28481 28483 28067 0 -1 64 15917 0 1 0 592 188 0 0 24 0 10 0 27578575 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=867860 CPUtime=1.45
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 69030 0 0 0 116 29 0 0 16 0 10 0 27578576 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27578577 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 27578577 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=867860 CPUtime=0.26
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 708 0 0 0 26 0 0 0 15 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=867860 CPUtime=0
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 24 0 0 0 0 0 0 0 15 0 10 0 27578579 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28493] ppid=28481 vsize=867860 CPUtime=0.01
/proc/28483/task/28493/stat : 28493 (java) S 28481 28483 28067 0 -1 64 65 0 0 0 0 1 0 0 24 0 10 0 27579541 888688640 85564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.85
Current children cumulated vsize (KiB) 886316

[startup+22.3022 s]
/proc/loadavg: 1.94 1.98 1.99 4/89 28496
/proc/meminfo: memFree=1374608/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=868688 CPUtime=22.01
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 110265 3156 1 0 821 226 1149 5 18 0 9 0 27578573 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 217172 87108 2638 9 0 211630 0
[pid=28483/tid=28485] ppid=28481 vsize=868688 CPUtime=19.59
/proc/28483/task/28485/stat : 28485 (java) S 28481 28483 28067 0 -1 64 19684 3156 1 0 616 189 1149 5 19 0 9 0 27578575 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=868688 CPUtime=13.6
/proc/28483/task/28486/stat : 28486 (java) R 28481 28483 28067 0 -1 64 88791 3156 0 0 174 32 1149 5 20 0 9 0 27578576 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 104190886 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=868688 CPUtime=11.54
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 16 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=868688 CPUtime=11.54
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 6 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=868688 CPUtime=11.54
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 18 0 9 0 27578579 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=868688 CPUtime=11.84
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 926 3156 0 0 29 1 1149 5 15 0 9 0 27578579 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=868688 CPUtime=11.54
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 19 0 9 0 27578579 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=868688 CPUtime=11.54
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 28 3156 0 0 0 0 1149 5 15 0 9 0 27578579 889536512 87108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 868688

[startup+23.1084 s]
/proc/loadavg: 2.03 2.00 2.00 4/89 28496
/proc/meminfo: memFree=1365648/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=868272 CPUtime=22.81
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 124687 3156 1 0 897 230 1149 5 18 0 9 0 27578573 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 217068 89387 2663 9 0 211504 0
[pid=28483/tid=28485] ppid=28481 vsize=868272 CPUtime=20.16
/proc/28483/task/28485/stat : 28485 (java) R 28481 28483 28067 0 -1 64 30390 3156 1 0 671 191 1149 5 17 0 9 0 27578575 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 104622573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=868272 CPUtime=13.77
/proc/28483/task/28486/stat : 28486 (java) R 28481 28483 28067 0 -1 64 92424 3156 0 0 189 34 1149 5 22 0 9 0 27578576 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 21 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 12 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 18 0 9 0 27578579 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=868272 CPUtime=11.91
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 998 3156 0 0 36 1 1149 5 15 0 9 0 27578579 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 19 0 9 0 27578579 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 28 3156 0 0 0 0 1149 5 15 0 9 0 27578579 889110528 89387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.81
Current children cumulated vsize (KiB) 868272

[startup+23.5025 s]
/proc/loadavg: 2.03 2.00 2.00 4/89 28496
/proc/meminfo: memFree=1365648/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=868272 CPUtime=23.2
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 125429 3156 1 0 935 231 1149 5 18 0 9 0 27578573 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 217068 90124 2663 9 0 211504 0
[pid=28483/tid=28485] ppid=28481 vsize=868272 CPUtime=20.5
/proc/28483/task/28485/stat : 28485 (java) R 28481 28483 28067 0 -1 64 30390 3156 1 0 705 191 1149 5 18 0 9 0 27578575 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 102640468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=868272 CPUtime=13.8
/proc/28483/task/28486/stat : 28486 (java) R 28481 28483 28067 0 -1 64 93153 3156 0 0 192 34 1149 5 23 0 9 0 27578576 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 21 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 13 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 18 0 9 0 27578579 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=868272 CPUtime=11.92
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 1010 3156 0 0 37 1 1149 5 15 0 9 0 27578579 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 19 0 9 0 27578579 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=868272 CPUtime=11.54
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 28 3156 0 0 0 0 1149 5 15 0 9 0 27578579 889110528 90124 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 868272

[startup+23.7025 s]
/proc/loadavg: 2.03 2.00 2.00 4/89 28496
/proc/meminfo: memFree=1365648/2055920 swapFree=4192812/4192956
[pid=28483] ppid=28481 vsize=868184 CPUtime=23.38
/proc/28483/stat : 28483 (java) S 28481 28483 28067 0 -1 0 125482 3156 1 0 953 231 1149 5 18 0 9 0 27578573 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28483/statm: 217046 90133 2641 9 0 211504 0
[pid=28483/tid=28485] ppid=28481 vsize=868184 CPUtime=20.66
/proc/28483/task/28485/stat : 28485 (java) S 28481 28483 28067 0 -1 64 30415 3156 1 0 720 192 1149 5 20 0 9 0 27578575 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28486] ppid=28481 vsize=868184 CPUtime=13.8
/proc/28483/task/28486/stat : 28486 (java) S 28481 28483 28067 0 -1 64 93153 3156 0 0 192 34 1149 5 23 0 9 0 27578576 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28487] ppid=28481 vsize=868184 CPUtime=11.54
/proc/28483/task/28487/stat : 28487 (java) S 28481 28483 28067 0 -1 64 21 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28488] ppid=28481 vsize=868184 CPUtime=11.54
/proc/28483/task/28488/stat : 28488 (java) S 28481 28483 28067 0 -1 64 28 3156 0 0 0 0 1149 5 16 0 9 0 27578577 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28489] ppid=28481 vsize=868184 CPUtime=11.54
/proc/28483/task/28489/stat : 28489 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 18 0 9 0 27578579 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28490] ppid=28481 vsize=868184 CPUtime=11.94
/proc/28483/task/28490/stat : 28490 (java) S 28481 28483 28067 0 -1 64 1023 3156 0 0 39 1 1149 5 15 0 9 0 27578579 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28491] ppid=28481 vsize=868184 CPUtime=11.54
/proc/28483/task/28491/stat : 28491 (java) S 28481 28483 28067 0 -1 64 1 3156 0 0 0 0 1149 5 19 0 9 0 27578579 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28483/tid=28492] ppid=28481 vsize=868184 CPUtime=11.54
/proc/28483/task/28492/stat : 28492 (java) S 28481 28483 28067 0 -1 64 28 3156 0 0 0 0 1149 5 15 0 9 0 27578579 889020416 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.38
Current children cumulated vsize (KiB) 868184

Child status: 0
Real time (s): 23.7629
CPU time (s): 23.4534
CPU user time (s): 21.0248
CPU system time (s): 2.42863
CPU usage (%): 98.6976
Max. virtual memory (cumulated for all children) (KiB): 886316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0248
system time used= 2.42863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2011
involuntary context switches= 2899

runsolver used 0.047992 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 15:25:46
IDJOB=2094735
IDBENCH=54522
IDSOLVER=773
FILE ID=node42/2094735-1247405146
PBS_JOBID= 9510559
Free space on /tmp= 66300 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094735-1247405146/watcher-2094735-1247405146 -o /tmp/evaluation-result-2094735-1247405146/solver-2094735-1247405146 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094735-1247405146.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=883576352

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711424 kB
Buffers:         40008 kB
Cached:         166100 kB
SwapCached:          0 kB
Active:         180584 kB
Inactive:       110572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8860 kB
Writeback:           0 kB
Mapped:         105548 kB
Slab:            38392 kB
Committed_AS:  1008456 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node42 at 2009-07-12 15:26:10