Trace number 1055318

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 12.3011 12.4448

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-9.xml
MD5SUM8bcfd9da142eddaa3ab4f4a34bb0c3be
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size122
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.37/0.41	c c --- Begin Solver configuration ---
0.37/0.41	c Stops conflict analysis at the first Unique Implication Point
0.37/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.41	c Learn all clauses as in MiniSAT
0.37/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.41	c Expensive reason simplification
0.37/0.41	c MiniSAT restarts strategy
0.37/0.41	c timeout=2147483s
0.37/0.41	c DB Simplification allowed=false
0.37/0.41	c --- End Solver configuration ---
0.37/0.41	c solving HOME/instance-1055318-1215059378.xml
0.37/0.41	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.67/0.71	c reading variables done.
0.87/0.95	c reading predicates  done.
1.08/1.14	c reading constraints
11.87/12.06	c done with constraints.
11.87/12.06	c ... done. Wall clock time 11.657s.
11.87/12.06	c #vars     5630
11.87/12.07	c #constraints  59778
11.87/12.07	c constraints type 
11.87/12.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59728
11.87/12.07	c org.sat4j.minisat.constraints.card.AtLeast => 50
12.26/12.40	c starts		: 1
12.26/12.40	c conflicts		: 0
12.26/12.40	c decisions		: 774
12.26/12.40	c propagations		: 5630
12.26/12.40	c inspects		: 389927
12.26/12.40	c learnt literals	: 0
12.26/12.40	c learnt binary clauses	: 0
12.26/12.40	c learnt ternary clauses	: 0
12.26/12.40	c learnt clauses	: 0
12.26/12.40	c ignored clauses	: 0
12.26/12.40	c root simplifications	: 0
12.26/12.40	c removed literals (reason simplification)	: 0
12.26/12.40	c reason swapping (by a shorter reason)	: 0
12.26/12.40	c Calls to reduceDB	: 0
12.26/12.40	c speed (assignments/second)	: 17484.47204968944
12.26/12.40	c non guided choices	774
12.26/12.40	s SATISFIABLE
12.26/12.40	v 16 30 120 130 137 26 35 111 120 137 19 27 102 111 120 12 19 87 102 105 22 39 72 87 91 15 22 60 72 82 3 12 46 60 67 0 9 38 46 53 0 3 28 44 48 0 9 16 28 39 
12.26/12.40	c Total wall clock time (in seconds) : 11.99

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-1055318-1215059378/watcher-1055318-1215059378 -o /tmp/evaluation-result-1055318-1215059378/solver-1055318-1215059378 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055318-1215059378.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 19062
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=18572 CPUtime=0
/proc/19062/stat : 19062 (runsolver) R 19060 19062 18998 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 117607951 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19062/statm: 4643 292 257 25 0 2626 0

[startup+0.017055 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 19062
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=13288 CPUtime=0
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 744 0 0 0 0 0 0 0 21 0 2 0 117607951 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 3322 538 219 9 0 1232 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13288

[startup+0.10121 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 19062
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=804612 CPUtime=0.08
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 2996 0 1 0 6 2 0 0 21 0 12 0 117607951 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301234 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 19062
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=807848 CPUtime=0.28
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 4849 0 1 0 25 3 0 0 21 0 12 0 117607951 827236352 4176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 201962 4176 1298 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.701271 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 19062
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=807876 CPUtime=0.67
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 6083 0 1 0 63 4 0 0 21 0 12 0 117607951 827265024 5408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 201969 5408 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807876

[startup+1.50235 s]
/proc/loadavg: 1.92 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1723440/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816052 CPUtime=1.47
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 10955 0 1 0 140 7 0 0 21 0 12 0 117607951 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204013 8358 1351 9 0 201375 0
[pid=19062/tid=19064] ppid=19060 vsize=816052 CPUtime=0.73
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 4987 0 1 0 69 4 0 0 25 0 12 0 117607953 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 117607954 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117607954 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117607956 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 117607956 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 117607956 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816052 CPUtime=0.16
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 485 0 0 0 16 0 0 0 16 0 12 0 117607960 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816052 CPUtime=0.55
/proc/19062/task/19072/stat : 19072 (java) R 19060 19062 18998 0 -1 64 4717 0 0 0 54 1 0 0 17 0 12 0 117607960 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 104112568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816052 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835637248 8358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 816052

[startup+3.10252 s]
/proc/loadavg: 1.92 2.00 2.00 4/93 19074
/proc/meminfo: memFree=1711600/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816092 CPUtime=3.06
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 23310 0 1 0 294 12 0 0 21 0 12 0 117607951 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204023 18994 1378 9 0 201385 0
[pid=19062/tid=19064] ppid=19060 vsize=816092 CPUtime=1.59
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 15286 0 1 0 151 8 0 0 25 0 12 0 117607953 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4109760523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 117607954 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117607954 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 117607956 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 117607956 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 117607956 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816092 CPUtime=0.38
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 892 0 0 0 38 0 0 0 16 0 12 0 117607960 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816092 CPUtime=1.05
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6366 0 0 0 103 2 0 0 16 0 12 0 117607960 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835678208 18994 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816092 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835678208 18994 996147200 134512640 134550740 4294956032 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) 816092

[startup+6.30184 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1647984/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816056 CPUtime=6.22
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 30378 0 1 0 606 16 0 0 21 0 12 0 117607951 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204014 26050 1384 9 0 201376 0
[pid=19062/tid=19064] ppid=19060 vsize=816056 CPUtime=4.5
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17286 0 1 0 441 9 0 0 25 0 12 0 117607953 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4109763568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816056 CPUtime=0.04
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 1958 0 0 0 3 1 0 0 17 0 12 0 117607954 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816056 CPUtime=0.06
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 2992 0 0 0 5 1 0 0 17 0 12 0 117607954 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816056 CPUtime=0.45
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 896 0 0 0 45 0 0 0 16 0 12 0 117607960 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816056 CPUtime=1.12
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6372 0 0 0 110 2 0 0 16 0 12 0 117607960 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835641344 26050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 816056

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

[startup+9.50216 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1634992/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816056 CPUtime=9.39
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 33387 0 1 0 922 17 0 0 21 0 12 0 117607951 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204014 28851 1384 9 0 201376 0
[pid=19062/tid=19064] ppid=19060 vsize=816056 CPUtime=7.48
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17291 0 1 0 739 9 0 0 25 0 12 0 117607953 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4109843939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816056 CPUtime=0.1
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 3451 0 0 0 9 1 0 0 16 0 12 0 117607954 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816056 CPUtime=0.12
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 4493 0 0 0 11 1 0 0 16 0 12 0 117607954 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816056 CPUtime=0.46
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 898 0 0 0 46 0 0 0 16 0 12 0 117607960 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816056 CPUtime=1.16
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6380 0 0 0 114 2 0 0 17 0 12 0 117607960 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835641344 28851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 816056

[startup+11.1023 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1623920/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816056 CPUtime=10.98
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 35376 0 1 0 1080 18 0 0 21 0 12 0 117607951 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204014 30838 1384 9 0 201376 0
[pid=19062/tid=19064] ppid=19060 vsize=816056 CPUtime=9
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17293 0 1 0 891 9 0 0 25 0 12 0 117607953 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4109760546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816056 CPUtime=0.14
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 4204 0 0 0 12 2 0 0 16 0 12 0 117607954 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816056 CPUtime=0.15
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 5727 0 0 0 13 2 0 0 16 0 12 0 117607954 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816056 CPUtime=0.46
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 898 0 0 0 46 0 0 0 17 0 12 0 117607960 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816056 CPUtime=1.17
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6380 0 0 0 115 2 0 0 16 0 12 0 117607960 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835641344 30838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 816056

[startup+11.9024 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1623920/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816056 CPUtime=11.77
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 36488 0 1 0 1159 18 0 0 21 0 12 0 117607951 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204014 31949 1384 9 0 201376 0
[pid=19062/tid=19064] ppid=19060 vsize=816056 CPUtime=9.76
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17295 0 1 0 967 9 0 0 25 0 12 0 117607953 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4109759945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816056 CPUtime=0.15
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 4643 0 0 0 13 2 0 0 16 0 12 0 117607954 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816056 CPUtime=0.16
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 6397 0 0 0 14 2 0 0 16 0 12 0 117607954 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117607956 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816056 CPUtime=0.46
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 898 0 0 0 46 0 0 0 17 0 12 0 117607960 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816056 CPUtime=1.18
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6381 0 0 0 116 2 0 0 17 0 12 0 117607960 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117607960 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816056 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117607961 835641344 31949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 816056

[startup+12.3025 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1619376/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816380 CPUtime=12.16
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 36508 0 1 0 1198 18 0 0 21 0 13 0 117607951 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204095 31968 1387 9 0 201457 0
[pid=19062/tid=19064] ppid=19060 vsize=816380 CPUtime=10.1
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17305 0 1 0 1000 10 0 0 25 0 13 0 117607953 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4109943972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816380 CPUtime=0.15
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 4643 0 0 0 13 2 0 0 16 0 13 0 117607954 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816380 CPUtime=0.16
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 6397 0 0 0 14 2 0 0 16 0 13 0 117607954 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117607960 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816380 CPUtime=0.49
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 901 0 0 0 49 0 0 0 16 0 13 0 117607960 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816380 CPUtime=1.22
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6383 0 0 0 120 2 0 0 16 0 13 0 117607960 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117607960 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117607961 835973120 31968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 816380

[startup+12.4025 s]
/proc/loadavg: 1.93 2.00 2.00 3/93 19074
/proc/meminfo: memFree=1619376/2055920 swapFree=4192812/4192956
[pid=19062] ppid=19060 vsize=816380 CPUtime=12.26
/proc/19062/stat : 19062 (java) S 19060 19062 18998 0 -1 0 36517 0 1 0 1208 18 0 0 21 0 13 0 117607951 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 204095 31976 1388 9 0 201457 0
[pid=19062/tid=19064] ppid=19060 vsize=816380 CPUtime=10.15
/proc/19062/task/19064/stat : 19064 (java) R 19060 19062 18998 0 -1 64 17308 0 1 0 1005 10 0 0 25 0 13 0 117607953 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4109219204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=816380 CPUtime=0.15
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18998 0 -1 64 4643 0 0 0 13 2 0 0 16 0 13 0 117607954 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19066] ppid=19060 vsize=816380 CPUtime=0.16
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18998 0 -1 64 6397 0 0 0 14 2 0 0 16 0 13 0 117607954 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19067] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18998 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19068] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18998 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19069] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18998 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117607956 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19070] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18998 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117607960 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19071] ppid=19060 vsize=816380 CPUtime=0.51
/proc/19062/task/19071/stat : 19071 (java) S 19060 19062 18998 0 -1 64 902 0 0 0 51 0 0 0 16 0 13 0 117607960 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19072] ppid=19060 vsize=816380 CPUtime=1.25
/proc/19062/task/19072/stat : 19072 (java) S 19060 19062 18998 0 -1 64 6387 0 0 0 123 2 0 0 16 0 13 0 117607960 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19073] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19073/stat : 19073 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117607960 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19062/tid=19074] ppid=19060 vsize=816380 CPUtime=0
/proc/19062/task/19074/stat : 19074 (java) S 19060 19062 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117607961 835973120 31976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 816380

Child status: 0
Real time (s): 12.4448
CPU time (s): 12.3011
CPU user time (s): 12.0902
CPU system time (s): 0.210967
CPU usage (%): 98.8454
Max. virtual memory (cumulated for all children) (KiB): 817884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0902
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36521
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= 954
involuntary context switches= 1344

runsolver used 0.026995 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 06:29:38
IDJOB=1055318
IDBENCH=56814
IDSOLVER=344
FILE ID=node27/1055318-1215059378
PBS_JOBID= 7875215
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-9.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-1055318-1215059378/watcher-1055318-1215059378 -o /tmp/evaluation-result-1055318-1215059378/solver-1055318-1215059378 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055318-1215059378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8bcfd9da142eddaa3ab4f4a34bb0c3be
RANDOM SEED=260155564

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1743152 kB
Buffers:         47648 kB
Cached:         176276 kB
SwapCached:          0 kB
Active:         165928 kB
Inactive:        88784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          52440 kB
Slab:            43448 kB
Committed_AS:   273708 kB
PageTables:       1640 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-03 06:29:51