Trace number 1044856

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 21.7497 22.0094

DiagnosticValue
CHECKS16821300
NODES69120

General information on the benchmark

Namecsp/QWH-20/
normalized-qwh-20-166-8_ext.xml
MD5SUM97207bee703f608d4151d78704fdd40e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.00669
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5092
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5092
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044856-1215022074.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3554
0.38/0.45	       =>  wckTime=0.21  cpuTime=0.21  mem=8M894
0.38/0.45	   
0.38/0.45	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.25/1.32	     nbConstraints=5116  nbRelationTypes=21  nbGlobalConstraints=24  nbSingletonDomainVariables=234
1.25/1.32	     nbExtensionStructures=41  nbSharedExtensionStructures=5051  nbConflictsStructures=41
1.25/1.32	     nbSharedConflictsStructures=5051  nbSharedBinaryRepresentations=858  minDegree=16  maxDegree=39  minArity=2
1.25/1.32	     avgArity=2.03  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.264  symmetryCpuTime=0.16  nbCliques=24
1.25/1.32	       =>  wckTime=1.082  cpuTime=0.77  mem=40M125
1.35/1.44	   
1.35/1.45	   solver IterativeSystematicSolver being built... 
1.44/1.52	   
1.44/1.53	   INFO : Forward propagation technique limited 
1.55/1.60	       =>  wckTime=1.359  cpuTime=0.91  mem=25M517
1.96/2.03	   
1.96/2.03	   preprocessing
1.96/2.03	     nbConstraintChecks=96372  nbPropagations=2388  nbRevisions=24797  nbUselessRevisions=20529  nbSingletonTests=653
1.96/2.03	     nbEffectiveSingletonTests=0  nbACRemovals=2654  nbFoundSingletons=0  nbRemovedValues=2654  detectedInconsistency=no
1.96/2.03	       =>  wckTime=0.429  cpuTime=0.39  mem=26M500
2.16/2.29	   
2.16/2.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M458)
21.68/21.95	   
21.68/21.95	   search
21.68/21.95	     run=15  nbConstraintChecks=16724963  minDepth=25  maxDepth=400  nbPropagations=2117708  nbRevisions=42101919
21.68/21.95	     nbUselessRevisions=38565974  nbAssignments=69120  nbFailedAssignments=10164  nbBacktracks=57789
21.68/21.95	     nbVisitedNodes=90138  nbRestartNogoods=89  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=234
21.68/21.95	     nbIEliminables=136.02  nbDEliminables=0  nbPEliminables=0
21.68/21.95	       =>  wckTime=20.348  cpuTime=20.03  mem=30M807
21.68/21.95	   
21.68/21.95	   global
21.68/21.95	     nbConstraintChecks=16821335  nbPropagations=2120096  nbRevisions=42126716  nbUselessRevisions=38586503
21.68/21.95	     nbRestartNogoods=89  solvingWckTime=20.351  solvingCpuTime=20.03  expiredTime=no  totalExploration=no
21.68/21.95	     nbFoundSolutions=1  firstSolutionCpuTime=20.93  globalCpuTime=21.0
21.68/21.95	       =>  wckTime=21.712  cpuTime=20.94  mem=30M807
21.68/21.95	   
21.68/21.95	s SATISFIABLE
21.68/21.95	v 13 8 17 18 7 1 10 5 15 11 4 19 14 3 2 9 16 0 6 12 12 15 18 4 16 5 6 0 2 19 8 9 17 14 7 11 10 13 3 1 5 0 13 11 8 9 15 1 7 6 10 16 19 12 14 17 4 18 2 3 18 5 6 0 19 4 12 11 3 14 15 10 7 13 9 2 1 16 8 17 6 11 7 3 10 17 14 16 8 13 2 12 0 19 5 15 9 1 4 18 19 6 3 16 14 10 1 17 13 9 11 5 2 15 0 18 8 12 7 4 3 19 0 1 9 13 16 14 6 2 12 4 15 18 17 5 11 7 10 8 7 2 11 17 4 0 3 18 19 8 9 1 12 5 16 13 15 6 14 10 9 16 10 2 18 7 0 8 5 3 14 6 1 17 19 4 13 15 12 11 10 17 8 5 11 12 9 19 1 15 3 14 13 6 18 7 2 4 0 16 16 10 19 8 12 15 5 13 18 17 7 11 9 2 4 0 3 14 1 6 15 18 9 7 13 6 8 4 12 16 1 2 10 0 11 19 17 3 5 14 8 9 2 15 6 16 13 3 0 4 17 7 18 10 1 12 14 11 19 5 0 3 4 19 5 14 17 2 11 10 13 15 6 8 12 1 18 9 16 7 14 1 15 10 0 2 18 12 17 7 5 13 4 16 3 8 6 19 11 9 11 14 5 12 1 19 4 6 16 0 18 17 3 9 8 10 7 2 15 13 17 12 1 14 2 8 7 15 9 18 19 3 11 4 6 16 5 10 13 0 2 7 12 13 15 3 11 9 4 5 6 8 16 1 10 14 0 17 18 19 1 4 16 9 3 11 2 10 14 12 0 18 8 7 13 6 19 5 17 15 4 13 14 6 17 18 19 7 10 1 16 0 5 11 15 3 12 8 9 2 
21.68/21.95	d NODES 69120
21.68/21.95	d CHECKS 16821335
21.68/21.95	   
21.68/21.95	   totalWckTime=21.768  totalCpuTime=21.01

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044856-1215022074/watcher-1044856-1215022074 -o /tmp/evaluation-result-1044856-1215022074/solver-1044856-1215022074 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044856-1215022074.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.88 4/80 22245
/proc/meminfo: memFree=411000/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=18572 CPUtime=0
/proc/22245/stat : 22245 (runsolver) R 22243 22245 20389 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1981179115 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22245/statm: 4643 292 257 25 0 2626 0

[startup+0.079983 s]
/proc/loadavg: 2.00 2.00 1.88 4/80 22245
/proc/meminfo: memFree=411000/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=865856 CPUtime=0.06
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 3371 0 1 0 4 2 0 0 18 0 9 0 1981179115 886636544 2885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 216464 2885 1566 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102988 s]
/proc/loadavg: 2.00 2.00 1.88 4/80 22245
/proc/meminfo: memFree=411000/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=865884 CPUtime=0.08
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 1981179115 886665216 3189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 216471 3189 1691 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302028 s]
/proc/loadavg: 2.00 2.00 1.88 4/80 22245
/proc/meminfo: memFree=411000/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=866128 CPUtime=0.28
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 5802 0 1 0 24 4 0 0 18 0 9 0 1981179115 886915072 5176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 216532 5176 1949 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.702105 s]
/proc/loadavg: 2.00 2.00 1.88 4/80 22245
/proc/meminfo: memFree=411000/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=866988 CPUtime=0.67
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 7263 0 1 0 62 5 0 0 18 0 9 0 1981179115 887795712 6633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 216747 6633 1969 9 0 211275 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866988

[startup+1.50126 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 22254
/proc/meminfo: memFree=373616/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868260 CPUtime=1.44
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 24071 415 1 0 127 12 5 0 18 0 10 0 1981179115 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217065 15961 2632 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868260 CPUtime=1.08
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 18014 415 1 0 94 9 5 0 16 0 10 0 1981179116 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4125958990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868260 CPUtime=0.14
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 4396 415 0 0 9 0 5 0 16 0 10 0 1981179118 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868260 CPUtime=0.05
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 415 0 0 0 0 5 0 16 0 10 0 1981179118 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868260 CPUtime=0.05
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 415 0 0 0 0 5 0 16 0 10 0 1981179118 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868260 CPUtime=0.05
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 415 0 0 0 0 5 0 18 0 10 0 1981179120 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868260 CPUtime=0.29
/proc/22245/task/22252/stat : 22252 (java) R 22243 22245 20389 0 -1 64 809 415 0 0 23 1 5 0 16 0 10 0 1981179120 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 101841964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868260 CPUtime=0.05
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 415 0 0 0 0 5 0 19 0 10 0 1981179120 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868260 CPUtime=0.05
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 7 415 0 0 0 0 5 0 15 0 10 0 1981179120 889098240 15961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868260

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 22258
/proc/meminfo: memFree=356656/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868260 CPUtime=3.05
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 25259 538 1 0 285 13 6 1 18 0 9 0 1981179115 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217065 16068 2633 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868260 CPUtime=2.58
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 19089 538 1 0 241 10 6 1 25 0 9 0 1981179116 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4127095778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868260 CPUtime=0.16
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 4397 538 0 0 9 0 6 1 17 0 9 0 1981179118 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868260 CPUtime=0.41
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 921 538 0 0 33 1 6 1 15 0 9 0 1981179120 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 7 538 0 0 0 0 6 1 15 0 9 0 1981179120 889098240 16068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868260

[startup+6.3012 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 22258
/proc/meminfo: memFree=356528/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868260 CPUtime=6.22
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 26037 538 1 0 601 14 6 1 18 0 9 0 1981179115 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217065 16070 2633 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868260 CPUtime=5.74
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 19842 538 1 0 557 10 6 1 17 0 9 0 1981179116 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4127166035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868260 CPUtime=0.16
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 4397 538 0 0 9 0 6 1 16 0 9 0 1981179118 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868260 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 923 538 0 0 34 1 6 1 17 0 9 0 1981179120 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889098240 16070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868260

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 22258
/proc/meminfo: memFree=349624/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868260 CPUtime=12.56
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 29384 538 1 0 1234 15 6 1 18 0 9 0 1981179115 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217065 18201 2633 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868260 CPUtime=12.08
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23188 538 1 0 1189 12 6 1 25 0 9 0 1981179116 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4127078484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868260 CPUtime=0.16
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 4397 538 0 0 9 0 6 1 16 0 9 0 1981179118 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868260 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868260 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889098240 18201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868260

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

[startup+15.9021 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341112/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868172 CPUtime=15.73
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 31132 538 1 0 1550 16 6 1 18 0 9 0 1981179115 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217043 19920 2615 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868172 CPUtime=15.24
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23866 538 1 0 1505 12 6 1 25 0 9 0 1981179116 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4127091324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868172 CPUtime=0.19
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 5467 538 0 0 11 1 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868172 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 868172

[startup+19.1027 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341176/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868172 CPUtime=18.9
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 31135 538 1 0 1867 16 6 1 18 0 9 0 1981179115 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217043 19920 2615 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868172 CPUtime=18.41
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23869 538 1 0 1822 12 6 1 25 0 9 0 1981179116 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4126971701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868172 CPUtime=0.19
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 5467 538 0 0 11 1 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868172 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 868172

[startup+20.7031 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341048/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868172 CPUtime=20.49
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 31136 538 1 0 2026 16 6 1 18 0 9 0 1981179115 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217043 19920 2615 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868172 CPUtime=19.99
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23870 538 1 0 1980 12 6 1 25 0 9 0 1981179116 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4126631800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868172 CPUtime=0.19
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 5467 538 0 0 11 1 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868172 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 868172

[startup+21.5012 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341048/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868172 CPUtime=21.28
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 31136 538 1 0 2105 16 6 1 18 0 9 0 1981179115 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217043 19920 2615 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868172 CPUtime=20.78
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23870 538 1 0 2059 12 6 1 25 0 9 0 1981179116 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4127093667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868172 CPUtime=0.19
/proc/22245/task/22248/stat : 22248 (java) S 22243 22245 20389 0 -1 64 5467 538 0 0 11 1 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868172 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 868172

[startup+21.9013 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341112/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=868172 CPUtime=21.68
/proc/22245/stat : 22245 (java) S 22243 22245 20389 0 -1 0 31136 538 1 0 2145 16 6 1 18 0 9 0 1981179115 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217043 19920 2615 9 0 211571 0
[pid=22245/tid=22247] ppid=22243 vsize=868172 CPUtime=21.18
/proc/22245/task/22247/stat : 22247 (java) R 22243 22245 20389 0 -1 64 23870 538 1 0 2099 12 6 1 25 0 9 0 1981179116 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4127169676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22243 vsize=868172 CPUtime=0.19
/proc/22245/task/22248/stat : 22248 (java) R 22243 22245 20389 0 -1 64 5467 538 0 0 11 1 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22249/stat : 22249 (java) S 22243 22245 20389 0 -1 64 16 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22250/stat : 22250 (java) S 22243 22245 20389 0 -1 64 9 538 0 0 0 0 6 1 16 0 9 0 1981179118 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22251/stat : 22251 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 18 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22243 vsize=868172 CPUtime=0.42
/proc/22245/task/22252/stat : 22252 (java) S 22243 22245 20389 0 -1 64 924 538 0 0 34 1 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22253/stat : 22253 (java) S 22243 22245 20389 0 -1 64 1 538 0 0 0 0 6 1 19 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22254] ppid=22243 vsize=868172 CPUtime=0.07
/proc/22245/task/22254/stat : 22254 (java) S 22243 22245 20389 0 -1 64 30 538 0 0 0 0 6 1 15 0 9 0 1981179120 889008128 19920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.68
Current children cumulated vsize (KiB) 868172

[startup+22.0069 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 22258
/proc/meminfo: memFree=341112/2055920 swapFree=4179412/4192956
[pid=22245] ppid=22243 vsize=0 CPUtime=21.74
/proc/22245/stat : 22245 (java) Z 22243 22245 20389 0 -1 12 31174 538 1 0 2150 17 6 1 16 0 2 0 1981179115 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.0094
CPU time (s): 21.7497
CPU user time (s): 21.5637
CPU system time (s): 0.185971
CPU usage (%): 98.8201
Max. virtual memory (cumulated for all children) (KiB): 868260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5637
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31712
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= 1583
involuntary context switches= 1637

runsolver used 0.029995 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-02 20:07:54
IDJOB=1044856
IDBENCH=53495
IDSOLVER=364
FILE ID=node62/1044856-1215022074
PBS_JOBID= 7874346
Free space on /tmp= 65288 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QWH-20/normalized-qwh-20-166-8_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044856-1215022074/watcher-1044856-1215022074 -o /tmp/evaluation-result-1044856-1215022074/solver-1044856-1215022074 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044856-1215022074.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97207bee703f608d4151d78704fdd40e
RANDOM SEED=663441319

node62.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.259
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.259
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:        411480 kB
Buffers:         29356 kB
Cached:        1413524 kB
SwapCached:       6472 kB
Active:         676880 kB
Inactive:       860708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        411480 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:         111212 kB
Slab:            91736 kB
Committed_AS:  4706028 kB
PageTables:       2052 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65288 MiB
End job on node62 at 2008-07-02 20:08:16