Trace number 1052594

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 32.66 33.0044

DiagnosticValue
CHECKS12478
NODES4701

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-23_ext.xml
MD5SUM977b1015fd2c371ba895c83add617ce8
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.753884
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.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1052594-1215056965.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.36	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.36	       =>  wckTime=0.13  cpuTime=0.1  mem=6M878
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.77/0.87	   
0.77/0.87	   constraints being loaded...
1.46/1.50	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.46/1.50	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.46/1.50	     nbSharedBinaryRepresentations=0  minDegree=108  maxDegree=119  minArity=18  maxArity=18  nbGenerators=0
1.46/1.50	     nbFusions=0  symmetryWckTime=0.091  symmetryCpuTime=0.04
1.46/1.50	       =>  wckTime=1.272  cpuTime=0.95  mem=54M818
1.54/1.62	   
1.54/1.62	   solver IterativeSystematicSolver being built... 
1.54/1.70	   
1.65/1.70	   INFO : Forward propagation technique limited 
1.65/1.77	       =>  wckTime=1.539  cpuTime=1.07  mem=68M815
3.74/3.85	   
3.74/3.85	   preprocessing
3.74/3.85	     nbConstraintChecks=0  nbValidityChecks=7652820  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.74/3.85	     nbRemovedValues=0  detectedInconsistency=no
3.74/3.85	       =>  wckTime=2.08  cpuTime=2.05  mem=69M596
9.39/9.57	   
9.39/9.57	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=70M345)
32.55/32.97	   
32.55/32.97	   search
32.55/32.97	     run=10  nbConstraintChecks=12478  nbValidityChecks=285849328  minDepth=1  maxDepth=21  nbPropagations=25251
32.55/32.97	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=4701  nbFailedAssignments=1536  nbBacktracks=3045
32.55/32.97	     nbVisitedNodes=7707  nbRestartNogoods=34  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=10.7
32.55/32.97	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
32.55/32.97	       =>  wckTime=31.201  cpuTime=30.79  mem=70M345
32.55/32.97	   
32.55/32.97	   global
32.55/32.97	     nbConstraintChecks=12478  nbValidityChecks=293502148  nbPropagations=25272  nbRestartNogoods=34
32.55/32.97	     solvingWckTime=31.203  solvingCpuTime=30.8  expiredTime=no  totalExploration=no  nbFoundSolutions=1
32.55/32.97	     firstSolutionCpuTime=31.86  globalCpuTime=31.92
32.55/32.97	       =>  wckTime=32.743  cpuTime=31.87  mem=70M345
32.55/32.97	   
32.55/32.97	s SATISFIABLE
32.55/32.97	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 
32.55/32.97	d NODES 4701
32.55/32.97	d CHECKS 12478
32.55/32.97	   
32.55/32.98	   totalWckTime=32.797  totalCpuTime=31.92

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-1052594-1215056965/watcher-1052594-1215056965 -o /tmp/evaluation-result-1052594-1215056965/solver-1052594-1215056965 -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-1052594-1215056965.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.09 2.06 2.02 4/83 14516
/proc/meminfo: memFree=1104456/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=18572 CPUtime=0
/proc/14516/stat : 14516 (runsolver) R 14514 14516 14318 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 238684445 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14516/statm: 4643 292 257 25 0 2626 0

[startup+0.0529949 s]
/proc/loadavg: 2.09 2.06 2.02 4/83 14516
/proc/meminfo: memFree=1104456/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=863688 CPUtime=0.03
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 2566 0 1 0 2 1 0 0 18 0 9 0 238684445 884416512 2133 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 215922 2133 1018 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101994 s]
/proc/loadavg: 2.09 2.06 2.02 4/83 14516
/proc/meminfo: memFree=1104456/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=865884 CPUtime=0.08
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 3786 0 1 0 6 2 0 0 18 0 9 0 238684445 886665216 3237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216471 3237 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302118 s]
/proc/loadavg: 2.09 2.06 2.02 4/83 14516
/proc/meminfo: memFree=1104456/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866276 CPUtime=0.28
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 5739 0 1 0 25 3 0 0 18 0 9 0 238684445 887066624 5121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216569 5121 1945 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866276

[startup+0.701209 s]
/proc/loadavg: 2.09 2.06 2.02 4/83 14516
/proc/meminfo: memFree=1104456/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866408 CPUtime=0.67
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 15092 0 1 0 59 8 0 0 18 0 9 0 238684445 887201792 14462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216602 14462 1966 9 0 211130 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866408

[startup+1.50229 s]
/proc/loadavg: 2.09 2.06 2.02 3/92 14525
/proc/meminfo: memFree=1009344/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866852 CPUtime=1.46
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 30761 199 1 0 126 19 1 0 18 0 10 0 238684445 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216713 29393 2006 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866852 CPUtime=1.15
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 16310 199 1 0 105 9 1 0 24 0 10 0 238684446 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4125956580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866852 CPUtime=0.15
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 13223 199 0 0 7 7 1 0 17 0 10 0 238684448 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866852 CPUtime=0.01
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 10 199 0 0 0 0 1 0 19 0 10 0 238684448 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866852 CPUtime=0.01
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 4 199 0 0 0 0 1 0 20 0 10 0 238684448 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866852 CPUtime=0.01
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 199 0 0 0 0 1 0 18 0 10 0 238684450 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866852 CPUtime=0.13
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 407 199 0 0 12 0 1 0 16 0 10 0 238684450 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866852 CPUtime=0.01
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 199 0 0 0 0 1 0 19 0 10 0 238684450 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866852 CPUtime=0.01
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 199 0 0 0 0 1 0 15 0 10 0 238684450 887656448 29393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866852

[startup+3.10246 s]
/proc/loadavg: 2.16 2.07 2.02 3/92 14529
/proc/meminfo: memFree=964032/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=3.05
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 42725 323 1 0 281 22 1 1 18 0 9 0 238684445 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32449 2633 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=2.59
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 21321 323 1 0 247 10 1 1 25 0 9 0 238684446 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4126798752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 17 0 9 0 238684448 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.18
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 532 323 0 0 16 0 1 1 16 0 9 0 238684450 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866940

[startup+6.30181 s]
/proc/loadavg: 2.16 2.07 2.02 3/92 14529
/proc/meminfo: memFree=963712/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=6.21
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 48928 323 1 0 596 23 1 1 18 0 9 0 238684445 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32462 2633 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=5.74
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27516 323 1 0 561 11 1 1 25 0 9 0 238684446 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4126809366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.19
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 540 323 0 0 17 0 1 1 15 0 9 0 238684450 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 866940

[startup+12.7015 s]
/proc/loadavg: 2.13 2.07 2.02 3/92 14529
/proc/meminfo: memFree=984064/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=12.55
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 48954 323 1 0 1229 24 1 1 18 0 9 0 238684445 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32475 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=12.05
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27527 323 1 0 1192 11 1 1 20 0 9 0 238684446 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.23
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 555 323 0 0 20 1 1 1 15 0 9 0 238684450 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 866940

[startup+25.5029 s]
/proc/loadavg: 2.11 2.07 2.02 3/92 14529
/proc/meminfo: memFree=983936/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=25.22
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49000 323 1 0 2496 24 1 1 18 0 9 0 238684445 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32496 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=24.68
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27549 323 1 0 2454 12 1 1 18 0 9 0 238684446 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4126809099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 579 323 0 0 25 1 1 1 15 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 866940

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

[startup+28.7022 s]
/proc/loadavg: 2.10 2.06 2.02 3/92 14529
/proc/meminfo: memFree=984000/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=28.39
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49006 323 1 0 2813 24 1 1 18 0 9 0 238684445 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32496 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=27.85
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27555 323 1 0 2771 12 1 1 19 0 9 0 238684446 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4126809282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 579 323 0 0 25 1 1 1 15 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 866940

[startup+30.3014 s]
/proc/loadavg: 2.10 2.06 2.02 3/92 14529
/proc/meminfo: memFree=963520/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=29.97
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49010 323 1 0 2971 24 1 1 18 0 9 0 238684445 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32496 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=29.43
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27558 323 1 0 2929 12 1 1 25 0 9 0 238684446 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 580 323 0 0 25 1 1 1 16 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.97
Current children cumulated vsize (KiB) 866940

[startup+31.9066 s]
/proc/loadavg: 2.10 2.06 2.02 3/92 14529
/proc/meminfo: memFree=983936/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=31.56
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49015 323 1 0 3130 24 1 1 18 0 9 0 238684445 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32497 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=31.02
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27562 323 1 0 3088 12 1 1 25 0 9 0 238684446 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 581 323 0 0 25 1 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.56
Current children cumulated vsize (KiB) 866940

[startup+32.7017 s]
/proc/loadavg: 2.10 2.06 2.02 3/92 14529
/proc/meminfo: memFree=983936/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=32.35
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49015 323 1 0 3209 24 1 1 18 0 9 0 238684445 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32497 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=31.81
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27562 323 1 0 3167 12 1 1 20 0 9 0 238684446 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4126809151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 581 323 0 0 25 1 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 866940

[startup+32.9017 s]
/proc/loadavg: 2.10 2.06 2.02 3/92 14529
/proc/meminfo: memFree=983936/2055920 swapFree=4180076/4192956
[pid=14516] ppid=14514 vsize=866940 CPUtime=32.55
/proc/14516/stat : 14516 (java) S 14514 14516 14318 0 -1 0 49015 323 1 0 3229 24 1 1 18 0 9 0 238684445 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14516/statm: 216735 32497 2634 9 0 211241 0
[pid=14516/tid=14518] ppid=14514 vsize=866940 CPUtime=32.01
/proc/14516/task/14518/stat : 14518 (java) R 14514 14516 14318 0 -1 64 27562 323 1 0 3187 12 1 1 22 0 9 0 238684446 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4126809151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14519] ppid=14514 vsize=866940 CPUtime=0.27
/proc/14516/task/14519/stat : 14519 (java) S 14514 14516 14318 0 -1 64 20036 323 0 0 16 9 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14516/tid=14520] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14520/stat : 14520 (java) S 14514 14516 14318 0 -1 64 17 323 0 0 0 0 1 1 17 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14521] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14521/stat : 14521 (java) S 14514 14516 14318 0 -1 64 9 323 0 0 0 0 1 1 16 0 9 0 238684448 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14522] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14522/stat : 14522 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 18 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14523] ppid=14514 vsize=866940 CPUtime=0.28
/proc/14516/task/14523/stat : 14523 (java) S 14514 14516 14318 0 -1 64 581 323 0 0 25 1 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14524] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14524/stat : 14524 (java) S 14514 14516 14318 0 -1 64 1 323 0 0 0 0 1 1 19 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14516/tid=14525] ppid=14514 vsize=866940 CPUtime=0.02
/proc/14516/task/14525/stat : 14525 (java) S 14514 14516 14318 0 -1 64 2 323 0 0 0 0 1 1 15 0 9 0 238684450 887746560 32497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 866940

Child status: 0
Real time (s): 33.0044
CPU time (s): 32.66
CPU user time (s): 32.3771
CPU system time (s): 0.282956
CPU usage (%): 98.9567
Max. virtual memory (cumulated for all children) (KiB): 866940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.3771
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49467
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= 1793
involuntary context switches= 2518

runsolver used 0.057991 second user time and 0.106983 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 05:49:25
IDJOB=1052594
IDBENCH=55986
IDSOLVER=363
FILE ID=node81/1052594-1215056965
PBS_JOBID= 7875186
Free space on /tmp= 126848 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-23_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-1052594-1215056965/watcher-1052594-1215056965 -o /tmp/evaluation-result-1052594-1215056965/solver-1052594-1215056965 -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-1052594-1215056965.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 977b1015fd2c371ba895c83add617ce8
RANDOM SEED=946211486

node81.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.236
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.236
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:       1104936 kB
Buffers:         20008 kB
Cached:         130844 kB
SwapCached:       5616 kB
Active:         786208 kB
Inactive:       102748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104936 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            4232 kB
Writeback:           0 kB
Mapped:         756188 kB
Slab:            45684 kB
Committed_AS:  1217808 kB
PageTables:       3260 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= 126844 MiB
End job on node81 at 2008-07-03 05:49:58