Trace number 1055255

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 2008-06-13SAT 11.0363 11.1901

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-7.xml
MD5SUMa6a49020f8ee266e49d13048f93c5cc5
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.035993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1055255-1215059357.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.67/0.71	c reading variables done.
0.88/0.94	c reading predicates  done.
1.07/1.13	c reading constraints
10.68/10.81	c done with constraints.
10.68/10.81	c ... done. Wall clock time 10.395s.
10.68/10.81	c #vars     5420
10.68/10.81	c #constraints  57552
10.68/10.81	c constraints type 
10.68/10.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 57502
10.68/10.81	c org.sat4j.minisat.constraints.card.AtLeast => 50
10.97/11.13	c starts		: 1
10.97/11.13	c conflicts		: 0
10.97/11.13	c decisions		: 790
10.97/11.13	c propagations		: 5420
10.97/11.13	c inspects		: 367096
10.97/11.13	c learnt literals	: 0
10.97/11.13	c learnt binary clauses	: 0
10.97/11.13	c learnt ternary clauses	: 0
10.97/11.13	c learnt clauses	: 0
10.97/11.13	c ignored clauses	: 0
10.97/11.13	c root simplifications	: 0
10.97/11.13	c removed literals (reason simplification)	: 0
10.97/11.13	c reason swapping (by a shorter reason)	: 0
10.97/11.13	c Calls to reduceDB	: 0
10.97/11.13	c speed (assignments/second)	: 17483.870967741936
10.97/11.13	c non guided choices	790
10.97/11.13	s SATISFIABLE
10.97/11.13	v 9 42 106 124 134 0 16 118 134 137 53 72 95 111 118 37 47 80 95 103 6 45 68 80 87 0 33 58 68 82 22 33 45 66 73 4 19 34 56 66 10 19 24 34 45 0 4 10 23 28 
10.97/11.13	c Total wall clock time (in seconds) : 10.717

Verifier Data (download as text)

OK

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-1055255-1215059357/watcher-1055255-1215059357 -o /tmp/evaluation-result-1055255-1215059357/solver-1055255-1215059357 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055255-1215059357.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.01 2.00 2.00 4/81 7284
/proc/meminfo: memFree=1453464/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=13288 CPUtime=0
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1535606101 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 3322 538 219 9 0 1232 0
[pid=7284/tid=7285] ppid=7282 vsize=13288 CPUtime=0
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1535606103 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 9453528 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.090595 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 7284
/proc/meminfo: memFree=1453464/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=803592 CPUtime=0.07
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 2905 0 1 0 5 2 0 0 18 0 9 0 1535606101 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 200898 2638 1025 9 0 198281 0
[pid=7284/tid=7285] ppid=7282 vsize=803592 CPUtime=0.07
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 2130 0 1 0 5 2 0 0 18 0 9 0 1535606103 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4160637012 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803592

[startup+0.101564 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 7284
/proc/meminfo: memFree=1453464/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=804612 CPUtime=0.08
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 3001 0 1 0 6 2 0 0 18 0 12 0 1535606101 823922688 2734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 201153 2734 1048 9 0 198522 0
[pid=7284/tid=7285] ppid=7282 vsize=804612 CPUtime=0.08
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 2224 0 1 0 6 2 0 0 21 0 12 0 1535606103 823922688 2734 996147200 134512640 134550740 4294956032 18446744073709551615 104611680 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301589 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 7284
/proc/meminfo: memFree=1453464/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=808244 CPUtime=0.28
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 4915 0 1 0 25 3 0 0 18 0 12 0 1535606101 827641856 4242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 202061 4242 1297 9 0 199430 0
[pid=7284/tid=7285] ppid=7282 vsize=808244 CPUtime=0.17
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 2656 0 1 0 15 2 0 0 21 0 12 0 1535606103 827641856 4242 996147200 134512640 134550740 4294956032 18446744073709551615 4109206912 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701633 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 7284
/proc/meminfo: memFree=1453464/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=808272 CPUtime=0.67
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 6348 0 1 0 62 5 0 0 18 0 12 0 1535606101 827670528 5476 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 202068 5476 1335 9 0 199430 0
[pid=7284/tid=7285] ppid=7282 vsize=808272 CPUtime=0.4
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 3785 0 1 0 36 4 0 0 19 0 12 0 1535606103 827670528 5476 996147200 134512640 134550740 4294956032 18446744073709551615 4109208337 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50272 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1433784/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=815544 CPUtime=1.46
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 11172 0 1 0 138 8 0 0 18 0 12 0 1535606101 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203886 8340 1351 9 0 201248 0
[pid=7284/tid=7285] ppid=7282 vsize=815544 CPUtime=0.73
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 4962 0 1 0 68 5 0 0 22 0 12 0 1535606103 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1535606104 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1535606104 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1535606106 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1535606106 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1535606106 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=815544 CPUtime=0.51
/proc/7284/task/7293/stat : 7293 (java) R 7282 7284 3019 0 -1 64 4281 0 0 0 49 2 0 0 18 0 12 0 1535606110 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 104112590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=815544 CPUtime=0.19
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1165 0 0 0 19 0 0 0 16 0 12 0 1535606111 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=815544 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 835117056 8340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 815544

[startup+3.1029 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1423160/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=815408 CPUtime=3.06
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 24060 0 1 0 291 15 0 0 18 0 12 0 1535606101 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203852 20234 1378 9 0 201214 0
[pid=7284/tid=7285] ppid=7282 vsize=815408 CPUtime=1.68
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 16675 0 1 0 157 11 0 0 25 0 12 0 1535606103 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4109644459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1535606104 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1535606104 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1535606106 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1535606106 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1535606106 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=815408 CPUtime=0.88
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5240 0 0 0 86 2 0 0 16 0 12 0 1535606110 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=815408 CPUtime=0.47
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1381 0 0 0 47 0 0 0 16 0 12 0 1535606111 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=815408 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 834977792 20234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815408

[startup+6.30126 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1360440/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=814264 CPUtime=6.22
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 29740 0 1 0 605 17 0 0 18 0 12 0 1535606101 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203566 25630 1384 9 0 200928 0
[pid=7284/tid=7285] ppid=7282 vsize=814264 CPUtime=4.58
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 17273 0 1 0 447 11 0 0 25 0 12 0 1535606103 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4109747735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=814264 CPUtime=0.07
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 2818 0 0 0 6 1 0 0 16 0 12 0 1535606104 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=814264 CPUtime=0.03
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 2144 0 0 0 3 0 0 0 16 0 12 0 1535606104 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=814264 CPUtime=0.95
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5246 0 0 0 93 2 0 0 16 0 12 0 1535606110 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=814264 CPUtime=0.53
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1384 0 0 0 53 0 0 0 16 0 12 0 1535606111 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 833806336 25630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 814264

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

[startup+9.50262 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1347320/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=814264 CPUtime=9.4
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 32596 0 1 0 921 19 0 0 18 0 12 0 1535606101 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203566 28482 1384 9 0 200928 0
[pid=7284/tid=7285] ppid=7282 vsize=814264 CPUtime=7.55
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 17278 0 1 0 744 11 0 0 25 0 12 0 1535606103 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4109747735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=814264 CPUtime=0.14
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 4165 0 0 0 12 2 0 0 16 0 12 0 1535606104 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=814264 CPUtime=0.1
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 3641 0 0 0 9 1 0 0 16 0 12 0 1535606104 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=814264 CPUtime=0.99
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5252 0 0 0 97 2 0 0 16 0 12 0 1535606110 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=814264 CPUtime=0.55
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1385 0 0 0 55 0 0 0 17 0 12 0 1535606111 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 833806336 28482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 814264

[startup+10.3027 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1340408/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=814264 CPUtime=10.18
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 33517 0 1 0 999 19 0 0 18 0 12 0 1535606101 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203566 29402 1384 9 0 200928 0
[pid=7284/tid=7285] ppid=7282 vsize=814264 CPUtime=8.31
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 17280 0 1 0 820 11 0 0 25 0 12 0 1535606103 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4109787360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=814264 CPUtime=0.15
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 4342 0 0 0 13 2 0 0 16 0 12 0 1535606104 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=814264 CPUtime=0.12
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 4383 0 0 0 11 1 0 0 16 0 12 0 1535606104 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535606106 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=814264 CPUtime=0.99
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5252 0 0 0 97 2 0 0 16 0 12 0 1535606110 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=814264 CPUtime=0.55
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1385 0 0 0 55 0 0 0 17 0 12 0 1535606111 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=814264 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 833806336 29402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 814264

[startup+10.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7296
/proc/meminfo: memFree=1340408/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=813652 CPUtime=10.58
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 34498 0 1 0 1039 19 0 0 18 0 12 0 1535606101 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203413 30229 1384 9 0 200775 0
[pid=7284/tid=7285] ppid=7282 vsize=813652 CPUtime=8.67
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 17281 0 1 0 856 11 0 0 25 0 12 0 1535606103 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4109787586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=813652 CPUtime=0.16
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 4820 0 0 0 14 2 0 0 16 0 12 0 1535606104 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=813652 CPUtime=0.13
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 4884 0 0 0 12 1 0 0 16 0 12 0 1535606104 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1535606106 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7290] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535606106 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535606106 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1535606110 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=813652 CPUtime=1.01
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5253 0 0 0 99 2 0 0 17 0 12 0 1535606110 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=813652 CPUtime=0.55
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1385 0 0 0 55 0 0 0 17 0 12 0 1535606111 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535606111 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=813652 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535606111 833179648 30229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 813652

[startup+11.1028 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 7297
/proc/meminfo: memFree=1336816/2055920 swapFree=4110796/4192956
[pid=7284] ppid=7282 vsize=813976 CPUtime=10.97
/proc/7284/stat : 7284 (java) S 7282 7284 3019 0 -1 0 34521 0 1 0 1078 19 0 0 18 0 13 0 1535606101 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7284/statm: 203494 30251 1387 9 0 200856 0
[pid=7284/tid=7285] ppid=7282 vsize=813976 CPUtime=8.97
/proc/7284/task/7285/stat : 7285 (java) R 7282 7284 3019 0 -1 64 17291 0 1 0 886 11 0 0 25 0 13 0 1535606103 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4109149181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7287] ppid=7282 vsize=813976 CPUtime=0.16
/proc/7284/task/7287/stat : 7287 (java) S 7282 7284 3019 0 -1 64 4820 0 0 0 14 2 0 0 16 0 13 0 1535606104 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7288] ppid=7282 vsize=813976 CPUtime=0.13
/proc/7284/task/7288/stat : 7288 (java) S 7282 7284 3019 0 -1 64 4884 0 0 0 12 1 0 0 16 0 13 0 1535606104 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7289] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7289/stat : 7289 (java) S 7282 7284 3019 0 -1 64 112 0 0 0 0 0 0 0 17 0 13 0 1535606106 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7284/tid=7290] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7290/stat : 7290 (java) S 7282 7284 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1535606106 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7291] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7291/stat : 7291 (java) S 7282 7284 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1535606106 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7292] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7292/stat : 7292 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1535606110 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7293] ppid=7282 vsize=813976 CPUtime=1.06
/proc/7284/task/7293/stat : 7293 (java) S 7282 7284 3019 0 -1 64 5256 0 0 0 104 2 0 0 16 0 13 0 1535606110 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7294] ppid=7282 vsize=813976 CPUtime=0.59
/proc/7284/task/7294/stat : 7294 (java) S 7282 7284 3019 0 -1 64 1390 0 0 0 59 0 0 0 16 0 13 0 1535606111 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7295] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7295/stat : 7295 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1535606111 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7296] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7296/stat : 7296 (java) S 7282 7284 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1535606111 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7284/tid=7297] ppid=7282 vsize=813976 CPUtime=0
/proc/7284/task/7297/stat : 7297 (java) S 7282 7284 3019 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1535607184 833511424 30251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 813976

Child status: 0
Real time (s): 11.1901
CPU time (s): 11.0363
CPU user time (s): 10.8134
CPU system time (s): 0.222966
CPU usage (%): 98.6255
Max. virtual memory (cumulated for all children) (KiB): 816296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8134
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34532
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= 874
involuntary context switches= 1192

runsolver used 0.023996 second user time and 0.043993 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-03 06:29:17
IDJOB=1055255
IDBENCH=56811
IDSOLVER=344
FILE ID=node38/1055255-1215059357
PBS_JOBID= 7875098
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055255-1215059357/watcher-1055255-1215059357 -o /tmp/evaluation-result-1055255-1215059357/solver-1055255-1215059357 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055255-1215059357.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6a49020f8ee266e49d13048f93c5cc5
RANDOM SEED=1323810924

node38.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.223
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.223
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:       1453944 kB
Buffers:         67324 kB
Cached:         348000 kB
SwapCached:      76452 kB
Active:         230320 kB
Inactive:       292116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453944 kB
SwapTotal:     4192956 kB
SwapFree:      4110796 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         122884 kB
Slab:            64540 kB
Committed_AS:  2837012 kB
PageTables:       2164 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= 66552 MiB
End job on node38 at 2008-07-03 06:29:28