Trace number 1085783

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 30.6993 30.8933

DiagnosticValue
CHECKS212940
NODES0

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
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 benchmark30.6993
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1085783-1215235521.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.62	     nbVariables=3000  nbDomainTypes=23  minDomainSize=42  maxDomainSize=182  nbTotalValues=515606
0.58/0.62	       =>  wckTime=0.371  cpuTime=0.27  mem=29M380
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
20.77/20.97	   
20.77/20.97	   INFO : Stopping converting binary constraints (cpu=20.04, mem = 71M118)
29.42/29.66	     nbConstraints=17754  nbMergedConstraints=15267  nbConvertedConstraints=1637  nbConvertConstraintsChecks=45271084
29.42/29.66	     nbExtensionStructures=1413  nbSharedExtensionStructures=718  nbConflictsStructures=2207
29.42/29.66	     nbSharedConflictsStructures=787  nbUnbuiltConflictsStructures=8225  nbSharedBinaryRepresentations=413014
29.42/29.66	     nbEvaluationManagers=9019  nbSharedEvaluationManagers=7098  minDegree=2  maxDegree=15  minArity=2  maxArity=2
29.42/29.66	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.601  symmetryCpuTime=1.32
29.42/29.66	       =>  wckTime=29.416  cpuTime=27.83  mem=109M966
29.91/30.15	   
29.91/30.15	   solver IterativeSystematicSolver being built... 
30.42/30.66	       =>  wckTime=30.41  cpuTime=28.19  mem=128M946
30.62/30.83	   
30.62/30.83	   preprocessing
30.62/30.83	     nbConstraintChecks=212940  nbValidityChecks=2682  nbPropagations=28  nbRevisions=373  nbUselessRevisions=169
30.62/30.83	     nbRemovedValues=10853  detectedInconsistency=yes
30.62/30.83	       =>  wckTime=0.161  cpuTime=0.14  mem=128M946
30.62/30.84	   
30.62/30.84	   global
30.62/30.84	     nbConstraintChecks=212940  nbValidityChecks=2682  nbPropagations=28  nbRevisions=373  nbUselessRevisions=169
30.62/30.84	     nbRestartNogoods=0  solvingWckTime=0.164  solvingCpuTime=0.14  expiredTime=no  totalExploration=yes
30.62/30.84	     nbFoundSolutions=0  globalCpuTime=28.38
30.62/30.84	       =>  wckTime=30.589  cpuTime=28.35  mem=129M975
30.62/30.84	   
30.62/30.84	s UNSATISFIABLE
30.62/30.84	d NODES 0
30.62/30.84	d CHECKS 212940
30.62/30.84	   
30.62/30.84	   totalWckTime=30.659  totalCpuTime=28.39

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-1085783-1215235521/watcher-1085783-1215235521 -o /tmp/evaluation-result-1085783-1215235521/solver-1085783-1215235521 -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-1085783-1215235521.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 14888
/proc/meminfo: memFree=1736256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=18572 CPUtime=0
/proc/14888/stat : 14888 (runsolver) R 14886 14888 11626 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 135232750 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14888/statm: 4643 292 257 25 0 2626 0

[startup+0.0977131 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 14888
/proc/meminfo: memFree=1736256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=865884 CPUtime=0.08
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 3683 0 1 0 6 2 0 0 20 0 9 0 135232750 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101711 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 14888
/proc/meminfo: memFree=1736256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=865884 CPUtime=0.08
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 3692 0 1 0 6 2 0 0 20 0 9 0 135232750 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301738 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 14888
/proc/meminfo: memFree=1736256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=866284 CPUtime=0.28
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 5893 0 1 0 25 3 0 0 20 0 9 0 135232750 887074816 5267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216571 5267 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701783 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 14888
/proc/meminfo: memFree=1736256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867416 CPUtime=0.68
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 12857 0 1 0 61 7 0 0 20 0 9 0 135232750 888233984 12217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216854 12217 2010 9 0 211360 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867416

[startup+1.50288 s]
/proc/loadavg: 2.00 2.02 2.00 4/97 14897
/proc/meminfo: memFree=1677944/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867460 CPUtime=1.48
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 21202 0 1 0 138 10 0 0 20 0 9 0 135232750 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216865 20538 2004 9 0 211393 0
[pid=14888/tid=14890] ppid=14886 vsize=867460 CPUtime=1.22
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 15744 0 1 0 114 8 0 0 25 0 9 0 135232751 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 103825437 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867460 CPUtime=0.07
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 4130 0 0 0 6 1 0 0 17 0 9 0 135232753 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867460 CPUtime=0.17
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 630 0 0 0 17 0 0 0 16 0 9 0 135232755 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135232755 888279040 20538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867460

[startup+3.10205 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14897
/proc/meminfo: memFree=1649144/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867460 CPUtime=3.06
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 25847 0 1 0 294 12 0 0 20 0 9 0 135232750 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216865 25179 2006 9 0 211393 0
[pid=14888/tid=14890] ppid=14886 vsize=867460 CPUtime=2.59
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 15781 0 1 0 251 8 0 0 25 0 9 0 135232751 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4126902033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867460 CPUtime=0.26
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 8722 0 0 0 23 3 0 0 17 0 9 0 135232753 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867460 CPUtime=0.19
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 646 0 0 0 19 0 0 0 15 0 9 0 135232755 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135232755 888279040 25179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867460

[startup+6.30141 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14897
/proc/meminfo: memFree=1642488/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867460 CPUtime=6.26
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 25878 0 1 0 612 14 0 0 20 0 9 0 135232750 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216865 25208 2006 9 0 211393 0
[pid=14888/tid=14890] ppid=14886 vsize=867460 CPUtime=5.75
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 15783 0 1 0 566 9 0 0 25 0 9 0 135232751 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4126899560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867460 CPUtime=0.26
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 8722 0 0 0 23 3 0 0 16 0 9 0 135232753 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867460 CPUtime=0.22
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 675 0 0 0 22 0 0 0 15 0 9 0 135232755 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135232755 888279040 25208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867460

[startup+12.7021 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14897
/proc/meminfo: memFree=1634296/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867460 CPUtime=12.62
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 27880 0 1 0 1244 18 0 0 20 0 9 0 135232750 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216865 27206 2006 9 0 211393 0
[pid=14888/tid=14890] ppid=14886 vsize=867460 CPUtime=11.98
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 15788 0 1 0 1186 12 0 0 25 0 9 0 135232751 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4126903837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867460 CPUtime=0.37
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 10711 0 0 0 33 4 0 0 16 0 9 0 135232753 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867460 CPUtime=0.23
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 683 0 0 0 23 0 0 0 16 0 9 0 135232755 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135232755 888279040 27206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867460

[startup+25.5016 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14897
/proc/meminfo: memFree=1618808/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867460 CPUtime=25.35
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 31788 0 1 0 2512 23 0 0 20 0 9 0 135232750 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216865 31107 2007 9 0 211393 0
[pid=14888/tid=14890] ppid=14886 vsize=867460 CPUtime=24.34
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 15796 0 1 0 2419 15 0 0 25 0 9 0 135232751 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 104688993 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867460 CPUtime=0.71
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 14588 0 0 0 65 6 0 0 16 0 9 0 135232753 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135232753 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867460 CPUtime=0.27
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 706 0 0 0 27 0 0 0 16 0 9 0 135232755 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135232755 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867460 CPUtime=0
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135232755 888279040 31107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867460

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

[startup+28.7019 s]
/proc/loadavg: 2.00 2.02 2.00 4/99 14901
/proc/meminfo: memFree=1605096/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867784 CPUtime=28.52
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 36647 1064 1 0 2804 26 20 2 20 0 9 0 135232750 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216946 34185 2018 9 0 211474 0
[pid=14888/tid=14890] ppid=14886 vsize=867784 CPUtime=27.26
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 17286 1064 1 0 2688 16 20 2 24 0 9 0 135232751 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4126899537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867784 CPUtime=1.14
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 17673 1064 0 0 85 7 20 2 16 0 9 0 135232753 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 1064 0 0 0 0 20 2 16 0 9 0 135232753 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 1064 0 0 0 0 20 2 16 0 9 0 135232753 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 1064 0 0 0 0 20 2 25 0 9 0 135232755 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867784 CPUtime=0.51
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 847 1064 0 0 29 0 20 2 15 0 9 0 135232755 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 1064 0 0 0 0 20 2 25 0 9 0 135232755 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 12 1064 0 0 0 0 20 2 15 0 9 0 135232755 888610816 34185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 867784

[startup+29.503 s]
/proc/loadavg: 2.00 2.02 2.00 4/99 14901
/proc/meminfo: memFree=1605096/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867784 CPUtime=29.32
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 38600 1064 1 0 2884 26 20 2 20 0 9 0 135232750 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216946 34188 2018 9 0 211474 0
[pid=14888/tid=14890] ppid=14886 vsize=867784 CPUtime=28.06
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 19230 1064 1 0 2768 16 20 2 25 0 9 0 135232751 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4126903336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867784 CPUtime=1.14
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 17673 1064 0 0 85 7 20 2 16 0 9 0 135232753 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 13 1064 0 0 0 0 20 2 16 0 9 0 135232753 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 5 1064 0 0 0 0 20 2 16 0 9 0 135232753 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 1064 0 0 0 0 20 2 25 0 9 0 135232755 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867784 CPUtime=0.52
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 856 1064 0 0 30 0 20 2 15 0 9 0 135232755 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 1064 0 0 0 0 20 2 25 0 9 0 135232755 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867784 CPUtime=0.22
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 12 1064 0 0 0 0 20 2 15 0 9 0 135232755 888610816 34188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (KiB) 867784

[startup+30.3021 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14901
/proc/meminfo: memFree=1606256/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867872 CPUtime=30.12
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 65553 1064 1 0 2958 32 20 2 20 0 9 0 135232750 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216968 36487 2637 9 0 211474 0
[pid=14888/tid=14890] ppid=14886 vsize=867872 CPUtime=28.35
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 27351 1064 1 0 2794 19 20 2 25 0 9 0 135232751 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4127323162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867872 CPUtime=1.62
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 36451 1064 0 0 130 10 20 2 20 0 9 0 135232753 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 16 1064 0 0 0 0 20 2 16 0 9 0 135232753 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 14 1064 0 0 0 0 20 2 16 0 9 0 135232753 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867872 CPUtime=0.55
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 898 1064 0 0 33 0 20 2 15 0 9 0 135232755 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 12 1064 0 0 0 0 20 2 15 0 9 0 135232755 888700928 36487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.12
Current children cumulated vsize (KiB) 867872

[startup+30.7022 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 14901
/proc/meminfo: memFree=1579760/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867872 CPUtime=30.52
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 73173 1064 1 0 2996 34 20 2 20 0 9 0 135232750 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216968 41459 2638 9 0 211474 0
[pid=14888/tid=14890] ppid=14886 vsize=867872 CPUtime=28.62
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 28612 1064 1 0 2821 19 20 2 25 0 9 0 135232751 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4125965836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867872 CPUtime=1.7
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 42724 1064 0 0 137 11 20 2 16 0 9 0 135232753 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 16 1064 0 0 0 0 20 2 16 0 9 0 135232753 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 24 1064 0 0 0 0 20 2 15 0 9 0 135232753 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867872 CPUtime=0.59
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 974 1064 0 0 37 0 20 2 16 0 9 0 135232755 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 12 1064 0 0 0 0 20 2 15 0 9 0 135232755 888700928 41459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.52
Current children cumulated vsize (KiB) 867872

[startup+30.8072 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 14901
/proc/meminfo: memFree=1579760/2055920 swapFree=4179164/4192956
[pid=14888] ppid=14886 vsize=867872 CPUtime=30.62
/proc/14888/stat : 14888 (java) S 14886 14888 11626 0 -1 0 73183 1064 1 0 3006 34 20 2 20 0 9 0 135232750 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 216968 41466 2638 9 0 211474 0
[pid=14888/tid=14890] ppid=14886 vsize=867872 CPUtime=28.71
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 11626 0 -1 64 28615 1064 1 0 2830 19 20 2 25 0 9 0 135232751 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4127444296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=867872 CPUtime=1.7
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 11626 0 -1 64 42724 1064 0 0 137 11 20 2 16 0 9 0 135232753 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 11626 0 -1 64 16 1064 0 0 0 0 20 2 16 0 9 0 135232753 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 11626 0 -1 64 24 1064 0 0 0 0 20 2 15 0 9 0 135232753 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 11626 0 -1 64 1 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=867872 CPUtime=0.6
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 11626 0 -1 64 981 1064 0 0 38 0 20 2 16 0 9 0 135232755 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 11626 0 -1 64 2 1064 0 0 0 0 20 2 25 0 9 0 135232755 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=867872 CPUtime=0.22
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 11626 0 -1 64 12 1064 0 0 0 0 20 2 15 0 9 0 135232755 888700928 41466 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.62
Current children cumulated vsize (KiB) 867872

Child status: 0
Real time (s): 30.8933
CPU time (s): 30.6993
CPU user time (s): 30.3084
CPU system time (s): 0.39094
CPU usage (%): 99.372
Max. virtual memory (cumulated for all children) (KiB): 870320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3084
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74284
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= 2810
involuntary context switches= 3194

runsolver used 0.035994 second user time and 0.118981 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 07:25:21
IDJOB=1085783
IDBENCH=57698
IDSOLVER=364
FILE ID=node76/1085783-1215235521
PBS_JOBID= 7881792
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-0.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-1085783-1215235521/watcher-1085783-1215235521 -o /tmp/evaluation-result-1085783-1215235521/solver-1085783-1215235521 -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-1085783-1215235521.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=1257672114

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1736608 kB
Buffers:         30436 kB
Cached:         189724 kB
SwapCached:       7640 kB
Active:         169192 kB
Inactive:        84868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736608 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            6676 kB
Writeback:           0 kB
Mapped:          52676 kB
Slab:            49992 kB
Committed_AS:   466056 kB
PageTables:       2152 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= 66480 MiB
End job on node76 at 2008-07-05 07:25:52