Trace number 1109921

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-w? 138.256 139.617

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mrdac-wdeg.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1109921-1215813770.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.68/0.76	     nbVariables=14160  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=28320
0.68/0.76	       =>  wckTime=0.507  cpuTime=0.4  mem=45M784
0.68/0.76	   
0.68/0.76	   predicates being loaded...
33.96/34.38	   
33.96/34.38	   constraints being loaded...
36.53/36.99	   
36.53/36.99	   INFO : Stopping converting binary constraints (cpu=35.1, mem = 54M427)
93.69/94.64	     nbConstraints=610  nbUnbuiltConflictsStructures=444  nbSharedBinaryRepresentations=0  nbEvaluationManagers=444
93.69/94.64	     nbSharedEvaluationManagers=166  minDegree=2  maxDegree=44  minArity=30  avgArity=239.11  maxArity=2100
93.69/94.64	       =>  wckTime=94.388  cpuTime=90.58  mem=125M552
93.98/94.98	   
93.98/94.98	   solver LocalSearchSolver being built... 
94.08/95.02	       =>  wckTime=94.769  cpuTime=90.63  mem=106M533
100.02/101.04	
100.02/101.04	s SATISFIABLE
100.02/101.04	o 305
130.15/131.45	   
130.15/131.45	   search
130.15/131.45	     run=0  nbConstraintChecks=705159  nbAssignments=6
130.15/131.45	       =>  wckTime=36.428  cpuTime=36.06  mem=107M620
130.15/131.45	   
130.15/131.45	   global
130.15/131.45	     nbConstraintChecks=705159  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
130.15/131.45	     solvingWckTime=36.413  solvingCpuTime=36.04  expiredTime=no  totalExploration=no  nbFoundSolutions=0
130.15/131.45	     globalCpuTime=126.72
130.15/131.45	       =>  wckTime=131.197  cpuTime=126.68  mem=107M620
130.15/131.46	   
130.15/131.46	   solver DecomposerSolver being built... 
133.11/134.43	   
133.11/134.43	   INFO : Forward propagation technique limited 
138.07/139.46	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.09 2.01 4/80 15200
/proc/meminfo: memFree=1733040/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=10616 CPUtime=0
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 38079397 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 2654 472 209 9 0 1184 0
[pid=15200/tid=15201] ppid=15198 vsize=10616 CPUtime=0
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 38079398 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 8708056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0800851 s]
/proc/loadavg: 2.24 2.09 2.01 4/80 15200
/proc/meminfo: memFree=1733040/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=865856 CPUtime=0.06
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 3537 0 1 0 5 1 0 0 18 0 9 0 38079397 886636544 3027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216464 3027 1627 9 0 211026 0
[pid=15200/tid=15201] ppid=15198 vsize=865856 CPUtime=0.05
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 2628 0 1 0 5 0 0 0 20 0 9 0 38079398 886636544 3027 996147200 134512640 134550740 4294955952 18446744073709551615 4159510171 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101085 s]
/proc/loadavg: 2.24 2.09 2.01 4/80 15200
/proc/meminfo: memFree=1733040/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=865988 CPUtime=0.08
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 3712 0 1 0 7 1 0 0 18 0 9 0 38079397 886771712 3186 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216497 3186 1687 9 0 211052 0
[pid=15200/tid=15201] ppid=15198 vsize=865988 CPUtime=0.06
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 2794 0 1 0 6 0 0 0 20 0 9 0 38079398 886771712 3186 996147200 134512640 134550740 4294955952 18446744073709551615 4125978453 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865988

[startup+0.301103 s]
/proc/loadavg: 2.24 2.09 2.01 4/80 15200
/proc/meminfo: memFree=1733040/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=866360 CPUtime=0.29
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 5802 0 1 0 25 4 0 0 18 0 9 0 38079397 887152640 5177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216590 5177 1953 9 0 211118 0
[pid=15200/tid=15201] ppid=15198 vsize=866360 CPUtime=0.23
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 4831 0 1 0 21 2 0 0 18 0 9 0 38079398 887152640 5177 996147200 134512640 134550740 4294955952 18446744073709551615 4159699616 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866360

[startup+0.701143 s]
/proc/loadavg: 2.24 2.09 2.01 4/80 15200
/proc/meminfo: memFree=1733040/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=0.68
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 13944 0 1 0 60 8 0 0 18 0 9 0 38079397 888213504 13315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 13315 1970 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=0.53
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 12667 0 1 0 46 7 0 0 20 0 9 0 38079398 888213504 13315 996147200 134512640 134550740 4294955952 18446744073709551615 4126100862 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867396

[startup+1.50122 s]
/proc/loadavg: 2.24 2.09 2.01 3/89 15209
/proc/meminfo: memFree=1668648/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=1.48
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 20314 0 1 0 137 11 0 0 18 0 9 0 38079397 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 19650 2001 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=1.19
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15765 0 1 0 111 8 0 0 25 0 9 0 38079398 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 102888938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=0.1
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 3249 0 0 0 9 1 0 0 16 0 9 0 38079400 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867396 CPUtime=0.15
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 602 0 0 0 15 0 0 0 16 0 9 0 38079402 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888213504 19650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867396

[startup+3.10137 s]
/proc/loadavg: 2.24 2.09 2.01 3/89 15209
/proc/meminfo: memFree=1661800/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=3.05
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 20497 0 1 0 294 11 0 0 18 0 9 0 38079397 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 19828 2001 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=2.74
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15781 0 1 0 266 8 0 0 25 0 9 0 38079398 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 102605680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=0.13
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 3416 0 0 0 12 1 0 0 16 0 9 0 38079400 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867396 CPUtime=0.15
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 602 0 0 0 15 0 0 0 16 0 9 0 38079402 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888213504 19828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867396

[startup+6.30268 s]
/proc/loadavg: 2.22 2.09 2.01 3/89 15209
/proc/meminfo: memFree=1659752/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=6.23
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 20943 0 1 0 611 12 0 0 18 0 9 0 38079397 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 20264 2001 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=5.84
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15793 0 1 0 575 9 0 0 25 0 9 0 38079398 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 103825344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=0.2
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 3849 0 0 0 19 1 0 0 16 0 9 0 38079400 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867396 CPUtime=0.16
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 603 0 0 0 16 0 0 0 16 0 9 0 38079402 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888213504 20264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888213504 20264 996147200 134512640 134550740 4294955952 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) 867396

[startup+12.7023 s]
/proc/loadavg: 2.20 2.09 2.01 3/89 15209
/proc/meminfo: memFree=1655984/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=12.56
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 21806 0 1 0 1244 12 0 0 18 0 9 0 38079397 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 21104 2001 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=12
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15855 0 1 0 1191 9 0 0 25 0 9 0 38079398 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 102887877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=0.37
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 4650 0 0 0 36 1 0 0 16 0 9 0 38079400 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867396 CPUtime=0.16
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 603 0 0 0 16 0 0 0 16 0 9 0 38079402 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888213504 21104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867396

[startup+25.5015 s]
/proc/loadavg: 2.15 2.08 2.00 3/89 15209
/proc/meminfo: memFree=1651248/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=25.25
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 23023 0 1 0 2511 14 0 0 18 0 9 0 38079397 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 22280 2001 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=24.32
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15896 0 1 0 2423 9 0 0 25 0 9 0 38079398 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 102887817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=0.73
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 5826 0 0 0 71 2 0 0 16 0 9 0 38079400 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867396 CPUtime=0.16
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 603 0 0 0 16 0 0 0 16 0 9 0 38079402 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867396 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888213504 22280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867396

[startup+51.102 s]
/proc/loadavg: 2.10 2.08 2.00 3/89 15209
/proc/meminfo: memFree=1583664/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867396 CPUtime=50.61
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 40127 0 1 0 5039 22 0 0 18 0 9 0 38079397 888213504 39322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216849 39322 2002 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867396 CPUtime=48.63
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 15980 0 1 0 4853 10 0 0 25 0 9 0 38079398 888213504 39322 996147200 134512640 134550740 4294955952 18446744073709551615 4126833724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867396 CPUtime=1.73

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


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

[startup+115.102 s]
/proc/loadavg: 2.03 2.06 2.00 3/89 15209
/proc/meminfo: memFree=1562224/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867484 CPUtime=114
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 46246 0 1 0 11375 25 0 0 18 0 9 0 38079397 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216871 45159 2639 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867484 CPUtime=110.67
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 16120 0 1 0 11056 11 0 0 25 0 9 0 38079398 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4127044993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867484 CPUtime=3.03
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 28758 0 0 0 292 11 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867484 CPUtime=0.25
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 670 0 0 0 25 0 0 0 15 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 114
Current children cumulated vsize (KiB) 867484

[startup+127.901 s]
/proc/loadavg: 2.03 2.06 2.00 3/89 15209
/proc/meminfo: memFree=1562224/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=867484 CPUtime=126.68
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 46246 0 1 0 12643 25 0 0 18 0 9 0 38079397 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 216871 45159 2639 9 0 211377 0
[pid=15200/tid=15201] ppid=15198 vsize=867484 CPUtime=123.35
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 16120 0 1 0 12324 11 0 0 25 0 9 0 38079398 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4127087710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=867484 CPUtime=3.03
/proc/15200/task/15203/stat : 15203 (java) S 15198 15200 14731 0 -1 64 28758 0 0 0 292 11 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079400 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=867484 CPUtime=0.25
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 670 0 0 0 25 0 0 0 15 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=867484 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 888303616 45159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.68
Current children cumulated vsize (KiB) 867484

[startup+134.302 s]
/proc/loadavg: 2.02 2.05 2.00 4/89 15209
/proc/meminfo: memFree=993776/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=868400 CPUtime=133.01
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 188302 0 1 0 13222 79 0 0 18 0 9 0 38079397 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 217100 186970 2617 9 0 211628 0
[pid=15200/tid=15201] ppid=15198 vsize=868400 CPUtime=127.88
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 16172 0 1 0 12777 11 0 0 25 0 9 0 38079398 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=868400 CPUtime=4.81
/proc/15200/task/15203/stat : 15203 (java) R 15198 15200 14731 0 -1 64 170727 0 0 0 416 65 0 0 16 0 9 0 38079400 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=868400 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=868400 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 18 0 0 0 0 0 0 0 16 0 9 0 38079400 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=868400 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=868400 CPUtime=0.29
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 692 0 0 0 29 0 0 0 15 0 9 0 38079402 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=868400 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=868400 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 889241600 186970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.01
Current children cumulated vsize (KiB) 868400

[startup+137.506 s]
/proc/loadavg: 2.02 2.05 2.00 4/89 15209
/proc/meminfo: memFree=943472/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=868488 CPUtime=136.18
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 202856 0 1 0 13534 84 0 0 18 0 9 0 38079397 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 217122 199735 2617 9 0 211650 0
[pid=15200/tid=15201] ppid=15198 vsize=868488 CPUtime=128.37
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 16218 0 1 0 12826 11 0 0 25 0 9 0 38079398 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=868488 CPUtime=7.45
/proc/15200/task/15203/stat : 15203 (java) R 15198 15200 14731 0 -1 64 185205 0 0 0 674 71 0 0 16 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=868488 CPUtime=0.33
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 720 0 0 0 33 0 0 0 16 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.18
Current children cumulated vsize (KiB) 868488

[startup+138.301 s]
/proc/loadavg: 2.02 2.05 2.00 4/89 15209
/proc/meminfo: memFree=943472/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=868488 CPUtime=136.98
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 203297 0 1 0 13613 85 0 0 18 0 9 0 38079397 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 217122 199735 2617 9 0 211650 0
[pid=15200/tid=15201] ppid=15198 vsize=868488 CPUtime=128.37
/proc/15200/task/15201/stat : 15201 (java) R 15198 15200 14731 0 -1 64 16219 0 1 0 12826 11 0 0 25 0 9 0 38079398 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=868488 CPUtime=8.24
/proc/15200/task/15203/stat : 15203 (java) R 15198 15200 14731 0 -1 64 185645 0 0 0 753 71 0 0 17 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=868488 CPUtime=0.33
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 720 0 0 0 33 0 0 0 16 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.98
Current children cumulated vsize (KiB) 868488

[startup+139.102 s]
/proc/loadavg: 2.10 2.07 2.01 4/89 15209
/proc/meminfo: memFree=942512/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=868488 CPUtime=137.77
/proc/15200/stat : 15200 (java) S 15198 15200 14731 0 -1 0 203737 0 1 0 13692 85 0 0 18 0 9 0 38079397 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 217122 199735 2617 9 0 211650 0
[pid=15200/tid=15201] ppid=15198 vsize=868488 CPUtime=128.37
/proc/15200/task/15201/stat : 15201 (java) S 15198 15200 14731 0 -1 64 16219 0 1 0 12826 11 0 0 25 0 9 0 38079398 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15203] ppid=15198 vsize=868488 CPUtime=9.03
/proc/15200/task/15203/stat : 15203 (java) R 15198 15200 14731 0 -1 64 186085 0 0 0 832 71 0 0 18 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15204] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15204/stat : 15204 (java) S 15198 15200 14731 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15205] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15205/stat : 15205 (java) S 15198 15200 14731 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079400 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15206] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15206/stat : 15206 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15207] ppid=15198 vsize=868488 CPUtime=0.33
/proc/15200/task/15207/stat : 15207 (java) S 15198 15200 14731 0 -1 64 720 0 0 0 33 0 0 0 16 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15208] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15208/stat : 15208 (java) S 15198 15200 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15200/tid=15209] ppid=15198 vsize=868488 CPUtime=0
/proc/15200/task/15209/stat : 15209 (java) S 15198 15200 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38079402 889331712 199735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.77
Current children cumulated vsize (KiB) 868488

[startup+139.502 s]
/proc/loadavg: 2.10 2.07 2.01 4/89 15209
/proc/meminfo: memFree=942512/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=0 CPUtime=138.14
/proc/15200/stat : 15200 (java) Z 15198 15200 14731 0 -1 12 203745 0 1 0 13728 86 0 0 16 0 2 0 38079397 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 138.14
Current children cumulated vsize (KiB) 0

[startup+139.603 s]
/proc/loadavg: 2.10 2.07 2.01 3/82 15209
/proc/meminfo: memFree=1680176/2055920 swapFree=4180820/4192956
[pid=15200] ppid=15198 vsize=0 CPUtime=138.24
/proc/15200/stat : 15200 (java) Z 15198 15200 14731 0 -1 12 203745 0 1 0 13728 96 0 0 16 0 2 0 38079397 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 138.24
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 139.617
CPU time (s): 138.256
CPU user time (s): 137.281
CPU system time (s): 0.974851
CPU usage (%): 99.0254
Max. virtual memory (cumulated for all children) (KiB): 868488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.281
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203745
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= 5973
involuntary context switches= 10785

runsolver used 0.179972 second user time and 0.474927 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-12 00:02:51
IDJOB=1109921
IDBENCH=61036
IDSOLVER=359
FILE ID=node18/1109921-1215813770
PBS_JOBID= 7903293
Free space on /tmp= 66548 MiB

SOLVER NAME= AbsconMax 112 pc-w
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109921-1215813770/watcher-1109921-1215813770 -o /tmp/evaluation-result-1109921-1215813770/solver-1109921-1215813770 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1109921-1215813770.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=1566857007

node18.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.218
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.218
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:       1733520 kB
Buffers:         43836 kB
Cached:         139852 kB
SwapCached:       6848 kB
Active:         129952 kB
Inactive:       146160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733520 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            9176 kB
Writeback:           0 kB
Mapped:         107392 kB
Slab:            31420 kB
Committed_AS:   924172 kB
PageTables:       1904 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= 66548 MiB
End job on node18 at 2008-07-12 00:05:11