Trace number 1090676

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 ESACUNSAT 49.2615 49.779

DiagnosticValue
CHECKS67665600
NODES97543

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-1-fullins-5-5.xml
MD5SUM99ee7f10889b1bec75c11802e7463e55
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 benchmark6.82396
Satisfiable
(Un)Satisfiability was proved
Number of variables282
Number of constraints3247
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3247
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.10	
0.04/0.10	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1090676-1215271843.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.44	     nbVariables=282  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=1410
0.37/0.44	       =>  wckTime=0.189  cpuTime=0.15  mem=8M894
0.37/0.44	   
0.37/0.44	   predicates being loaded...
0.47/0.50	   
0.47/0.50	   constraints being loaded...
1.46/1.52	     nbConstraints=3252  nbGlobalConstraints=5  nbConvertedConstraints=3247  nbConvertConstraintsChecks=50
1.46/1.52	     nbExtensionStructures=2  nbSharedExtensionStructures=3245  nbConflictsStructures=6
1.46/1.52	     nbSharedConflictsStructures=3245  nbSharedBinaryRepresentations=5  minDegree=9  maxDegree=96  minArity=2
1.46/1.52	     avgArity=2.07  maxArity=162  nbGenerators=5  nbFusions=5  symmetryWckTime=0.254  symmetryCpuTime=0.12
1.46/1.52	       =>  wckTime=1.274  cpuTime=0.92  mem=34M418
1.55/1.63	   
1.55/1.63	   solver IterativeSystematicSolver being built... 
1.65/1.70	   
1.65/1.70	   INFO : Forward propagation technique limited 
1.65/1.78	       =>  wckTime=1.534  cpuTime=1.04  mem=24M235
1.86/1.92	   
1.86/1.92	   preprocessing
1.86/1.92	     nbConstraintChecks=23493  nbPropagations=2340  nbRevisions=6648  nbUselessRevisions=4411  nbSingletonTests=313
1.86/1.92	     nbEffectiveSingletonTests=0  nbACRemovals=10  nbFoundSingletons=0  nbRemovedValues=10  nbRemovedTuples=10
1.86/1.92	     detectedInconsistency=no
1.86/1.92	       =>  wckTime=0.137  cpuTime=0.11  mem=24M235
2.15/2.22	   
2.15/2.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=26M155)
49.19/49.73	   
49.19/49.73	   search
49.19/49.73	     run=18  nbConstraintChecks=67642057  minDepth=0  maxDepth=15  nbPropagations=9500662  nbRevisions=86885114
49.19/49.73	     nbUselessRevisions=55864081  nbAssignments=97543  nbFailedAssignments=32409  nbInferredBacktracks=233
49.19/49.73	     nbBacktracks=64931  nbVisitedNodes=160934  nbRestartNogoods=99  nbSEliminables=9.48  nbREliminables=10.93
49.19/49.73	     nbIEliminables=42.12  nbDEliminables=0  nbPEliminables=0
49.19/49.73	       =>  wckTime=47.945  cpuTime=47.39  mem=26M155
49.19/49.73	   
49.19/49.73	   global
49.19/49.73	     nbConstraintChecks=67665550  nbPropagations=9503002  nbRevisions=86891762  nbUselessRevisions=55868492
49.19/49.73	     nbRestartNogoods=99  solvingWckTime=47.947  solvingCpuTime=47.39  expiredTime=no  totalExploration=yes
49.19/49.73	     nbFoundSolutions=0  globalCpuTime=48.49
49.19/49.73	       =>  wckTime=49.484  cpuTime=48.44  mem=26M155
49.19/49.73	   
49.19/49.73	s UNSATISFIABLE
49.19/49.73	d NODES 97543
49.19/49.73	d CHECKS 67665550
49.19/49.73	   
49.19/49.73	   totalWckTime=49.539  totalCpuTime=48.5

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-1090676-1215271843/watcher-1090676-1215271843 -o /tmp/evaluation-result-1090676-1215271843/solver-1090676-1215271843 -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-1090676-1215271843.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: 1.92 1.98 1.99 4/82 21760
/proc/meminfo: memFree=1732768/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=18572 CPUtime=0
/proc/21760/stat : 21760 (runsolver) R 21758 21760 19594 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 251279309 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 255372881191 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21760/statm: 4643 292 257 25 0 2626 0

[startup+0.0646629 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 21760
/proc/meminfo: memFree=1732768/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=863688 CPUtime=0.04
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 2550 0 1 0 2 2 0 0 18 0 9 0 251279309 884416512 2121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 215922 2121 1011 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.101662 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 21760
/proc/meminfo: memFree=1732768/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=865884 CPUtime=0.07
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 3639 0 1 0 5 2 0 0 18 0 9 0 251279309 886665216 3124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 216471 3124 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301685 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 21760
/proc/meminfo: memFree=1732768/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=866196 CPUtime=0.28
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 5592 0 1 0 24 4 0 0 18 0 9 0 251279309 886984704 5006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 216549 5006 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701729 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 21760
/proc/meminfo: memFree=1732768/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=867692 CPUtime=0.67
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 8015 0 1 0 61 6 0 0 18 0 9 0 251279309 888516608 7375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 216923 7375 2010 9 0 211429 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867692

[startup+1.50181 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 21769
/proc/meminfo: memFree=1701720/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868016 CPUtime=1.46
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 15439 501 1 0 116 22 7 1 18 0 9 0 251279309 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217004 12104 2024 9 0 211510 0
[pid=21760/tid=21762] ppid=21758 vsize=868016 CPUtime=1.18
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 13696 501 1 0 91 19 7 1 19 0 9 0 251279311 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4 501 0 0 0 0 7 1 16 0 9 0 251279312 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 9 501 0 0 0 0 7 1 19 0 9 0 251279313 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 4 501 0 0 0 0 7 1 20 0 9 0 251279313 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868016 CPUtime=0.33
/proc/21760/task/21767/stat : 21767 (java) R 21758 21760 19594 0 -1 64 912 501 0 0 24 1 7 1 16 0 9 0 251279315 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 102094240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868016 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 9 501 0 0 0 0 7 1 15 0 9 0 251279315 888848384 12104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868016

[startup+3.10298 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1685400/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=3.04
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23021 501 1 0 272 24 7 1 18 0 9 0 251279309 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14332 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=2.55
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16396 501 1 0 226 21 7 1 25 0 9 0 251279311 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4127170251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 17 0 9 0 251279312 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.45
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 982 501 0 0 36 1 7 1 16 0 9 0 251279315 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 9 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868116

[startup+6.30231 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1685144/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=6.21
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23059 501 1 0 589 24 7 1 18 0 9 0 251279309 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14338 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=5.71
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16399 501 1 0 542 21 7 1 25 0 9 0 251279311 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4127185320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 988 501 0 0 37 1 7 1 15 0 9 0 251279315 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868116

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684952/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=12.55
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23064 501 1 0 1223 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=12.05
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16401 501 1 0 1176 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4127161448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868116

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=25.22
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23064 501 1 0 2490 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=24.72
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16401 501 1 0 2443 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4127168711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868116

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

[startup+38.3027 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684952/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=37.91
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 3759 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=37.41
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 3712 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 868116

[startup+44.7013 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=44.25
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 4393 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=43.74
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 4345 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4127267962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.25
Current children cumulated vsize (KiB) 868116

[startup+47.9027 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=47.42
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 4710 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=46.91
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 4662 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4127164867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.42
Current children cumulated vsize (KiB) 868116

[startup+48.7028 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=48.21
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 4789 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=47.7
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 4741 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.21
Current children cumulated vsize (KiB) 868116

[startup+49.5079 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=49.01
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 4869 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=48.5
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 4821 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4127162427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 868116

[startup+49.7019 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21773
/proc/meminfo: memFree=1684888/2055912 swapFree=4178564/4192956
[pid=21760] ppid=21758 vsize=868116 CPUtime=49.19
/proc/21760/stat : 21760 (java) S 21758 21760 19594 0 -1 0 23065 501 1 0 4887 24 7 1 18 0 9 0 251279309 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 217029 14340 2633 9 0 211535 0
[pid=21760/tid=21762] ppid=21758 vsize=868116 CPUtime=48.69
/proc/21760/task/21762/stat : 21762 (java) R 21758 21760 19594 0 -1 64 16402 501 1 0 4840 21 7 1 25 0 9 0 251279311 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21763] ppid=21758 vsize=868116 CPUtime=0.17
/proc/21760/task/21763/stat : 21763 (java) S 21758 21760 19594 0 -1 64 4803 501 0 0 9 0 7 1 16 0 9 0 251279312 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21760/tid=21764] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21764/stat : 21764 (java) S 21758 21760 19594 0 -1 64 14 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21765] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21765/stat : 21765 (java) S 21758 21760 19594 0 -1 64 12 501 0 0 0 0 7 1 16 0 9 0 251279313 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21766] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21766/stat : 21766 (java) S 21758 21760 19594 0 -1 64 1 501 0 0 0 0 7 1 18 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21767] ppid=21758 vsize=868116 CPUtime=0.46
/proc/21760/task/21767/stat : 21767 (java) S 21758 21760 19594 0 -1 64 991 501 0 0 37 1 7 1 16 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21768] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21768/stat : 21768 (java) S 21758 21760 19594 0 -1 64 2 501 0 0 0 0 7 1 19 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21760/tid=21769] ppid=21758 vsize=868116 CPUtime=0.08
/proc/21760/task/21769/stat : 21769 (java) S 21758 21760 19594 0 -1 64 38 501 0 0 0 0 7 1 15 0 9 0 251279315 888950784 14340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.19
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 49.779
CPU time (s): 49.2615
CPU user time (s): 48.9906
CPU system time (s): 0.270958
CPU usage (%): 98.9604
Max. virtual memory (cumulated for all children) (KiB): 868152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.9906
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23597
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= 2519
involuntary context switches= 3559

runsolver used 0.070989 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 17:30:43
IDJOB=1090676
IDBENCH=58463
IDSOLVER=364
FILE ID=node78/1090676-1215271843
PBS_JOBID= 7882090
Free space on /tmp= 126640 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-1-fullins-5-5.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-1090676-1215271843/watcher-1090676-1215271843 -o /tmp/evaluation-result-1090676-1215271843/solver-1090676-1215271843 -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-1090676-1215271843.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 99ee7f10889b1bec75c11802e7463e55
RANDOM SEED=1809879230

node78.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.247
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.247
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:      2055912 kB
MemFree:       1733248 kB
Buffers:         39224 kB
Cached:         173140 kB
SwapCached:       7072 kB
Active:         197364 kB
Inactive:        64368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1733248 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:          66904 kB
Slab:            46204 kB
Committed_AS:   788248 kB
PageTables:       1736 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= 126636 MiB
End job on node78 at 2008-07-05 17:31:33