Trace number 1090717

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 ACUNSAT 124.83 125.961

DiagnosticValue
CHECKS54092900
NODES13286

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-4-fullins-5-6.xml
MD5SUM66166aaa52c5efc6681b748f5ca3a1e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.55715
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension77305
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1090717-1215271910.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.69/0.71	     nbVariables=4146  nbDomainTypes=1  minDomainSize=6  maxDomainSize=6  nbTotalValues=24876
0.69/0.71	       =>  wckTime=0.472  cpuTime=0.32  mem=23M473
0.69/0.71	   
0.69/0.71	   predicates being loaded...
0.69/0.77	   
0.69/0.77	   constraints being loaded...
25.83/26.14	     nbConstraints=77312  nbGlobalConstraints=7  nbConvertedConstraints=77305  nbConvertConstraintsChecks=72
25.83/26.14	     nbExtensionStructures=2  nbSharedExtensionStructures=77303  nbConflictsStructures=6
25.83/26.15	     nbSharedConflictsStructures=77303  nbSharedBinaryRepresentations=6  minDegree=9  maxDegree=697  minArity=2
25.83/26.15	     avgArity=2.04  maxArity=2592  nbGenerators=5  nbFusions=5  symmetryWckTime=14.605  symmetryCpuTime=4.42
25.83/26.15	     nbCliques=2
25.83/26.15	       =>  wckTime=25.912  cpuTime=14.21  mem=130M593
26.53/26.87	   
26.53/26.87	   solver IterativeSystematicSolver being built... 
26.63/26.97	   
26.63/26.98	   INFO : Forward propagation technique limited 
26.92/27.20	       =>  wckTime=26.967  cpuTime=14.49  mem=131M876
27.92/28.29	   
27.92/28.30	   preprocessing
27.92/28.30	     nbConstraintChecks=60  nbPropagations=4151  nbRevisions=10  nbUselessRevisions=0  nbRemovedValues=10
27.92/28.30	     nbRemovedTuples=15  detectedInconsistency=no
27.92/28.30	       =>  wckTime=1.076  cpuTime=1.06  mem=132M887
124.67/125.89	   
124.67/125.89	   search
124.67/125.89	     run=13  nbConstraintChecks=54092851  minDepth=0  maxDepth=8  nbPropagations=5746132  nbRevisions=30988667
124.67/125.89	     nbUselessRevisions=6703907  nbAssignments=13286  nbFailedAssignments=5561  nbInferredBacktracks=4
124.67/125.89	     nbBacktracks=7619  nbVisitedNodes=24102  nbRestartNogoods=75  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
124.67/125.89	     nbDEliminables=?  nbPEliminables=?
124.67/125.89	       =>  wckTime=98.685  cpuTime=97.75  mem=133M946
124.67/125.89	   
124.67/125.90	   global
124.67/125.90	     nbConstraintChecks=54092911  nbPropagations=5750283  nbRevisions=30988677  nbUselessRevisions=6703907
124.67/125.90	     nbRestartNogoods=75  solvingWckTime=98.687  solvingCpuTime=97.75  expiredTime=no  totalExploration=yes
124.67/125.90	     nbFoundSolutions=0  globalCpuTime=112.29
124.67/125.90	       =>  wckTime=125.662  cpuTime=112.24  mem=133M946
124.67/125.90	   
124.77/125.90	s UNSATISFIABLE
124.77/125.90	d NODES 13286
124.77/125.90	d CHECKS 54092911
124.77/125.90	   
124.77/125.90	   totalWckTime=125.721  totalCpuTime=112.29

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1090717-1215271910/watcher-1090717-1215271910 -o /tmp/evaluation-result-1090717-1215271910/solver-1090717-1215271910 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1090717-1215271910.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 1.97 1.97 4/72 12347
/proc/meminfo: memFree=1587464/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=1616 CPUtime=0
/proc/12347/stat : 12347 (java) D 12345 12347 10935 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1556865116 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12347/statm: 404 145 119 9 0 46 0

[startup+0.0526919 s]
/proc/loadavg: 2.00 1.97 1.97 4/72 12347
/proc/meminfo: memFree=1587464/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=863688 CPUtime=0.04
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 2544 0 1 0 3 1 0 0 18 0 9 0 1556865116 884416512 2117 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 215922 2117 1009 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.101701 s]
/proc/loadavg: 2.00 1.97 1.97 4/72 12347
/proc/meminfo: memFree=1587464/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=865884 CPUtime=0.09
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 1556865116 886665216 3238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216471 3238 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301736 s]
/proc/loadavg: 2.00 1.97 1.97 4/72 12347
/proc/meminfo: memFree=1587464/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=866196 CPUtime=0.29
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 5629 0 1 0 26 3 0 0 18 0 9 0 1556865116 886984704 5043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216549 5043 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701807 s]
/proc/loadavg: 2.00 1.97 1.97 4/72 12347
/proc/meminfo: memFree=1587464/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=867444 CPUtime=0.69
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 10487 0 1 0 63 6 0 0 18 0 9 0 1556865116 888262656 9857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216861 9857 1972 9 0 211389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867444

[startup+1.50195 s]
/proc/loadavg: 2.00 1.97 1.97 3/81 12356
/proc/meminfo: memFree=1544128/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=867444 CPUtime=1.47
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 18791 0 1 0 137 10 0 0 18 0 9 0 1556865116 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216861 18126 2004 9 0 211389 0
[pid=12347/tid=12349] ppid=12345 vsize=867444 CPUtime=1.21
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 15737 0 1 0 112 9 0 0 25 0 9 0 1556865117 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 102605520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=867444 CPUtime=0.07
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 1719 0 0 0 7 0 0 0 16 0 9 0 1556865119 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1556865121 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=867444 CPUtime=0.17
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 638 0 0 0 17 0 0 0 16 0 9 0 1556865121 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1556865121 888262656 18126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1556865121 888262656 18126 996147200 134512640 134550740 4294955968 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) 867444

[startup+3.10222 s]
/proc/loadavg: 2.00 1.97 1.97 3/81 12356
/proc/meminfo: memFree=1522496/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=867444 CPUtime=3.06
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 22365 0 1 0 294 12 0 0 18 0 9 0 1556865116 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216861 21698 2004 9 0 211389 0
[pid=12347/tid=12349] ppid=12345 vsize=867444 CPUtime=2.59
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 15745 0 1 0 250 9 0 0 25 0 9 0 1556865117 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=867444 CPUtime=0.27
/proc/12347/task/12350/stat : 12350 (java) R 12345 12347 10935 0 -1 64 5284 0 0 0 25 2 0 0 16 0 9 0 1556865119 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1556865121 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=867444 CPUtime=0.17
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 639 0 0 0 17 0 0 0 17 0 9 0 1556865121 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1556865121 888262656 21698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1556865121 888262656 21698 996147200 134512640 134550740 4294955968 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) 867444

[startup+6.30177 s]
/proc/loadavg: 2.00 1.97 1.97 3/81 12356
/proc/meminfo: memFree=1493632/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=867444 CPUtime=6.23
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 28763 0 1 0 532 91 0 0 18 0 9 0 1556865116 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216861 28090 2006 9 0 211389 0
[pid=12347/tid=12349] ppid=12345 vsize=867444 CPUtime=5.28
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 15781 0 1 0 443 85 0 0 25 0 9 0 1556865117 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=867444 CPUtime=0.69
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 11606 0 0 0 65 4 0 0 17 0 9 0 1556865119 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1556865119 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1556865121 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=867444 CPUtime=0.23
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 679 0 0 0 23 0 0 0 17 0 9 0 1556865121 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1556865121 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=867444 CPUtime=0
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1556865121 888262656 28090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867444

[startup+12.7029 s]
/proc/loadavg: 2.00 1.97 1.97 3/81 12356
/proc/meminfo: memFree=1433408/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=867768 CPUtime=12.16
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 41016 0 1 0 884 332 0 0 18 0 10 0 1556865116 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 216942 40207 2012 9 0 211470 0
[pid=12347/tid=12349] ppid=12345 vsize=867768 CPUtime=10.43
/proc/12347/task/12349/stat : 12349 (java) S 12345 12347 10935 0 -1 64 15869 0 1 0 723 320 0 0 24 0 10 0 1556865117 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=867768 CPUtime=1.45
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 23688 0 0 0 136 9 0 0 18 0 10 0 1556865119 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=867768 CPUtime=0
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1556865119 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=867768 CPUtime=0
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1556865119 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=867768 CPUtime=0
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1556865121 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=867768 CPUtime=0.25
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 689 0 0 0 25 0 0 0 16 0 10 0 1556865121 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=867768 CPUtime=0
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1556865121 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=867768 CPUtime=0
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1556865121 888594432 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 867768

[startup+25.5011 s]
/proc/loadavg: 2.00 1.97 1.97 3/81 12360
/proc/meminfo: memFree=1425136/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868092 CPUtime=25.24
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 71510 4721 1 0 1230 340 949 5 18 0 9 0 1556865116 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217023 42347 2019 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868092 CPUtime=23.32
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 36834 4721 1 0 1054 324 949 5 21 0 9 0 1556865117 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4126860000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868092 CPUtime=11.12
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 32870 4721 0 0 146 12 949 5 16 0 9 0 1556865119 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868092 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 17 0 9 0 1556865119 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868092 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868092 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868092 CPUtime=9.82
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 930 4721 0 0 28 0 949 5 15 0 9 0 1556865121 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868092 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868092 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 15 0 9 0 1556865121 888926208 42347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868092

[startup+51.1015 s]
/proc/loadavg: 2.06 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=50.61
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88487 4721 1 0 3764 343 949 5 18 0 9 0 1556865116 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43878 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=47.83
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37263 4721 1 0 3504 325 949 5 25 0 9 0 1556865117 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4126562674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.97
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1025 4721 0 0 43 0 949 5 16 0 9 0 1556865121 889016320 43878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54

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

[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=98.59
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 8579 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4127356562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 868180

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

[startup+115.103 s]
/proc/loadavg: 2.02 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=114.06
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88495 4721 1 0 10109 343 949 5 18 0 9 0 1556865116 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43881 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=111.29
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 9849 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4127360557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 114.06
Current children cumulated vsize (KiB) 868180

[startup+121.503 s]
/proc/loadavg: 2.02 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=120.41
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88495 4721 1 0 10744 343 949 5 18 0 9 0 1556865116 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43881 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=117.63
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 10483 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.41
Current children cumulated vsize (KiB) 868180

[startup+123.102 s]
/proc/loadavg: 2.01 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=121.99
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88495 4721 1 0 10902 343 949 5 18 0 9 0 1556865116 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43881 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=119.22
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 10642 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4127406830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.99
Current children cumulated vsize (KiB) 868180

[startup+124.702 s]
/proc/loadavg: 2.01 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=123.58
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88495 4721 1 0 11061 343 949 5 18 0 9 0 1556865116 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43881 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=120.8
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 10800 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4127355995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 123.58
Current children cumulated vsize (KiB) 868180

[startup+125.502 s]
/proc/loadavg: 2.01 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=124.37
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88495 4721 1 0 11140 343 949 5 18 0 9 0 1556865116 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43881 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=121.59
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37266 4721 1 0 10879 326 949 5 25 0 9 0 1556865117 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.37
Current children cumulated vsize (KiB) 868180

[startup+125.902 s]
/proc/loadavg: 2.01 1.99 1.98 3/81 12360
/proc/meminfo: memFree=1421616/2055920 swapFree=4121472/4192956
[pid=12347] ppid=12345 vsize=868180 CPUtime=124.77
/proc/12347/stat : 12347 (java) S 12345 12347 10935 0 -1 0 88500 4721 1 0 11180 343 949 5 18 0 9 0 1556865116 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12347/statm: 217045 43882 2637 9 0 211551 0
[pid=12347/tid=12349] ppid=12345 vsize=868180 CPUtime=121.99
/proc/12347/task/12349/stat : 12349 (java) R 12345 12347 10935 0 -1 64 37271 4721 1 0 10919 326 949 5 25 0 9 0 1556865117 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 104174956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12350] ppid=12345 vsize=868180 CPUtime=11.84
/proc/12347/task/12350/stat : 12350 (java) S 12345 12347 10935 0 -1 64 49321 4721 0 0 216 14 949 5 16 0 9 0 1556865119 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12351] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12351/stat : 12351 (java) S 12345 12347 10935 0 -1 64 28 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12352] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12352/stat : 12352 (java) S 12345 12347 10935 0 -1 64 17 4721 0 0 0 0 949 5 16 0 9 0 1556865119 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12353] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12353/stat : 12353 (java) S 12345 12347 10935 0 -1 64 0 4721 0 0 0 0 949 5 18 0 9 0 1556865121 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12354] ppid=12345 vsize=868180 CPUtime=9.98
/proc/12347/task/12354/stat : 12354 (java) S 12345 12347 10935 0 -1 64 1030 4721 0 0 44 0 949 5 16 0 9 0 1556865121 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12355] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12355/stat : 12355 (java) S 12345 12347 10935 0 -1 64 2 4721 0 0 0 0 949 5 19 0 9 0 1556865121 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12347/tid=12356] ppid=12345 vsize=868180 CPUtime=9.54
/proc/12347/task/12356/stat : 12356 (java) S 12345 12347 10935 0 -1 64 19 4721 0 0 0 0 949 5 15 0 9 0 1556865121 889016320 43882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.77
Current children cumulated vsize (KiB) 868180

Child status: 0
Real time (s): 125.961
CPU time (s): 124.83
CPU user time (s): 121.304
CPU system time (s): 3.52646
CPU usage (%): 99.1024
Max. virtual memory (cumulated for all children) (KiB): 894544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.304
system time used= 3.52646
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93247
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= 4692
involuntary context switches= 7385

runsolver used 0.147977 second user time and 0.437933 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 17:31:51
IDJOB=1090717
IDBENCH=58466
IDSOLVER=363
FILE ID=node14/1090717-1215271910
PBS_JOBID= 7882143
Free space on /tmp= 66436 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-4-fullins-5-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090717-1215271910/watcher-1090717-1215271910 -o /tmp/evaluation-result-1090717-1215271910/solver-1090717-1215271910 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1090717-1215271910.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66166aaa52c5efc6681b748f5ca3a1e2
RANDOM SEED=243475666

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1587944 kB
Buffers:         68452 kB
Cached:         243396 kB
SwapCached:      65620 kB
Active:         289440 kB
Inactive:       122200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587944 kB
SwapTotal:     4192956 kB
SwapFree:      4121472 kB
Dirty:           11900 kB
Writeback:           0 kB
Mapped:         107724 kB
Slab:            41496 kB
Committed_AS:  3246900 kB
PageTables:       1964 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= 66432 MiB
End job on node14 at 2008-07-05 17:33:57