Trace number 1111005

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-wOPTIMUM3 294.533 297.15

DiagnosticValue
CHECKS112806000
NODES43098

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-19_ext.xml
MD5SUMf4688f0c1e61ecbc5601338febdf76bd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark269.981
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)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mrdac-wdeg.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1111005-1215840303.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.29/0.39	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.29/0.39	       =>  wckTime=0.145  cpuTime=0.11  mem=6M867
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.79/0.88	   
0.79/0.88	   constraints being loaded...
1.09/1.13	     nbConstraints=133  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=132
1.09/1.13	     nbConflictsStructures=1  nbSharedConflictsStructures=132  nbSharedBinaryRepresentations=0  minDegree=104
1.09/1.13	     maxDegree=121  minArity=18  maxArity=18
1.09/1.13	       =>  wckTime=0.885  cpuTime=0.74  mem=34M912
1.18/1.21	   
1.18/1.21	   solver LocalSearchSolver being built... 
1.18/1.26	       =>  wckTime=1.018  cpuTime=0.78  mem=24M352
1.18/1.27	
1.18/1.27	s SATISFIABLE
1.18/1.27	o 86
1.18/1.27	o 75
1.18/1.29	o 73
1.28/1.31	o 67
1.28/1.32	o 64
1.28/1.33	o 60
1.58/1.68	o 45
1.68/1.71	o 35
1.68/1.72	o 24
1.98/2.04	o 21
1.98/2.06	o 17
2.88/2.97	o 6
2.88/2.98	o 3
25.66/25.86	   
25.66/25.86	   search
25.66/25.86	     run=0  nbConstraintChecks=20103931  nbAssignments=10000
25.66/25.86	       =>  wckTime=24.605  cpuTime=24.46  mem=25M158
32.92/33.15	   
32.92/33.15	   search
32.92/33.15	     run=1  nbConstraintChecks=26065553  nbAssignments=12918
32.92/33.15	       =>  wckTime=31.892  cpuTime=31.71  mem=25M158
32.92/33.15	   
32.92/33.15	   global
32.92/33.15	     nbConstraintChecks=26065553  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.92/33.15	     solvingWckTime=31.891  solvingCpuTime=31.71  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.92/33.15	     globalCpuTime=32.54
32.92/33.15	       =>  wckTime=32.909  cpuTime=32.49  mem=25M158
32.92/33.15	   
32.92/33.15	   solver DecomposerSolver being built... 
33.03/33.27	       =>  wckTime=33.031  cpuTime=32.61  mem=41M381
33.03/33.28	   
33.03/33.28	   preprocessing
33.03/33.28	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
33.03/33.28	     detectedInconsistency=no
33.03/33.28	       =>  wckTime=0.0070  cpuTime=0.01  mem=41M381
294.48/297.12	   
294.48/297.12	   search
294.48/297.12	     run=0  nbConstraintChecks=112806295  nbValidityChecks=132837393  minDepth=0  maxDepth=17  nbPropagations=0
294.48/297.12	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=43098  nbFailedAssignments=13704  nbBacktracks=29395
294.48/297.12	     nbVisitedNodes=68718
294.48/297.12	       =>  wckTime=263.843  cpuTime=261.31  mem=42M977
294.48/297.12	   
294.48/297.12	   global
294.48/297.12	     nbConstraintChecks=112806295  nbValidityChecks=132837393  solvingWckTime=263.846  solvingCpuTime=261.31
294.48/297.12	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  upperBound=3  upperBoundWckTime=0.0
294.48/297.12	     upperBoundCpuTime=0.0  globalCpuTime=293.97
294.48/297.12	       =>  wckTime=296.878  cpuTime=293.92  mem=42M977
294.48/297.12	
294.48/297.12	s OPTIMUM FOUND
294.48/297.12	v 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
294.48/297.12	d NODES 43098
294.48/297.12	d CHECKS 112806295
294.48/297.12	   
294.48/297.12	   totalWckTime=296.937  totalCpuTime=293.98

Verifier Data (download as text)

OK	3	130
3 unsatisfied constraints, 130 satisfied constraints

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-1111005-1215840303/watcher-1111005-1215840303 -o /tmp/evaluation-result-1111005-1215840303/solver-1111005-1215840303 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1111005-1215840303.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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 4/81 15539
/proc/meminfo: memFree=1787928/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=1476 CPUtime=0
/proc/15539/stat : 15539 (java) R 15537 15539 15426 0 -1 0 131 0 0 0 0 0 0 0 18 0 1 0 40604724 1511424 104 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15539/statm: 402 108 84 9 0 44 0

[startup+0.0816069 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15539
/proc/meminfo: memFree=1787928/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=865856 CPUtime=0.07
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 3502 0 1 0 5 2 0 0 18 0 9 0 40604724 886636544 2992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216464 2992 1621 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101608 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15539
/proc/meminfo: memFree=1787928/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=865984 CPUtime=0.08
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 40604724 886767616 3195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216496 3195 1686 9 0 211051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301631 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15539
/proc/meminfo: memFree=1787928/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866156 CPUtime=0.29
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 5620 0 1 0 25 4 0 0 18 0 9 0 40604724 886943744 5035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216539 5035 1905 9 0 211087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866156

[startup+0.701678 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15539
/proc/meminfo: memFree=1787928/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866548 CPUtime=0.68
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 15005 0 1 0 59 9 0 0 18 0 9 0 40604724 887345152 14376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216637 14376 1966 9 0 211165 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866548

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15548
/proc/meminfo: memFree=1713360/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=1.48
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24080 0 1 0 135 13 0 0 18 0 9 0 40604724 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23246 2634 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=1.22
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15808 0 1 0 113 9 0 0 25 0 9 0 40604725 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4126634573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.12
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 329 0 0 0 12 0 0 0 16 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866636

[startup+3.10191 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15548
/proc/meminfo: memFree=1704784/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=3.08
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24081 0 1 0 291 17 0 0 18 0 9 0 40604724 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23246 2634 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=2.82
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15809 0 1 0 269 13 0 0 25 0 9 0 40604725 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4126629404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 17 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.12
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 329 0 0 0 12 0 0 0 16 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 866636

[startup+6.30123 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15548
/proc/meminfo: memFree=1704528/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=6.26
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24090 0 1 0 604 22 0 0 18 0 9 0 40604724 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23254 2636 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=5.99
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15810 0 1 0 581 18 0 0 25 0 9 0 40604725 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4126629469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.13
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 337 0 0 0 13 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 866636

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15548
/proc/meminfo: memFree=1704336/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=12.62
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24090 0 1 0 1231 31 0 0 18 0 9 0 40604724 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23254 2636 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=12.35
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15810 0 1 0 1208 27 0 0 25 0 9 0 40604725 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4126634629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.13
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 337 0 0 0 13 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 866636

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15548
/proc/meminfo: memFree=1704336/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=25.37
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24090 0 1 0 2485 52 0 0 18 0 9 0 40604724 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23254 2636 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=25.1
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15810 0 1 0 2462 48 0 0 25 0 9 0 40604725 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4126700236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.13
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 337 0 0 0 13 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 866636

[startup+51.1028 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 15599
/proc/meminfo: memFree=1416208/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=50.8
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24209 0 1 0 5014 66 0 0 18 0 9 0 40604724 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23363 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=50.43
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15870 0 1 0 4982 61 0 0 25 0 9 0 40604725 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4126634573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.22
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 396 0 0 0 22 0 0 0 16 0 9 0 40604729 887435264 23363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0

################
# More data... #
################

[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=279.39
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 27877 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126843381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.75
Current children cumulated vsize (KiB) 866636

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

[startup+287.902 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=285.33
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 28467 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=284.96
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 28434 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126629391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.33
Current children cumulated vsize (KiB) 866636

[startup+291.102 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=288.51
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 28785 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=288.14
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 28752 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126629391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.51
Current children cumulated vsize (KiB) 866636

[startup+294.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=291.69
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 29103 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=291.33
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 29071 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126634605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.69
Current children cumulated vsize (KiB) 866636

[startup+295.907 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=293.29
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 29263 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=292.92
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 29230 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126841812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.29
Current children cumulated vsize (KiB) 866636

[startup+296.702 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=294.08
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 29342 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=293.72
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 29310 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126629454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.08
Current children cumulated vsize (KiB) 866636

[startup+297.102 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 15634
/proc/meminfo: memFree=1656864/2055920 swapFree=4178780/4192956
[pid=15539] ppid=15537 vsize=866636 CPUtime=294.48
/proc/15539/stat : 15539 (java) S 15537 15539 15426 0 -1 0 24212 0 1 0 29382 66 0 0 18 0 9 0 40604724 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15539/statm: 216659 23364 2639 9 0 211165 0
[pid=15539/tid=15541] ppid=15537 vsize=866636 CPUtime=294.11
/proc/15539/task/15541/stat : 15541 (java) R 15537 15539 15426 0 -1 64 15872 0 1 0 29349 62 0 0 25 0 9 0 40604725 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4126843388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15542] ppid=15537 vsize=866636 CPUtime=0.11
/proc/15539/task/15542/stat : 15542 (java) S 15537 15539 15426 0 -1 64 7247 0 0 0 9 2 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15543] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15543/stat : 15543 (java) S 15537 15539 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15544] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15544/stat : 15544 (java) S 15537 15539 15426 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40604727 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15545] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15545/stat : 15545 (java) S 15537 15539 15426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15546] ppid=15537 vsize=866636 CPUtime=0.23
/proc/15539/task/15546/stat : 15546 (java) S 15537 15539 15426 0 -1 64 397 0 0 0 23 0 0 0 16 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15547] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15547/stat : 15547 (java) S 15537 15539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15539/tid=15548] ppid=15537 vsize=866636 CPUtime=0
/proc/15539/task/15548/stat : 15548 (java) S 15537 15539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40604729 887435264 23364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.48
Current children cumulated vsize (KiB) 866636

Child status: 0
Real time (s): 297.15
CPU time (s): 294.533
CPU user time (s): 293.848
CPU system time (s): 0.684895
CPU usage (%): 99.1193
Max. virtual memory (cumulated for all children) (KiB): 866640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.848
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24227
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= 6823
involuntary context switches= 12982

runsolver used 0.440932 second user time and 1.05484 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 07:25:03
IDJOB=1111005
IDBENCH=61219
IDSOLVER=359
FILE ID=node27/1111005-1215840303
PBS_JOBID= 7903399
Free space on /tmp= 66464 MiB

SOLVER NAME= AbsconMax 112 pc-w
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-19_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111005-1215840303/watcher-1111005-1215840303 -o /tmp/evaluation-result-1111005-1215840303/solver-1111005-1215840303 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1111005-1215840303.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4688f0c1e61ecbc5601338febdf76bd
RANDOM SEED=810411782

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1788344 kB
Buffers:         37596 kB
Cached:         117180 kB
SwapCached:       7540 kB
Active:         111948 kB
Inactive:        92168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788344 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            4020 kB
Writeback:           0 kB
Mapped:          65044 kB
Slab:            48516 kB
Committed_AS:   235336 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-12 07:30:00