Trace number 1111118

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-dOPTIMUM1 32.906 33.276

DiagnosticValue
CHECKS1148320
NODES44348

General information on the benchmark

Namecsp/aim-50/
normalized-aim-50-2-0-unsat-3_ext.xml
MD5SUM885c685aa8d56ae4fd1d7762ba1df2f8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark0.112981
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints92
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension92
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.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mrdac-ddeg.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1111118-1215841886.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.28/0.39	     nbVariables=50  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=100
0.28/0.39	       =>  wckTime=0.153  cpuTime=0.11  mem=6M867
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.28/0.40	   
0.28/0.40	   constraints being loaded...
0.38/0.46	     nbConstraints=92  nbRelationTypes=15  nbExtensionStructures=15  nbSharedExtensionStructures=77
0.38/0.46	     nbConflictsStructures=15  nbSharedConflictsStructures=77  nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=6
0.38/0.46	     minArity=3  maxArity=3
0.38/0.46	       =>  wckTime=0.223  cpuTime=0.18  mem=9M831
0.48/0.51	   
0.48/0.51	   solver LocalSearchSolver being built... 
0.48/0.59	       =>  wckTime=0.351  cpuTime=0.23  mem=5M479
0.48/0.59	
0.48/0.59	s SATISFIABLE
0.48/0.59	o 12
0.48/0.59	o 10
0.48/0.59	o 8
0.48/0.59	o 7
0.48/0.59	o 6
0.48/0.59	o 5
0.48/0.60	o 4
0.48/0.60	o 3
0.48/0.60	o 2
0.58/0.60	o 1
1.28/1.37	   
1.28/1.37	   search
1.28/1.37	     run=0  nbConstraintChecks=1261313  nbAssignments=10000
1.28/1.37	       =>  wckTime=0.779  cpuTime=0.75  mem=6M471
2.07/2.11	   
2.07/2.11	   search
2.07/2.11	     run=1  nbConstraintChecks=2609327  nbAssignments=20000
2.07/2.11	       =>  wckTime=1.526  cpuTime=1.48  mem=6M471
2.75/2.83	   
2.75/2.83	   search
2.75/2.84	     run=2  nbConstraintChecks=3834649  nbAssignments=30000
2.75/2.84	       =>  wckTime=2.249  cpuTime=2.2  mem=6M471
3.45/3.56	   
3.45/3.56	   search
3.45/3.57	     run=3  nbConstraintChecks=5103986  nbAssignments=40000
3.45/3.57	       =>  wckTime=2.979  cpuTime=2.92  mem=6M471
4.15/4.28	   
4.15/4.28	   search
4.15/4.28	     run=4  nbConstraintChecks=6323278  nbAssignments=50000
4.15/4.28	       =>  wckTime=3.69  cpuTime=3.63  mem=6M471
4.94/5.01	   
4.94/5.01	   search
4.94/5.01	     run=5  nbConstraintChecks=7608871  nbAssignments=60000
4.94/5.01	       =>  wckTime=4.419  cpuTime=4.35  mem=6M471
5.63/5.72	   
5.63/5.72	   search
5.63/5.72	     run=6  nbConstraintChecks=8818260  nbAssignments=70000
5.63/5.72	       =>  wckTime=5.135  cpuTime=5.06  mem=6M471
6.32/6.45	   
6.32/6.45	   search
6.32/6.45	     run=7  nbConstraintChecks=10117138  nbAssignments=80000
6.32/6.45	       =>  wckTime=5.866  cpuTime=5.78  mem=6M471
7.01/7.17	   
7.01/7.17	   search
7.01/7.17	     run=8  nbConstraintChecks=11272742  nbAssignments=90000
7.01/7.17	       =>  wckTime=6.581  cpuTime=6.48  mem=6M471
7.80/7.90	   
7.80/7.90	   search
7.80/7.90	     run=9  nbConstraintChecks=12605538  nbAssignments=100000
7.80/7.90	       =>  wckTime=7.317  cpuTime=7.21  mem=6M471
8.50/8.62	   
8.50/8.62	   search
8.50/8.62	     run=10  nbConstraintChecks=13790904  nbAssignments=110000
8.50/8.62	       =>  wckTime=8.032  cpuTime=7.92  mem=6M471
9.19/9.36	   
9.19/9.36	   search
9.19/9.36	     run=11  nbConstraintChecks=15141992  nbAssignments=120000
9.19/9.36	       =>  wckTime=8.774  cpuTime=8.66  mem=6M471
9.89/10.08	   
9.89/10.08	   search
9.89/10.08	     run=12  nbConstraintChecks=16349804  nbAssignments=130000
9.89/10.08	       =>  wckTime=9.492  cpuTime=9.37  mem=6M471
10.68/10.82	   
10.68/10.82	   search
10.68/10.82	     run=13  nbConstraintChecks=17663789  nbAssignments=140000
10.68/10.82	       =>  wckTime=10.23  cpuTime=10.1  mem=6M471
11.37/11.54	   
11.37/11.54	   search
11.37/11.54	     run=14  nbConstraintChecks=18869435  nbAssignments=150000
11.37/11.54	       =>  wckTime=10.958  cpuTime=10.82  mem=6M471
12.06/12.28	   
12.06/12.28	   search
12.06/12.28	     run=15  nbConstraintChecks=20136806  nbAssignments=160000
12.06/12.28	       =>  wckTime=11.689  cpuTime=11.54  mem=6M471
12.75/13.00	   
12.75/13.00	   search
12.75/13.00	     run=16  nbConstraintChecks=21334045  nbAssignments=170000
12.75/13.00	       =>  wckTime=12.41  cpuTime=12.25  mem=6M471
13.54/13.74	   
13.54/13.74	   search
13.54/13.74	     run=17  nbConstraintChecks=22647747  nbAssignments=180000
13.54/13.74	       =>  wckTime=13.153  cpuTime=12.99  mem=6M471
14.24/14.46	   
14.24/14.46	   search
14.24/14.46	     run=18  nbConstraintChecks=23821731  nbAssignments=190000
14.24/14.46	       =>  wckTime=13.873  cpuTime=13.7  mem=6M471
15.03/15.20	   
15.03/15.20	   search
15.03/15.20	     run=19  nbConstraintChecks=25139781  nbAssignments=200000
15.03/15.20	       =>  wckTime=14.613  cpuTime=14.43  mem=6M471
15.72/15.93	   
15.72/15.93	   search
15.72/15.93	     run=20  nbConstraintChecks=26332611  nbAssignments=210000
15.72/15.93	       =>  wckTime=15.34  cpuTime=15.15  mem=6M471
16.42/16.66	   
16.42/16.66	   search
16.42/16.66	     run=21  nbConstraintChecks=27588018  nbAssignments=220000
16.42/16.66	       =>  wckTime=16.071  cpuTime=15.88  mem=6M471
17.12/17.38	   
17.12/17.38	   search
17.12/17.38	     run=22  nbConstraintChecks=28766169  nbAssignments=230000
17.12/17.38	       =>  wckTime=16.789  cpuTime=16.59  mem=6M471
17.91/18.12	   
17.91/18.12	   search
17.91/18.12	     run=23  nbConstraintChecks=30082086  nbAssignments=240000
17.91/18.12	       =>  wckTime=17.533  cpuTime=17.32  mem=6M471
18.61/18.84	   
18.61/18.84	   search
18.61/18.84	     run=24  nbConstraintChecks=31271778  nbAssignments=250000
18.61/18.84	       =>  wckTime=18.253  cpuTime=18.03  mem=6M471
19.29/19.58	   
19.29/19.58	   search
19.29/19.58	     run=25  nbConstraintChecks=32576223  nbAssignments=260000
19.29/19.58	       =>  wckTime=18.989  cpuTime=18.77  mem=6M471
19.98/20.30	   
19.98/20.30	   search
20.08/20.30	     run=26  nbConstraintChecks=33754748  nbAssignments=270000
20.08/20.30	       =>  wckTime=19.711  cpuTime=19.49  mem=6M471
20.78/21.03	   
20.78/21.03	   search
20.78/21.03	     run=27  nbConstraintChecks=35066910  nbAssignments=280000
20.78/21.03	       =>  wckTime=20.441  cpuTime=20.21  mem=6M471
21.47/21.75	   
21.47/21.75	   search
21.47/21.75	     run=28  nbConstraintChecks=36291157  nbAssignments=290000
21.47/21.75	       =>  wckTime=21.159  cpuTime=20.92  mem=6M471
22.16/22.48	   
22.16/22.48	   search
22.16/22.48	     run=29  nbConstraintChecks=37566873  nbAssignments=300000
22.16/22.48	       =>  wckTime=21.895  cpuTime=21.64  mem=6M471
22.96/23.20	   
22.96/23.20	   search
22.96/23.20	     run=30  nbConstraintChecks=38767580  nbAssignments=310000
22.96/23.21	       =>  wckTime=22.619  cpuTime=22.36  mem=6M471
23.65/23.93	   
23.65/23.93	   search
23.65/23.93	     run=31  nbConstraintChecks=40035858  nbAssignments=320000
23.65/23.93	       =>  wckTime=23.346  cpuTime=23.08  mem=6M471
24.34/24.66	   
24.34/24.66	   search
24.34/24.66	     run=32  nbConstraintChecks=41249927  nbAssignments=330000
24.34/24.66	       =>  wckTime=24.07  cpuTime=23.8  mem=6M471
25.04/25.38	   
25.04/25.38	   search
25.04/25.38	     run=33  nbConstraintChecks=42485467  nbAssignments=340000
25.04/25.38	       =>  wckTime=24.794  cpuTime=24.51  mem=6M471
25.73/26.10	   
25.73/26.10	   search
25.73/26.10	     run=34  nbConstraintChecks=43661741  nbAssignments=350000
25.73/26.10	       =>  wckTime=25.509  cpuTime=25.22  mem=6M471
26.51/26.83	   
26.51/26.83	   search
26.51/26.83	     run=35  nbConstraintChecks=44932379  nbAssignments=360000
26.51/26.83	       =>  wckTime=26.243  cpuTime=25.94  mem=6M471
27.22/27.55	   
27.22/27.55	   search
27.22/27.55	     run=36  nbConstraintChecks=46159389  nbAssignments=370000
27.22/27.55	       =>  wckTime=26.962  cpuTime=26.66  mem=6M471
27.91/28.28	   
27.91/28.28	   search
27.91/28.28	     run=37  nbConstraintChecks=47467238  nbAssignments=380000
27.91/28.28	       =>  wckTime=27.694  cpuTime=27.39  mem=6M471
28.59/29.00	   
28.59/29.00	   search
28.59/29.00	     run=38  nbConstraintChecks=48630789  nbAssignments=390000
28.59/29.00	       =>  wckTime=28.411  cpuTime=28.09  mem=6M471
29.39/29.73	   
29.39/29.73	   search
29.39/29.73	     run=39  nbConstraintChecks=49959508  nbAssignments=400000
29.39/29.73	       =>  wckTime=29.145  cpuTime=28.82  mem=6M471
30.08/30.45	   
30.08/30.45	   search
30.08/30.45	     run=40  nbConstraintChecks=51140154  nbAssignments=410000
30.08/30.45	       =>  wckTime=29.862  cpuTime=29.53  mem=6M471
30.58/30.94	   
30.58/30.94	   search
30.58/30.94	     run=41  nbConstraintChecks=52004319  nbAssignments=416700
30.58/30.94	       =>  wckTime=30.357  cpuTime=30.02  mem=6M471
30.58/30.95	   
30.58/30.95	   global
30.58/30.95	     nbConstraintChecks=52004319  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.58/30.95	     solvingWckTime=30.357  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.58/30.95	     globalCpuTime=30.3
30.58/30.95	       =>  wckTime=30.709  cpuTime=30.25  mem=6M471
30.58/30.95	   
30.58/30.95	   solver DecomposerSolver being built... 
30.68/31.07	       =>  wckTime=30.838  cpuTime=30.35  mem=18M484
30.68/31.08	   
30.68/31.08	   preprocessing
30.68/31.08	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.68/31.08	     detectedInconsistency=no
30.68/31.08	       =>  wckTime=0.0030  cpuTime=0.0  mem=18M484
32.85/33.23	   
32.85/33.23	   search
32.85/33.23	     run=0  nbConstraintChecks=1148322  nbValidityChecks=1123874  minDepth=0  maxDepth=46  nbPropagations=0
32.85/33.23	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=44348  nbFailedAssignments=8173  nbBacktracks=36176
32.85/33.23	     nbVisitedNodes=54648
32.85/33.23	       =>  wckTime=2.148  cpuTime=2.07  mem=19M460
32.85/33.23	   
32.85/33.23	   global
32.85/33.23	     nbConstraintChecks=1148322  nbValidityChecks=1123874  solvingWckTime=2.152  solvingCpuTime=2.07  expiredTime=no
32.85/33.23	     totalExploration=yes  nbFoundSolutions=0  upperBound=1  upperBoundWckTime=0.0  upperBoundCpuTime=0.0
32.85/33.23	     globalCpuTime=32.47
32.85/33.23	       =>  wckTime=32.992  cpuTime=32.42  mem=19M460
32.85/33.23	
32.85/33.23	s OPTIMUM FOUND
32.85/33.23	v 1 1 0 1 1 0 1 0 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 0 1 1 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 0 
32.85/33.23	d NODES 44348
32.85/33.23	d CHECKS 1148322
32.85/33.23	   
32.85/33.23	   totalWckTime=33.048  totalCpuTime=32.48

Verifier Data (download as text)

OK	1	91
1 unsatisfied constraints, 91 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-1111118-1215841886/watcher-1111118-1215841886 -o /tmp/evaluation-result-1111118-1215841886/solver-1111118-1215841886 -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-ddeg.xml 1 XSax HOME/instance-1111118-1215841886.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: 1.96 1.99 1.99 4/81 15464
/proc/meminfo: memFree=1849264/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=1616 CPUtime=0
/proc/15464/stat : 15464 (java) D 15462 15464 14410 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 40891554 1654784 151 996147200 134512640 134550740 4294955952 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15464/statm: 404 151 125 9 0 46 0

[startup+0.112427 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 15464
/proc/meminfo: memFree=1849264/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=865984 CPUtime=0.1
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 3919 0 1 0 8 2 0 0 18 0 9 0 40891554 886767616 3360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216496 3360 1755 9 0 211051 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.201444 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 15464
/proc/meminfo: memFree=1849264/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866012 CPUtime=0.19
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 4728 0 1 0 16 3 0 0 18 0 9 0 40891554 886796288 4156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216503 4156 1854 9 0 211051 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866012

[startup+0.301464 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 15464
/proc/meminfo: memFree=1849264/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866156 CPUtime=0.28
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 5618 0 1 0 25 3 0 0 18 0 9 0 40891554 886943744 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216539 5033 1905 9 0 211087 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866156

[startup+0.701538 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 15464
/proc/meminfo: memFree=1849264/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=0.68
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8251 0 1 0 58 10 0 0 18 0 9 0 40891554 887435264 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7418 2632 9 0 211165 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866636

[startup+1.50169 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829800/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=1.47
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8261 0 1 0 95 52 0 0 18 0 9 0 40891554 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7428 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=1.31
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6114 0 1 0 81 50 0 0 25 0 9 0 40891555 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 8989081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.1
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 328 0 0 0 10 0 0 0 16 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866636

[startup+3.103 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829608/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=3.06
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8262 0 1 0 170 136 0 0 18 0 9 0 40891554 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7428 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=2.9
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6115 0 1 0 156 134 0 0 25 0 9 0 40891555 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.1
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 328 0 0 0 10 0 0 0 16 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866636

[startup+6.30161 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829352/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=6.22
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8263 0 1 0 318 304 0 0 18 0 9 0 40891554 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7428 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=6.07
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 304 303 0 0 25 0 9 0 40891555 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 8935603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.1
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 328 0 0 0 10 0 0 0 16 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866636

[startup+12.7018 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829224/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=12.56
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8263 0 1 0 610 646 0 0 18 0 9 0 40891554 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7428 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=12.4
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 596 644 0 0 25 0 9 0 40891555 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.1
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 328 0 0 0 10 0 0 0 16 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 866636

[startup+25.5013 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829224/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=25.23
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8270 0 1 0 1190 1333 0 0 18 0 9 0 40891554 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7435 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=25.07
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 1175 1332 0 0 25 0 9 0 40891555 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4126644831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.11
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 335 0 0 0 11 0 0 0 16 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 866636

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

[startup+25.6014 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829224/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=25.32
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8270 0 1 0 1194 1338 0 0 18 0 9 0 40891554 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7435 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=25.16
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 1179 1337 0 0 25 0 9 0 40891555 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 9082155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.11
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 335 0 0 0 11 0 0 0 16 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 866636

[startup+28.8029 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829224/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866640 CPUtime=28.5
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8270 0 1 0 1340 1510 0 0 18 0 9 0 40891554 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216660 7435 2633 9 0 211166 0
[pid=15464/tid=15465] ppid=15462 vsize=866640 CPUtime=28.33
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 1325 1508 0 0 25 0 9 0 40891555 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 9563291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866640 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866640 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866640 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866640 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866640 CPUtime=0.11
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 335 0 0 0 11 0 0 0 16 0 9 0 40891559 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866640 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866640 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887439360 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 866640

[startup+30.4023 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1829224/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=30.08
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 8270 0 1 0 1412 1596 0 0 18 0 9 0 40891554 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 7435 2633 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=29.91
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 6116 0 1 0 1397 1594 0 0 25 0 9 0 40891555 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.11
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 335 0 0 0 11 0 0 0 16 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 7435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.08
Current children cumulated vsize (KiB) 866636

[startup+32.0065 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1820136/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=31.67
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 10535 0 1 0 1542 1625 0 0 18 0 9 0 40891554 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 9699 2634 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=31.42
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 8336 0 1 0 1518 1624 0 0 25 0 9 0 40891555 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4126790312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 17 0 9 0 40891557 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.2
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 380 0 0 0 20 0 0 0 16 0 9 0 40891559 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 9699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.67
Current children cumulated vsize (KiB) 866636

[startup+32.8017 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1820136/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=32.46
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 10537 0 1 0 1621 1625 0 0 18 0 9 0 40891554 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 9700 2634 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=32.21
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 8337 0 1 0 1597 1624 0 0 25 0 9 0 40891555 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4126648419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 17 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.2
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 381 0 0 0 20 0 0 0 16 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.46
Current children cumulated vsize (KiB) 866636

[startup+33.2018 s]
/proc/loadavg: 1.98 1.99 1.99 3/90 15473
/proc/meminfo: memFree=1820136/2055920 swapFree=4180380/4192956
[pid=15464] ppid=15462 vsize=866636 CPUtime=32.85
/proc/15464/stat : 15464 (java) S 15462 15464 14410 0 -1 0 10537 0 1 0 1660 1625 0 0 18 0 9 0 40891554 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 216659 9700 2634 9 0 211165 0
[pid=15464/tid=15465] ppid=15462 vsize=866636 CPUtime=32.6
/proc/15464/task/15465/stat : 15465 (java) R 15462 15464 14410 0 -1 64 8337 0 1 0 1636 1624 0 0 25 0 9 0 40891555 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4126856273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=866636 CPUtime=0.03
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14410 0 -1 64 1122 0 0 0 3 0 0 0 17 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14410 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40891557 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=866636 CPUtime=0.2
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14410 0 -1 64 381 0 0 0 20 0 0 0 16 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=866636 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40891559 887435264 9700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.85
Current children cumulated vsize (KiB) 866636

Child status: 0
Real time (s): 33.276
CPU time (s): 32.906
CPU user time (s): 16.6405
CPU system time (s): 16.2655
CPU usage (%): 98.888
Max. virtual memory (cumulated for all children) (KiB): 866640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6405
system time used= 16.2655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10642
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= 1435
involuntary context switches= 2520

runsolver used 0.049992 second user time and 0.12798 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 07:51:26
IDJOB=1111118
IDBENCH=61233
IDSOLVER=360
FILE ID=node9/1111118-1215841886
PBS_JOBID= 7903358
Free space on /tmp= 66552 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/aim-50/normalized-aim-50-2-0-unsat-3_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111118-1215841886/watcher-1111118-1215841886 -o /tmp/evaluation-result-1111118-1215841886/solver-1111118-1215841886 -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-ddeg.xml 1 XSax HOME/instance-1111118-1215841886.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 885c685aa8d56ae4fd1d7762ba1df2f8
RANDOM SEED=689954470

node9.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.260
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.260
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:       1849680 kB
Buffers:         39740 kB
Cached:          87664 kB
SwapCached:       6828 kB
Active:          76264 kB
Inactive:        70100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849680 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          34592 kB
Slab:            45040 kB
Committed_AS:   219336 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node9 at 2008-07-12 07:52:00