Trace number 1047545

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 24.2353 24.5009

DiagnosticValue
CHECKS3185
NODES321

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-19_ext.xml
MD5SUM08364e2411145e54ad7f71bfc9c7cf25
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 benchmark12.7061
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.09	
0.08/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1047545-1215040481.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.28/0.38	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.38	       =>  wckTime=0.138  cpuTime=0.1  mem=6M878
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
1.74/1.88	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.84/1.90	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.84/1.90	     nbSharedBinaryRepresentations=0  minDegree=1893  maxDegree=1981  minArity=15  maxArity=15  nbGenerators=0
1.84/1.90	     nbFusions=0  symmetryWckTime=0.555  symmetryCpuTime=0.26
1.84/1.90	       =>  wckTime=1.634  cpuTime=0.93  mem=108M902
1.94/2.05	   
1.94/2.05	   solver IterativeSystematicSolver being built... 
2.05/2.13	   
2.05/2.13	   INFO : Forward propagation technique limited 
2.05/2.20	       =>  wckTime=1.954  cpuTime=1.06  mem=107M321
6.60/6.71	   
6.60/6.71	   preprocessing
6.60/6.71	     nbConstraintChecks=0  nbValidityChecks=18527077  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.60/6.71	     nbRemovedValues=0  detectedInconsistency=no
6.60/6.71	       =>  wckTime=4.509  cpuTime=4.45  mem=107M321
18.39/18.63	   
18.39/18.63	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=108M333)
24.13/24.44	   
24.13/24.45	   search
24.13/24.45	     run=4  nbConstraintChecks=3185  nbValidityChecks=337954242  minDepth=5  maxDepth=21  nbPropagations=1537
24.13/24.45	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=321  nbFailedAssignments=93  nbBacktracks=177
24.13/24.45	     nbVisitedNodes=507  nbRestartNogoods=10  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=13.58
24.13/24.45	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
24.13/24.45	       =>  wckTime=22.244  cpuTime=21.98  mem=108M333
24.13/24.45	   
24.13/24.45	   global
24.13/24.45	     nbConstraintChecks=3185  nbValidityChecks=356481319  nbPropagations=1558  nbRestartNogoods=10
24.13/24.45	     solvingWckTime=22.248  solvingCpuTime=21.98  expiredTime=no  totalExploration=no  nbFoundSolutions=1
24.13/24.45	     firstSolutionCpuTime=23.01  globalCpuTime=23.09
24.13/24.45	       =>  wckTime=24.203  cpuTime=23.04  mem=108M333
24.13/24.45	   
24.13/24.45	s SATISFIABLE
24.13/24.45	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 
24.13/24.45	d NODES 321
24.13/24.45	d CHECKS 3185
24.13/24.45	   
24.13/24.45	   totalWckTime=24.261  totalCpuTime=23.1

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-1047545-1215040481/watcher-1047545-1215040481 -o /tmp/evaluation-result-1047545-1215040481/solver-1047545-1215040481 -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-1047545-1215040481.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.03 1.98 1.31 3/81 4130
/proc/meminfo: memFree=1516040/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=18572 CPUtime=0
/proc/4130/stat : 4130 (runsolver) R 4128 4130 3826 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983022224 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4130/statm: 4643 292 257 25 0 2626 0

[startup+0.0947861 s]
/proc/loadavg: 2.03 1.98 1.31 3/81 4130
/proc/meminfo: memFree=1516040/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=865884 CPUtime=0.08
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 3612 0 1 0 6 2 0 0 18 0 9 0 1983022224 886665216 3100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216471 3100 1662 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102782 s]
/proc/loadavg: 2.03 1.98 1.31 3/81 4130
/proc/meminfo: memFree=1516040/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=865884 CPUtime=0.09
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 3685 0 1 0 7 2 0 0 18 0 9 0 1983022224 886665216 3158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216471 3158 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302815 s]
/proc/loadavg: 2.03 1.98 1.31 3/81 4130
/proc/meminfo: memFree=1516040/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=866196 CPUtime=0.28
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 1983022224 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216549 5033 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702874 s]
/proc/loadavg: 2.03 1.98 1.31 3/81 4130
/proc/meminfo: memFree=1516040/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867024 CPUtime=0.68
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 8241 0 1 0 63 5 0 0 18 0 9 0 1983022224 887832576 7611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216756 7611 1970 9 0 211284 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867024

[startup+1.50199 s]
/proc/loadavg: 2.03 1.98 1.31 4/90 4139
/proc/meminfo: memFree=1437696/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867464 CPUtime=1.47
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 35924 0 1 0 129 18 0 0 18 0 9 0 1983022224 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216866 35279 2001 9 0 211394 0
[pid=4130/tid=4132] ppid=4128 vsize=867464 CPUtime=1.04
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 15720 0 1 0 96 8 0 0 25 0 9 0 1983022225 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4126967151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867464 CPUtime=0.19
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 18851 0 0 0 11 8 0 0 17 0 9 0 1983022227 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867464 CPUtime=0
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983022227 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867464 CPUtime=0
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983022227 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867464 CPUtime=0
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983022229 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867464 CPUtime=0.21
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 656 0 0 0 21 0 0 0 16 0 9 0 1983022229 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867464 CPUtime=0
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983022229 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867464 CPUtime=0
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983022229 888283136 35279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867464

[startup+3.10122 s]
/proc/loadavg: 2.03 1.98 1.31 4/90 4143
/proc/meminfo: memFree=1357632/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=3.04
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 55898 981 1 0 255 25 22 2 18 0 9 0 1983022224 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42086 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=2.4
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 20903 981 1 0 206 10 22 2 25 0 9 0 1983022225 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4127056800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 17 0 9 0 1983022227 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.49
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 842 981 0 0 25 0 22 2 15 0 9 0 1983022229 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 12 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867900

[startup+6.30168 s]
/proc/loadavg: 2.03 1.98 1.31 3/90 4143
/proc/meminfo: memFree=1357376/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=6.21
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 59729 981 1 0 571 26 22 2 18 0 9 0 1983022224 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42088 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=5.56
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 24703 981 1 0 522 10 22 2 25 0 9 0 1983022225 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4127067343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.49
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 847 981 0 0 25 0 22 2 15 0 9 0 1983022229 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867900

[startup+12.7016 s]
/proc/loadavg: 2.02 1.98 1.32 3/90 4143
/proc/meminfo: memFree=1357312/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=12.55
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65801 981 1 0 1204 27 22 2 18 0 9 0 1983022224 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42099 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=11.89
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30755 981 1 0 1153 12 22 2 25 0 9 0 1983022225 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4127067177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.51
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 867 981 0 0 27 0 22 2 15 0 9 0 1983022229 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867900

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

[startup+19.1026 s]
/proc/loadavg: 2.02 1.98 1.32 3/90 4143
/proc/meminfo: memFree=1357376/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=18.88
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65810 981 1 0 1837 27 22 2 18 0 9 0 1983022224 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42104 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=18.21
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30758 981 1 0 1785 12 22 2 25 0 9 0 1983022225 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4127067147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.52
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 873 981 0 0 28 0 22 2 16 0 9 0 1983022229 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 867900

[startup+22.302 s]
/proc/loadavg: 2.02 1.98 1.33 3/90 4143
/proc/meminfo: memFree=1357312/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=22.05
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65846 981 1 0 2154 27 22 2 18 0 9 0 1983022224 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42108 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=21.37
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30760 981 1 0 2101 12 22 2 25 0 9 0 1983022225 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4127067189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 17 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.54
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 907 981 0 0 29 1 22 2 15 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.05
Current children cumulated vsize (KiB) 867900

[startup+23.1061 s]
/proc/loadavg: 2.02 1.98 1.33 3/90 4143
/proc/meminfo: memFree=1357248/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=22.84
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65846 981 1 0 2233 27 22 2 18 0 9 0 1983022224 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42108 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=22.17
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30760 981 1 0 2181 12 22 2 25 0 9 0 1983022225 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4127067147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.54
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 907 981 0 0 29 1 22 2 15 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.84
Current children cumulated vsize (KiB) 867900

[startup+23.9023 s]
/proc/loadavg: 2.02 1.98 1.33 3/90 4143
/proc/meminfo: memFree=1357248/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=23.64
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65846 981 1 0 2313 27 22 2 18 0 9 0 1983022224 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42108 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=22.96
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30760 981 1 0 2260 12 22 2 25 0 9 0 1983022225 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4127067189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.54
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 907 981 0 0 29 1 22 2 16 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) R 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 867900

[startup+24.3023 s]
/proc/loadavg: 2.02 1.98 1.33 3/90 4143
/proc/meminfo: memFree=1357248/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=24.03
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65847 981 1 0 2352 27 22 2 18 0 9 0 1983022224 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42109 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=23.35
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30760 981 1 0 2299 12 22 2 25 0 9 0 1983022225 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4127098074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.54
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 908 981 0 0 29 1 22 2 15 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 867900

[startup+24.4023 s]
/proc/loadavg: 2.02 1.98 1.33 3/90 4143
/proc/meminfo: memFree=1357248/2055920 swapFree=4164432/4192956
[pid=4130] ppid=4128 vsize=867900 CPUtime=24.13
/proc/4130/stat : 4130 (java) S 4128 4130 3826 0 -1 0 65847 981 1 0 2362 27 22 2 18 0 9 0 1983022224 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4130/statm: 216975 42109 2636 9 0 211481 0
[pid=4130/tid=4132] ppid=4128 vsize=867900 CPUtime=23.45
/proc/4130/task/4132/stat : 4132 (java) R 4128 4130 3826 0 -1 64 30760 981 1 0 2309 12 22 2 25 0 9 0 1983022225 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4127098103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4133] ppid=4128 vsize=867900 CPUtime=0.59
/proc/4130/task/4133/stat : 4133 (java) S 4128 4130 3826 0 -1 64 33309 981 0 0 23 12 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4134] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4134/stat : 4134 (java) S 4128 4130 3826 0 -1 64 19 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4135] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4135/stat : 4135 (java) S 4128 4130 3826 0 -1 64 8 981 0 0 0 0 22 2 16 0 9 0 1983022227 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4136] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4136/stat : 4136 (java) S 4128 4130 3826 0 -1 64 0 981 0 0 0 0 22 2 18 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4137] ppid=4128 vsize=867900 CPUtime=0.54
/proc/4130/task/4137/stat : 4137 (java) S 4128 4130 3826 0 -1 64 908 981 0 0 29 1 22 2 15 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4138] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4138/stat : 4138 (java) S 4128 4130 3826 0 -1 64 2 981 0 0 0 0 22 2 19 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4130/tid=4139] ppid=4128 vsize=867900 CPUtime=0.24
/proc/4130/task/4139/stat : 4139 (java) S 4128 4130 3826 0 -1 64 38 981 0 0 0 0 22 2 15 0 9 0 1983022229 888729600 42109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 867900

Child status: 0
Real time (s): 24.5009
CPU time (s): 24.2353
CPU user time (s): 23.9024
CPU system time (s): 0.332949
CPU usage (%): 98.9158
Max. virtual memory (cumulated for all children) (KiB): 868088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9024
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66925
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= 1728
involuntary context switches= 2705

runsolver used 0.042993 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-03 01:14:41
IDJOB=1047545
IDBENCH=54151
IDSOLVER=363
FILE ID=node22/1047545-1215040481
PBS_JOBID= 7875130
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-19_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-1047545-1215040481/watcher-1047545-1215040481 -o /tmp/evaluation-result-1047545-1215040481/solver-1047545-1215040481 -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-1047545-1215040481.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08364e2411145e54ad7f71bfc9c7cf25
RANDOM SEED=761449056

node22.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.267
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.267
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:       1516520 kB
Buffers:         70348 kB
Cached:         341356 kB
SwapCached:      22816 kB
Active:         192608 kB
Inactive:       271868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516520 kB
SwapTotal:     4192956 kB
SwapFree:      4164432 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          52604 kB
Slab:            60040 kB
Committed_AS:  3283812 kB
PageTables:       1840 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= 66552 MiB
End job on node22 at 2008-07-03 01:15:05