Trace number 1052180

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 ACSAT 19.655 19.869

DiagnosticValue
CHECKS4897
NODES1923

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-8_ext.xml
MD5SUMa4f9e7aefae7ad10223acb0ad88dbbd6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.71589
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1052180-1215056157.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.32	   
0.30/0.32	   variables being loaded...
0.30/0.34	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.30/0.34	       =>  wckTime=0.093  cpuTime=0.09  mem=6M878
0.30/0.34	   
0.30/0.34	   relations being loaded...
0.70/0.73	   
0.70/0.73	   constraints being loaded...
1.20/1.28	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.20/1.28	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.20/1.28	     nbSharedBinaryRepresentations=0  minDegree=105  maxDegree=121  minArity=18  maxArity=18  nbGenerators=0
1.20/1.28	     nbFusions=0  symmetryWckTime=0.097  symmetryCpuTime=0.04
1.20/1.28	       =>  wckTime=1.033  cpuTime=0.77  mem=55M6
1.28/1.38	   
1.28/1.38	   solver IterativeSystematicSolver being built... 
1.39/1.46	   
1.39/1.46	   INFO : Forward propagation technique limited 
1.49/1.53	       =>  wckTime=1.29  cpuTime=0.91  mem=69M471
3.76/3.80	   
3.76/3.80	   preprocessing
3.76/3.80	     nbConstraintChecks=0  nbValidityChecks=7684075  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.76/3.80	     nbRemovedValues=0  detectedInconsistency=no
3.76/3.80	       =>  wckTime=2.268  cpuTime=2.23  mem=69M471
9.10/9.25	   
9.10/9.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=70M934)
19.51/19.80	   
19.51/19.80	   search
19.51/19.80	     run=8  nbConstraintChecks=4897  nbValidityChecks=175672491  minDepth=4  maxDepth=21  nbPropagations=10665
19.51/19.80	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1923  nbFailedAssignments=604  nbBacktracks=1208
19.51/19.80	     nbVisitedNodes=3134  nbRestartNogoods=31  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=10.9
19.51/19.80	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
19.51/19.80	       =>  wckTime=18.263  cpuTime=18.0  mem=70M934
19.51/19.80	   
19.51/19.80	   global
19.51/19.80	     nbConstraintChecks=4897  nbValidityChecks=183356566  nbPropagations=10686  nbRestartNogoods=31
19.51/19.80	     solvingWckTime=18.266  solvingCpuTime=18.0  expiredTime=no  totalExploration=no  nbFoundSolutions=1
19.51/19.80	     firstSolutionCpuTime=18.9  globalCpuTime=18.94
19.51/19.80	       =>  wckTime=19.558  cpuTime=18.91  mem=70M934
19.51/19.80	   
19.61/19.80	s SATISFIABLE
19.61/19.80	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
19.61/19.80	d NODES 1923
19.61/19.80	d CHECKS 4897
19.61/19.81	   
19.61/19.81	   totalWckTime=19.626  totalCpuTime=18.94

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052180-1215056157/watcher-1052180-1215056157 -o /tmp/evaluation-result-1052180-1215056157/solver-1052180-1215056157 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1052180-1215056157.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27558
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=1616 CPUtime=0
/proc/27558/stat : 27558 (java) D 27556 27558 24291 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1984589260 1654784 151 996147200 134512640 134550740 4294955984 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27558/statm: 404 151 125 9 0 46 0
[pid=27558/tid=27559] ppid=27556 vsize=10704 CPUtime=0
/proc/27558/task/27559/stat : 27559 (java) D 27556 27558 24291 0 -1 64 63 0 0 0 0 0 0 0 19 0 2 0 1984589261 10960896 519 996147200 134512640 134550740 4294955984 18446744073709551615 10945316 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0

[startup+0.090147 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27558
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=865856 CPUtime=0.07
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 3580 0 1 0 5 2 0 0 18 0 9 0 1984589260 886636544 3068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216464 3068 1642 9 0 211026 0
[pid=27558/tid=27559] ppid=27556 vsize=865856 CPUtime=0.06
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 2678 0 1 0 5 1 0 0 18 0 9 0 1984589261 886636544 3068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102631 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27558
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=865884 CPUtime=0.09
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 3756 0 1 0 7 2 0 0 18 0 9 0 1984589260 886665216 3216 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216471 3218 1708 9 0 211026 0
[pid=27558/tid=27559] ppid=27556 vsize=865884 CPUtime=0.08
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 2840 0 1 0 6 2 0 0 16 0 9 0 1984589261 886665216 3218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301174 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27558
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866284 CPUtime=0.3
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 5906 0 1 0 25 5 0 0 18 0 9 0 1984589260 887074816 5280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216571 5282 1956 9 0 211099 0
[pid=27558/tid=27559] ppid=27556 vsize=866284 CPUtime=0.25
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 4937 0 1 0 21 4 0 0 18 0 9 0 1984589261 887074816 5282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866284

[startup+0.701223 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27558
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866400 CPUtime=0.7
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 21088 0 1 0 58 12 0 0 18 0 9 0 1984589260 887193600 20457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216600 20457 1978 9 0 211128 0
[pid=27558/tid=27559] ppid=27556 vsize=866400 CPUtime=0.57
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 15646 0 1 0 48 9 0 0 20 0 9 0 1984589261 887193600 20457 996147200 134512640 134550740 4294955984 18446744073709551615 4126399490 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 866400

[startup+1.50232 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27567
/proc/meminfo: memFree=1482808/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=1.49
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 40560 198 1 0 126 21 1 1 18 0 10 0 1984589260 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32462 2632 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=1.08
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 19124 198 1 0 96 10 1 1 16 0 10 0 1984589261 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 102606039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) R 27556 27558 24291 0 -1 64 20084 198 0 0 14 8 1 1 17 0 10 0 1984589263 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 198 0 0 0 0 1 1 16 0 10 0 1984589263 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 198 0 0 0 0 1 1 16 0 10 0 1984589263 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 198 0 0 0 0 1 1 18 0 10 0 1984589265 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.16
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 516 198 0 0 14 0 1 1 15 0 10 0 1984589265 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 198 0 0 0 0 1 1 19 0 10 0 1984589265 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 198 0 0 0 0 1 1 15 0 10 0 1984589265 887738368 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 866932

[startup+3.10251 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1437112/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=3.07
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 42814 321 1 0 284 21 1 1 18 0 9 0 1984589260 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32492 2633 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=2.66
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 21361 321 1 0 253 11 1 1 21 0 9 0 1984589261 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4126808898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 16 0 9 0 1984589263 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.18
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 530 321 0 0 16 0 1 1 16 0 9 0 1984589265 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32492 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 866932

[startup+6.3019 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1437048/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=6.23
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48837 321 1 0 599 22 1 1 18 0 9 0 1984589260 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32504 2633 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=5.81
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27377 321 1 0 567 12 1 1 25 0 9 0 1984589261 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4126808731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 16 0 9 0 1984589263 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.19
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 537 321 0 0 17 0 1 1 15 0 9 0 1984589265 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 866932

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436792/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=12.58
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48871 321 1 0 1233 23 1 1 18 0 9 0 1984589260 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32520 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=12.11
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27392 321 1 0 1197 12 1 1 25 0 9 0 1984589261 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4126808757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 16 0 9 0 1984589263 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.22
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 556 321 0 0 20 0 1 1 15 0 9 0 1984589265 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 866932

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

[startup+15.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436792/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=15.75
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48880 321 1 0 1550 23 1 1 18 0 9 0 1984589260 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32524 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=15.28
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27397 321 1 0 1514 12 1 1 25 0 9 0 1984589261 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4126843351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.23
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 560 321 0 0 21 0 1 1 15 0 9 0 1984589265 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 866932

[startup+17.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436728/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=17.34
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48891 321 1 0 1709 23 1 1 18 0 9 0 1984589260 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32530 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=16.85
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27400 321 1 0 1671 12 1 1 25 0 9 0 1984589261 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4126808757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 568 321 0 0 22 0 1 1 16 0 9 0 1984589265 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 866932

[startup+19.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436728/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=18.92
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48898 321 1 0 1867 23 1 1 18 0 9 0 1984589260 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32535 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=18.43
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27401 321 1 0 1829 12 1 1 25 0 9 0 1984589261 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4126831960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.25
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 574 321 0 0 23 0 1 1 16 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 866932

[startup+19.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436728/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=19.31
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48899 321 1 0 1906 23 1 1 18 0 9 0 1984589260 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32535 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=18.82
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27402 321 1 0 1868 12 1 1 25 0 9 0 1984589261 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4126808916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.25
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 574 321 0 0 23 0 1 1 16 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.31
Current children cumulated vsize (KiB) 866932

[startup+19.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436728/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=19.51
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48899 321 1 0 1926 23 1 1 18 0 9 0 1984589260 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32535 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=19.02
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27402 321 1 0 1888 12 1 1 25 0 9 0 1984589261 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4126843487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.25
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 574 321 0 0 23 0 1 1 16 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.51
Current children cumulated vsize (KiB) 866932

[startup+19.8075 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27571
/proc/meminfo: memFree=1436728/2055920 swapFree=4180424/4192956
[pid=27558] ppid=27556 vsize=866932 CPUtime=19.61
/proc/27558/stat : 27558 (java) S 27556 27558 24291 0 -1 0 48915 321 1 0 1936 23 1 1 18 0 9 0 1984589260 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27558/statm: 216733 32538 2634 9 0 211239 0
[pid=27558/tid=27559] ppid=27556 vsize=866932 CPUtime=19.12
/proc/27558/task/27559/stat : 27559 (java) R 27556 27558 24291 0 -1 64 27418 321 1 0 1898 12 1 1 25 0 9 0 1984589261 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27561] ppid=27556 vsize=866932 CPUtime=0.24
/proc/27558/task/27561/stat : 27561 (java) S 27556 27558 24291 0 -1 64 20084 321 0 0 14 8 1 1 17 0 9 0 1984589263 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27562] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27562/stat : 27562 (java) S 27556 27558 24291 0 -1 64 17 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27563] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27563/stat : 27563 (java) S 27556 27558 24291 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984589263 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27564] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27564/stat : 27564 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 18 0 9 0 1984589265 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27565] ppid=27556 vsize=866932 CPUtime=0.25
/proc/27558/task/27565/stat : 27565 (java) S 27556 27558 24291 0 -1 64 574 321 0 0 23 0 1 1 15 0 9 0 1984589265 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27566] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27566/stat : 27566 (java) S 27556 27558 24291 0 -1 64 1 321 0 0 0 0 1 1 19 0 9 0 1984589265 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27558/tid=27567] ppid=27556 vsize=866932 CPUtime=0.02
/proc/27558/task/27567/stat : 27567 (java) S 27556 27558 24291 0 -1 64 5 321 0 0 0 0 1 1 15 0 9 0 1984589265 887738368 32538 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (KiB) 866932

Child status: 0
Real time (s): 19.869
CPU time (s): 19.655
CPU user time (s): 19.3811
CPU system time (s): 0.273958
CPU usage (%): 98.923
Max. virtual memory (cumulated for all children) (KiB): 866932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3811
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49349
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= 1610
involuntary context switches= 1999

runsolver used 0.023996 second user time and 0.080987 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 05:35:58
IDJOB=1052180
IDBENCH=55968
IDSOLVER=363
FILE ID=node33/1052180-1215056157
PBS_JOBID= 7875107
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-8_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052180-1215056157/watcher-1052180-1215056157 -o /tmp/evaluation-result-1052180-1215056157/solver-1052180-1215056157 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1052180-1215056157.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a4f9e7aefae7ad10223acb0ad88dbbd6
RANDOM SEED=482360349

node33.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.231
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.231
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:       1557664 kB
Buffers:         80768 kB
Cached:         240684 kB
SwapCached:       6444 kB
Active:         217184 kB
Inactive:       200816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557664 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4084 kB
Writeback:           0 kB
Mapped:         112752 kB
Slab:            65132 kB
Committed_AS:  3545776 kB
PageTables:       2044 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= 66544 MiB
End job on node33 at 2008-07-03 05:36:18