Trace number 2074144

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
SAT4J CSP 2.1.1SAT 31.3402 31.4609

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-105-8.xml
MD5SUM17827f93e933175841739ca80f430006
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size356
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.02/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.20	c See www.sat4j.org for details.
0.02/0.20	c That software uses the Rhino library from the Mozilla project.
0.12/0.21	c version 2.1.1.v20090622
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0_12
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 671000808
0.12/0.21	c Max memory 672137216
0.12/0.21	c Total memory 672137216
0.12/0.21	c Number of processors 2
0.12/0.30	c c --- Begin Solver configuration ---
0.12/0.30	c Stops conflict analysis at the first Unique Implication Point
0.12/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.12/0.30	c Learn all clauses as in MiniSAT
0.12/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.12/0.30	c Expensive reason simplification
0.12/0.30	c MiniSAT restarts strategy
0.12/0.30	c Memory based learned constraints deletion strategy
0.12/0.30	c timeout=2147483s
0.12/0.30	c DB Simplification allowed=false
0.12/0.30	c --- End Solver configuration ---
0.12/0.30	c solving HOME/instance-2074144-1247359104.xml
0.12/0.30	c reading problem ... 
0.42/0.53	c reading problem named null
0.42/0.54	c reading domains done.
0.42/0.55	c reading variables done.
0.52/0.69	c reading predicates  done.
0.82/0.91	c reading constraints
30.90/31.02	c done with constraints.
30.90/31.02	c ... done. Wall clock time 30.724s.
30.90/31.02	c #vars     7721
30.90/31.02	c #constraints  61818
30.90/31.02	c constraints type 
30.90/31.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61793
30.90/31.02	c org.sat4j.minisat.constraints.card.AtLeast => 25
31.29/31.40	c starts		: 1
31.29/31.40	c conflicts		: 0
31.29/31.40	c decisions		: 1221
31.29/31.40	c propagations		: 7721
31.29/31.40	c inspects		: 181656
31.29/31.40	c learnt literals	: 0
31.29/31.40	c learnt binary clauses	: 0
31.29/31.40	c learnt ternary clauses	: 0
31.29/31.40	c learnt clauses	: 0
31.29/31.41	c ignored clauses	: 0
31.29/31.41	c root simplifications	: 0
31.29/31.41	c removed literals (reason simplification)	: 0
31.29/31.41	c reason swapping (by a shorter reason)	: 0
31.29/31.41	c Calls to reduceDB	: 0
31.29/31.41	c speed (assignments/second)	: 20212.041884816754
31.29/31.41	c non guided choices	1221
31.29/31.41	c learnt constraints type 
31.29/31.41	c constraints type 
31.29/31.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61793
31.29/31.41	c org.sat4j.minisat.constraints.card.AtLeast => 25
31.29/31.41	s SATISFIABLE
31.29/31.41	v 223 272 0 91 186 0 93 68 186 288 304 270 0 168 127 127 304 223 68 0 288 272 182 93 0 
31.29/31.41	c Total wall clock time (in seconds) : 31.107

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074144-1247359104/watcher-2074144-1247359104 -o /tmp/evaluation-result-2074144-1247359104/solver-2074144-1247359104 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074144-1247359104.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.30 1.83 1.93 4/75 18125
/proc/meminfo: memFree=987976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=1612 CPUtime=0
/proc/18125/stat : 18125 (java6) R 18123 18125 16916 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 22977352 1650688 148 996147200 134512640 134550932 4294956176 18446744073709551615 7735904 0 0 4096 0 0 0 0 17 0 0 0
/proc/18125/statm: 403 150 114 9 0 45 0

[startup+0.053828 s]
/proc/loadavg: 1.30 1.83 1.93 4/75 18125
/proc/meminfo: memFree=987976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=800696 CPUtime=0.01
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 2328 0 1 0 0 1 0 0 18 0 4 0 22977352 819912704 2076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 200174 2076 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.102838 s]
/proc/loadavg: 1.30 1.83 1.93 4/75 18125
/proc/meminfo: memFree=987976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=802032 CPUtime=0.02
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 2561 0 1 0 1 1 0 0 18 0 7 0 22977352 821280768 2307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 200508 2307 995 9 0 197859 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 802032

[startup+0.302872 s]
/proc/loadavg: 1.30 1.83 1.93 4/75 18125
/proc/meminfo: memFree=987976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=805836 CPUtime=0.22
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 4048 0 1 0 19 3 0 0 18 0 12 0 22977352 825176064 3785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 201459 3785 1351 9 0 198793 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 805836

[startup+0.701941 s]
/proc/loadavg: 1.30 1.83 1.93 4/75 18125
/proc/meminfo: memFree=987976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=807176 CPUtime=0.62
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 5921 0 1 0 58 4 0 0 18 0 12 0 22977352 826548224 5273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 201794 5273 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807176

[startup+1.50108 s]
/proc/loadavg: 1.36 1.83 1.93 4/87 18137
/proc/meminfo: memFree=967976/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=810568 CPUtime=1.41
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 9710 0 1 0 135 6 0 0 18 0 12 0 22977352 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202642 7733 1423 9 0 199969 0
[pid=18125/tid=18127] ppid=18123 vsize=810568 CPUtime=0.72
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 5594 0 1 0 68 4 0 0 25 0 12 0 22977353 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22977357 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22977357 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22977358 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22977359 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22977359 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=810568 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=810568 CPUtime=0.63
/proc/18125/task/18135/stat : 18135 (java) R 18123 18125 16916 0 -1 64 3115 0 0 0 62 1 0 0 17 0 12 0 22977368 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 830021632 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 810568

[startup+3.10236 s]
/proc/loadavg: 1.36 1.83 1.93 3/87 18137
/proc/meminfo: memFree=922344/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=810568 CPUtime=3.01
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 23347 0 1 0 289 12 0 0 18 0 12 0 22977352 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202642 21367 1432 9 0 199969 0
[pid=18125/tid=18127] ppid=18123 vsize=810568 CPUtime=2.16
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17369 0 1 0 207 9 0 0 25 0 12 0 22977353 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4109583444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=810568 CPUtime=0.02
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 1261 0 0 0 2 0 0 0 16 0 12 0 22977357 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 572 0 0 0 0 0 0 0 16 0 12 0 22977357 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22977358 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=810568 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=810568 CPUtime=0.75
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3128 0 0 0 74 1 0 0 16 0 12 0 22977368 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=810568 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 830021632 21367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 810568

[startup+6.30191 s]
/proc/loadavg: 1.36 1.83 1.93 3/87 18137
/proc/meminfo: memFree=898728/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809644 CPUtime=6.21
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 26765 0 1 0 608 13 0 0 18 0 12 0 22977352 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202411 24559 1432 9 0 199738 0
[pid=18125/tid=18127] ppid=18123 vsize=809644 CPUtime=5.23
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17376 0 1 0 514 9 0 0 25 0 12 0 22977353 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4109693491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809644 CPUtime=0.07
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 3689 0 0 0 6 1 0 0 16 0 12 0 22977357 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809644 CPUtime=0.06
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 1528 0 0 0 6 0 0 0 16 0 12 0 22977357 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22977358 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809644 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809644 CPUtime=0.77
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3128 0 0 0 76 1 0 0 16 0 12 0 22977368 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 829075456 24559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809644 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 829075456 24559 996147200 134512640 134550932 4294956016 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) 809644

[startup+12.703 s]
/proc/loadavg: 1.62 1.87 1.94 3/87 18137
/proc/meminfo: memFree=876392/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809352 CPUtime=12.61
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 31709 0 1 0 1245 16 0 0 18 0 12 0 22977352 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202338 29419 1432 9 0 199665 0
[pid=18125/tid=18127] ppid=18123 vsize=809352 CPUtime=11.48
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17387 0 1 0 1139 9 0 0 25 0 12 0 22977353 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4109551753 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809352 CPUtime=0.11
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 6194 0 0 0 9 2 0 0 16 0 12 0 22977357 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809352 CPUtime=0.1
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 3949 0 0 0 9 1 0 0 16 0 12 0 22977357 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22977358 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809352 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809352 CPUtime=0.83
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3135 0 0 0 82 1 0 0 17 0 12 0 22977368 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 828776448 29419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 809352

[startup+25.5022 s]
/proc/loadavg: 1.67 1.87 1.94 3/87 18137
/proc/meminfo: memFree=849704/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809352 CPUtime=25.4
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 38081 0 1 0 2521 19 0 0 18 0 12 0 22977352 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202338 35772 1435 9 0 199665 0
[pid=18125/tid=18127] ppid=18123 vsize=809352 CPUtime=24.12
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17406 0 1 0 2403 9 0 0 25 0 12 0 22977353 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4109551731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809352 CPUtime=0.17
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 9466 0 0 0 14 3 0 0 16 0 12 0 22977357 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809352 CPUtime=0.16
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 7027 0 0 0 13 3 0 0 16 0 12 0 22977357 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 22977358 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809352 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809352 CPUtime=0.86
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3138 0 0 0 85 1 0 0 17 0 12 0 22977368 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 828776448 35772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 809352

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

[startup+28.7028 s]
/proc/loadavg: 1.70 1.88 1.94 3/87 18137
/proc/meminfo: memFree=844008/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809352 CPUtime=28.6
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 39870 0 1 0 2841 19 0 0 18 0 12 0 22977352 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202338 37556 1435 9 0 199665 0
[pid=18125/tid=18127] ppid=18123 vsize=809352 CPUtime=27.28
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17412 0 1 0 2719 9 0 0 25 0 12 0 22977353 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4109551660 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809352 CPUtime=0.18
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 10059 0 0 0 15 3 0 0 15 0 12 0 22977357 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809352 CPUtime=0.18
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 8217 0 0 0 15 3 0 0 16 0 12 0 22977357 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 22977358 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809352 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809352 CPUtime=0.86
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3138 0 0 0 85 1 0 0 17 0 12 0 22977368 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 828776448 37556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 809352

[startup+30.3021 s]
/proc/loadavg: 1.70 1.88 1.94 3/87 18137
/proc/meminfo: memFree=841000/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809352 CPUtime=30.2
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 40506 0 1 0 3001 19 0 0 18 0 12 0 22977352 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202338 38190 1435 9 0 199665 0
[pid=18125/tid=18127] ppid=18123 vsize=809352 CPUtime=28.87
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17414 0 1 0 2878 9 0 0 25 0 12 0 22977353 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4109679286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809352 CPUtime=0.19
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 10309 0 0 0 16 3 0 0 15 0 12 0 22977357 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809352 CPUtime=0.19
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 8601 0 0 0 16 3 0 0 16 0 12 0 22977357 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 22977358 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809352 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809352 CPUtime=0.86
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3138 0 0 0 85 1 0 0 17 0 12 0 22977368 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 828776448 38190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.2
Current children cumulated vsize (KiB) 809352

[startup+31.1012 s]
/proc/loadavg: 1.70 1.88 1.94 3/87 18137
/proc/meminfo: memFree=840040/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809352 CPUtime=30.99
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 40992 0 1 0 3080 19 0 0 18 0 12 0 22977352 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202338 38675 1435 9 0 199665 0
[pid=18125/tid=18127] ppid=18123 vsize=809352 CPUtime=29.61
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17419 0 1 0 2951 10 0 0 25 0 12 0 22977353 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809352 CPUtime=0.19
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 10771 0 0 0 16 3 0 0 16 0 12 0 22977357 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809352 CPUtime=0.19
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 8620 0 0 0 16 3 0 0 16 0 12 0 22977357 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 22977358 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977359 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22977368 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809352 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 12 0 22977368 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809352 CPUtime=0.91
/proc/18125/task/18135/stat : 18135 (java) R 18123 18125 16916 0 -1 64 3138 0 0 0 90 1 0 0 17 0 12 0 22977368 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 104140412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22977368 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809352 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22977368 828776448 38675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.99
Current children cumulated vsize (KiB) 809352

[startup+31.3012 s]
/proc/loadavg: 1.70 1.88 1.94 3/87 18137
/proc/meminfo: memFree=840040/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809676 CPUtime=31.19
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 41005 0 1 0 3100 19 0 0 18 0 13 0 22977352 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202419 38687 1438 9 0 199746 0
[pid=18125/tid=18127] ppid=18123 vsize=809676 CPUtime=29.73
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17424 0 1 0 2963 10 0 0 25 0 13 0 22977353 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4109614068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809676 CPUtime=0.19
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 10771 0 0 0 16 3 0 0 16 0 13 0 22977357 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809676 CPUtime=0.19
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 8620 0 0 0 16 3 0 0 16 0 13 0 22977357 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 16 0 13 0 22977358 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22977359 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22977359 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22977368 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809676 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 13 0 22977368 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809676 CPUtime=0.99
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3141 0 0 0 98 1 0 0 16 0 13 0 22977368 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22977368 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22977368 829108224 38687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 809676

[startup+31.4012 s]
/proc/loadavg: 1.70 1.88 1.94 3/87 18137
/proc/meminfo: memFree=840040/2055920 swapFree=4192956/4192956
[pid=18125] ppid=18123 vsize=809676 CPUtime=31.29
/proc/18125/stat : 18125 (java) S 18123 18125 16916 0 -1 0 41006 0 1 0 3110 19 0 0 18 0 13 0 22977352 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18125/statm: 202419 38688 1438 9 0 199746 0
[pid=18125/tid=18127] ppid=18123 vsize=809676 CPUtime=29.81
/proc/18125/task/18127/stat : 18127 (java) R 18123 18125 16916 0 -1 64 17425 0 1 0 2971 10 0 0 25 0 13 0 22977353 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4109162276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18128] ppid=18123 vsize=809676 CPUtime=0.19
/proc/18125/task/18128/stat : 18128 (java) S 18123 18125 16916 0 -1 64 10771 0 0 0 16 3 0 0 16 0 13 0 22977357 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18129] ppid=18123 vsize=809676 CPUtime=0.19
/proc/18125/task/18129/stat : 18129 (java) S 18123 18125 16916 0 -1 64 8620 0 0 0 16 3 0 0 16 0 13 0 22977357 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18130] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18123 18125 16916 0 -1 64 46 0 0 0 0 0 0 0 16 0 13 0 22977358 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18131] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18131/stat : 18131 (java) S 18123 18125 16916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22977359 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18132] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18123 18125 16916 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22977359 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18133] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18123 18125 16916 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22977368 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18134] ppid=18123 vsize=809676 CPUtime=0.04
/proc/18125/task/18134/stat : 18134 (java) S 18123 18125 16916 0 -1 64 257 0 0 0 4 0 0 0 17 0 13 0 22977368 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18135] ppid=18123 vsize=809676 CPUtime=1.02
/proc/18125/task/18135/stat : 18135 (java) S 18123 18125 16916 0 -1 64 3141 0 0 0 101 1 0 0 16 0 13 0 22977368 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18136] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18136/stat : 18136 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22977368 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18125/tid=18137] ppid=18123 vsize=809676 CPUtime=0
/proc/18125/task/18137/stat : 18137 (java) S 18123 18125 16916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22977368 829108224 38688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 809676

Child status: 0
Real time (s): 31.4609
CPU time (s): 31.3402
CPU user time (s): 31.1183
CPU system time (s): 0.221966
CPU usage (%): 99.6165
Max. virtual memory (cumulated for all children) (KiB): 810568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1183
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41016
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= 1906
involuntary context switches= 1813

runsolver used 0.040993 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 02:38:24
IDJOB=2074144
IDBENCH=56070
IDSOLVER=731
FILE ID=node14/2074144-1247359104
PBS_JOBID= 9506865
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-105-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074144-1247359104/watcher-2074144-1247359104 -o /tmp/evaluation-result-2074144-1247359104/solver-2074144-1247359104 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074144-1247359104.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 17827f93e933175841739ca80f430006
RANDOM SEED=1387087800

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
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:        988456 kB
Buffers:         75956 kB
Cached:         602004 kB
SwapCached:          0 kB
Active:         517080 kB
Inactive:       494496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        988456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         344312 kB
Slab:            39912 kB
Committed_AS:   793804 kB
PageTables:       3000 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= 66408 MiB
End job on node14 at 2009-07-12 02:38:56