Trace number 2096121

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 34.6547 34.7765

DiagnosticValue
CHECKS648680000
NODES70948

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-1.xml
MD5SUMd67bbe03f75fa640dcc64ea2e3b71317
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size249
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	
0.05/0.07	Abscon 112 (May, 2008)
0.11/0.20	
0.11/0.20	   configuration
0.11/0.20	     name=mac.xml
0.23/0.23	   
0.23/0.23	   instance
0.23/0.23	     name=HOME/instance-2096121-1247409949.xml
0.23/0.26	   
0.23/0.26	   domains being loaded...
0.23/0.27	   
0.23/0.27	   variables being loaded...
0.23/0.29	     nbVariables=25  nbDomainTypes=25  minDomainSize=160  maxDomainSize=249  nbTotalValues=5116
0.23/0.29	       =>  wckTime=0.093  cpuTime=0.09  mem=7M892
0.23/0.29	   
0.23/0.29	   predicates being loaded...
0.34/0.34	   
0.34/0.34	   constraints being loaded...
1.58/1.57	     nbConstraints=105  nbGlobalConstraints=5  nbConvertedConstraints=100  nbConvertConstraintsChecks=4174586
1.58/1.58	     nbExtensionStructures=100  nbSharedExtensionStructures=4  nbConflictsStructures=100  nbSharedConflictsStructures=4
1.58/1.58	     nbSharedBinaryRepresentations=16811  minDegree=9  maxDegree=9  minArity=2  avgArity=2.14  maxArity=5
1.58/1.58	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.046  symmetryCpuTime=0.03  nbCliques=5
1.58/1.58	       =>  wckTime=1.377  cpuTime=1.34  mem=18M705
1.67/1.63	   
1.67/1.63	   solver IterativeSystematicSolver being built... 
1.67/1.69	   
1.67/1.69	   INFO : Forward propagation technique limited 
1.76/1.75	       =>  wckTime=1.557  cpuTime=1.44  mem=21M213
1.76/1.76	   
1.76/1.76	   preprocessing
1.76/1.76	     nbConstraintChecks=1462  nbPropagations=27  nbRevisions=5  nbUselessRevisions=1  nbRemovedValues=29
1.76/1.76	     detectedInconsistency=no
1.76/1.76	       =>  wckTime=0.0070  cpuTime=0.0  mem=22M221
3.06/3.01	   
3.06/3.01	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=14M212)
34.60/34.72	   
34.60/34.72	   search
34.60/34.72	     run=20  nbConstraintChecks=648678319  minDepth=0  maxDepth=2  nbPropagations=2248221  nbRevisions=9055347
34.60/34.72	     nbUselessRevisions=3998334  nbAssignments=70948  nbFailedAssignments=68282  nbBacktracks=2629
34.60/34.72	     nbVisitedNodes=141850  nbRestartNogoods=737  nbSEliminables=0  nbREliminables=4.19  nbIEliminables=16.85
34.60/34.72	     nbDEliminables=0  nbPEliminables=0
34.60/34.72	       =>  wckTime=32.958  cpuTime=32.67  mem=37M299
34.60/34.72	   
34.60/34.72	   global
34.60/34.72	     nbConstraintChecks=648679781  nbPropagations=2248248  nbRevisions=9055352  nbUselessRevisions=3998335
34.60/34.72	     nbRestartNogoods=737  solvingWckTime=32.96  solvingCpuTime=32.67  expiredTime=no  totalExploration=yes
34.60/34.72	     nbFoundSolutions=0  globalCpuTime=34.15
34.60/34.72	       =>  wckTime=34.519  cpuTime=34.11  mem=37M299
34.60/34.72	   
34.60/34.72	s UNSATISFIABLE
34.60/34.72	d NODES 70948
34.60/34.72	d CHECKS 648679781
34.60/34.72	   
34.60/34.72	   totalWckTime=34.56  totalCpuTime=34.16

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-2096121-1247409949/watcher-2096121-1247409949 -o /tmp/evaluation-result-2096121-1247409949/solver-2096121-1247409949 -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-2096121-1247409949.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.86 2.12 2.10 3/67 29013
/proc/meminfo: memFree=1726840/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=152 CPUtime=0
/proc/29013/stat : 29013 (java) R 29011 29013 27420 0 -1 0 205 0 0 0 0 0 0 0 21 0 1 0 28057469 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 12501291 0 0 4096 0 0 0 0 17 0 0 0
/proc/29013/statm: 38 26 19 9 0 4 0

[startup+0.0552601 s]
/proc/loadavg: 1.86 2.12 2.10 3/67 29013
/proc/meminfo: memFree=1726840/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=865028 CPUtime=0.05
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 2836 0 1 0 4 1 0 0 21 0 9 0 28057469 885788672 2370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216257 2370 1122 9 0 211150 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865028

[startup+0.102266 s]
/proc/loadavg: 1.86 2.12 2.10 3/67 29013
/proc/meminfo: memFree=1726840/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=866864 CPUtime=0.11
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 4065 0 1 0 9 2 0 0 21 0 9 0 28057469 887668736 3494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216716 3495 1806 9 0 211201 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 866864

[startup+0.30229 s]
/proc/loadavg: 1.86 2.12 2.10 3/67 29013
/proc/meminfo: memFree=1726840/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867244 CPUtime=0.34
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 6752 0 1 0 30 4 0 0 21 0 9 0 28057469 888057856 6107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216811 6108 2001 9 0 211269 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 867244

[startup+0.702337 s]
/proc/loadavg: 1.86 2.12 2.10 3/67 29013
/proc/meminfo: memFree=1726840/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867472 CPUtime=0.79
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 8011 0 1 0 74 5 0 0 21 0 9 0 28057469 888291328 7363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216868 7363 2036 9 0 211304 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 867472

[startup+1.50142 s]
/proc/loadavg: 1.86 2.12 2.10 3/89 29040
/proc/meminfo: memFree=1687752/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867472 CPUtime=1.58
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 8791 0 1 0 152 6 0 0 21 0 9 0 28057469 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216868 8142 2038 9 0 211304 0
[pid=29013/tid=29015] ppid=29011 vsize=867472 CPUtime=1.46
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 7717 0 1 0 141 5 0 0 21 0 9 0 28057470 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4126665354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 28057471 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 28057471 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 28057471 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28057473 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867472 CPUtime=0.1
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 375 0 0 0 10 0 0 0 16 0 9 0 28057473 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28057473 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867472 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28057473 888291328 8142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 867472

[startup+3.10161 s]
/proc/loadavg: 1.86 2.12 2.10 3/89 29044
/proc/meminfo: memFree=1659648/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=3.16
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 25291 273 1 0 303 13 0 0 21 0 9 0 28057469 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 18857 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=2.87
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19579 273 1 0 277 10 0 0 25 0 9 0 28057470 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4126817660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.06
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 4260 273 0 0 5 1 0 0 16 0 9 0 28057471 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.2
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 609 273 0 0 20 0 0 0 15 0 9 0 28057473 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 5 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 18857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 867848

[startup+6.30297 s]
/proc/loadavg: 1.87 2.12 2.10 3/89 29048
/proc/meminfo: memFree=1583800/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=6.35
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26362 273 1 0 621 14 0 0 21 0 9 0 28057469 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19921 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=6.04
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19585 273 1 0 594 10 0 0 25 0 9 0 28057470 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4126856948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.06
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5322 273 0 0 5 1 0 0 16 0 9 0 28057471 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.21
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 611 273 0 0 21 0 0 0 16 0 9 0 28057473 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 867848

[startup+12.7017 s]
/proc/loadavg: 1.88 2.12 2.10 3/89 29048
/proc/meminfo: memFree=1583504/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=12.71
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26373 273 1 0 1257 14 0 0 21 0 9 0 28057469 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19926 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=12.4
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19590 273 1 0 1229 11 0 0 25 0 9 0 28057470 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4126845774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.06
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5325 273 0 0 5 1 0 0 16 0 9 0 28057471 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.21
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 614 273 0 0 21 0 0 0 17 0 9 0 28057473 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 867848

[startup+25.5021 s]
/proc/loadavg: 1.90 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=25.45
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26389 273 1 0 2531 14 0 0 21 0 9 0 28057469 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19931 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=25.13
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19600 273 1 0 2502 11 0 0 25 0 9 0 28057470 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4126843180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5327 273 0 0 6 1 0 0 16 0 9 0 28057471 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19931 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 867848

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

[startup+28.7015 s]
/proc/loadavg: 1.90 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=28.63
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26393 273 1 0 2849 14 0 0 21 0 9 0 28057469 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19933 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=28.31
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19602 273 1 0 2820 11 0 0 25 0 9 0 28057470 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4126846584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5329 273 0 0 6 1 0 0 17 0 9 0 28057471 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19933 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.63
Current children cumulated vsize (KiB) 867848

[startup+31.9069 s]
/proc/loadavg: 1.91 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=31.82
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26395 273 1 0 3168 14 0 0 21 0 9 0 28057469 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19934 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=31.5
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19603 273 1 0 3139 11 0 0 25 0 9 0 28057470 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4126682520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5330 273 0 0 6 1 0 0 16 0 9 0 28057471 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19934 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (KiB) 867848

[startup+33.5021 s]
/proc/loadavg: 1.91 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=33.4
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26399 273 1 0 3326 14 0 0 21 0 9 0 28057469 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19937 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=33.08
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19604 273 1 0 3297 11 0 0 25 0 9 0 28057470 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4126682520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5333 273 0 0 6 1 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.4
Current children cumulated vsize (KiB) 867848

[startup+34.3021 s]
/proc/loadavg: 1.92 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=34.2
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26400 273 1 0 3406 14 0 0 21 0 9 0 28057469 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19937 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=33.88
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19605 273 1 0 3377 11 0 0 25 0 9 0 28057470 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4126846553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5333 273 0 0 6 1 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.2
Current children cumulated vsize (KiB) 867848

[startup+34.7022 s]
/proc/loadavg: 1.92 2.11 2.09 3/89 29048
/proc/meminfo: memFree=1583456/2055920 swapFree=4191904/4192956
[pid=29013] ppid=29011 vsize=867848 CPUtime=34.6
/proc/29013/stat : 29013 (java) S 29011 29013 27420 0 -1 0 26400 273 1 0 3446 14 0 0 21 0 9 0 28057469 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29013/statm: 216962 19937 2637 9 0 211420 0
[pid=29013/tid=29015] ppid=29011 vsize=867848 CPUtime=34.28
/proc/29013/task/29015/stat : 29015 (java) R 29011 29013 27420 0 -1 64 19605 273 1 0 3417 11 0 0 25 0 9 0 28057470 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4126856896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29016] ppid=29011 vsize=867848 CPUtime=0.07
/proc/29013/task/29016/stat : 29016 (java) S 29011 29013 27420 0 -1 64 5333 273 0 0 6 1 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29017] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29017/stat : 29017 (java) S 29011 29013 27420 0 -1 64 19 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29018] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29018/stat : 29018 (java) S 29011 29013 27420 0 -1 64 12 273 0 0 0 0 0 0 16 0 9 0 28057471 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29019] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29019/stat : 29019 (java) S 29011 29013 27420 0 -1 64 1 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29020] ppid=29011 vsize=867848 CPUtime=0.22
/proc/29013/task/29020/stat : 29020 (java) S 29011 29013 27420 0 -1 64 618 273 0 0 22 0 0 0 16 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29013/tid=29021] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29021/stat : 29021 (java) S 29011 29013 27420 0 -1 64 0 273 0 0 0 0 0 0 25 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29013/tid=29022] ppid=29011 vsize=867848 CPUtime=0
/proc/29013/task/29022/stat : 29022 (java) S 29011 29013 27420 0 -1 64 6 273 0 0 0 0 0 0 15 0 9 0 28057473 888676352 19937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.6
Current children cumulated vsize (KiB) 867848

Child status: 0
Real time (s): 34.7765
CPU time (s): 34.6547
CPU user time (s): 34.4858
CPU system time (s): 0.168974
CPU usage (%): 99.6498
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.4858
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26703
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= 1786
involuntary context switches= 2112

runsolver used 0.044993 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 16:45:49
IDJOB=2096121
IDBENCH=56054
IDSOLVER=773
FILE ID=node63/2096121-1247409949
PBS_JOBID= 9510520
Free space on /tmp= 66224 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-1.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-2096121-1247409949/watcher-2096121-1247409949 -o /tmp/evaluation-result-2096121-1247409949/solver-2096121-1247409949 -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-2096121-1247409949.xml

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

MD5SUM BENCH= d67bbe03f75fa640dcc64ea2e3b71317
RANDOM SEED=1132480864

node63.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727320 kB
Buffers:         65628 kB
Cached:         186596 kB
SwapCached:        260 kB
Active:         162052 kB
Inactive:       106020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727320 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          25044 kB
Slab:            46052 kB
Committed_AS:   175484 kB
PageTables:       1680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-12 16:46:24