Trace number 2074188

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 18.6022 18.8246

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-8.xml
MD5SUM52efb0e56505d87a241477d52b776916
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.036994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size158
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

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2074188-1247359119.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.53	c reading variables done.
0.68/0.71	c reading predicates  done.
0.88/0.94	c reading constraints
18.11/18.34	c done with constraints.
18.11/18.34	c ... done. Wall clock time 18.095s.
18.11/18.34	c #vars     6945
18.11/18.34	c #constraints  73717
18.11/18.34	c constraints type 
18.11/18.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73587
18.11/18.35	c org.sat4j.minisat.constraints.card.AtLeast => 50
18.11/18.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
18.51/18.76	c starts		: 1
18.51/18.76	c conflicts		: 0
18.51/18.76	c decisions		: 1001
18.51/18.76	c propagations		: 6945
18.51/18.76	c inspects		: 490695
18.51/18.76	c learnt literals	: 0
18.51/18.76	c learnt binary clauses	: 0
18.51/18.76	c learnt ternary clauses	: 0
18.51/18.76	c learnt clauses	: 0
18.51/18.76	c ignored clauses	: 0
18.51/18.76	c root simplifications	: 0
18.51/18.76	c removed literals (reason simplification)	: 0
18.51/18.76	c reason swapping (by a shorter reason)	: 0
18.51/18.76	c Calls to reduceDB	: 0
18.51/18.76	c speed (assignments/second)	: 16775.36231884058
18.51/18.76	c non guided choices	1001
18.51/18.76	c learnt constraints type 
18.51/18.76	c constraints type 
18.51/18.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73587
18.51/18.76	c org.sat4j.minisat.constraints.card.AtLeast => 50
18.51/18.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
18.51/18.76	s SATISFIABLE
18.51/18.76	v 86 97 120 132 146 3 41 110 120 134 64 75 101 110 123 25 33 88 101 112 41 51 78 88 102 16 27 64 78 93 0 10 55 64 81 16 27 44 55 67 0 10 30 44 57 0 10 20 30 41 
18.51/18.76	c Total wall clock time (in seconds) : 18.51

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-2074188-1247359119/watcher-2074188-1247359119 -o /tmp/evaluation-result-2074188-1247359119/solver-2074188-1247359119 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074188-1247359119.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.57 1.93 1.97 3/81 18071
/proc/meminfo: memFree=1205840/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=18576 CPUtime=0
/proc/18071/stat : 18071 (runsolver) R 18069 18071 16729 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22979457 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18071/statm: 4644 284 249 26 0 2626 0

[startup+0.0293011 s]
/proc/loadavg: 1.57 1.93 1.97 3/81 18071
/proc/meminfo: memFree=1205840/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=798736 CPUtime=0.01
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 22979457 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.101962 s]
/proc/loadavg: 1.57 1.93 1.97 3/81 18071
/proc/meminfo: memFree=1205840/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=804560 CPUtime=0.09
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 22979457 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 201140 2750 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301979 s]
/proc/loadavg: 1.57 1.93 1.97 3/81 18071
/proc/meminfo: memFree=1205840/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=805628 CPUtime=0.28
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 4298 0 1 0 25 3 0 0 18 0 12 0 22979457 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 201407 4036 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702018 s]
/proc/loadavg: 1.57 1.93 1.97 3/81 18071
/proc/meminfo: memFree=1205840/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=807192 CPUtime=0.68
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 5984 0 1 0 64 4 0 0 18 0 12 0 22979457 826564608 5184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 201798 5184 1385 9 0 199125 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807192

[startup+1.50209 s]
/proc/loadavg: 1.77 1.96 1.98 4/93 18083
/proc/meminfo: memFree=1186032/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=810556 CPUtime=1.47
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 9403 0 1 0 141 6 0 0 18 0 12 0 22979457 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202639 7265 1410 9 0 199966 0
[pid=18071/tid=18073] ppid=18069 vsize=810556 CPUtime=0.76
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 5134 0 1 0 72 4 0 0 19 0 12 0 22979459 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22979459 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22979460 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22979461 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22979462 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22979462 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=810556 CPUtime=0.7
/proc/18071/task/18081/stat : 18081 (java) R 18069 18071 16729 0 -1 64 3511 0 0 0 69 1 0 0 17 0 12 0 22979467 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 104143101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 830009344 7265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810556

[startup+3.10224 s]
/proc/loadavg: 1.77 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1166960/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=810556 CPUtime=3.05
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 22448 0 1 0 294 11 0 0 18 0 12 0 22979457 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202639 20308 1432 9 0 199966 0
[pid=18071/tid=18073] ppid=18069 vsize=810556 CPUtime=2
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17362 0 1 0 191 9 0 0 25 0 12 0 22979459 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4109736847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=810556 CPUtime=0.01
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 684 0 0 0 1 0 0 0 17 0 12 0 22979459 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 79 0 0 0 0 0 0 0 17 0 12 0 22979460 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 22979461 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=810556 CPUtime=1.02
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3554 0 0 0 101 1 0 0 16 0 12 0 22979467 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=810556 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 830009344 20308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810556

[startup+6.30255 s]
/proc/loadavg: 1.78 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1116016/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809632 CPUtime=6.23
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 26613 0 1 0 610 13 0 0 18 0 12 0 22979457 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202408 24247 1435 9 0 199735 0
[pid=18071/tid=18073] ppid=18069 vsize=809632 CPUtime=4.96
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17369 0 1 0 487 9 0 0 25 0 12 0 22979459 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4109582636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809632 CPUtime=0.07
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 2981 0 0 0 7 0 0 0 16 0 12 0 22979459 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809632 CPUtime=0.05
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 1901 0 0 0 5 0 0 0 16 0 12 0 22979460 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 22979461 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809632 CPUtime=1.1
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3563 0 0 0 109 1 0 0 17 0 12 0 22979467 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809632 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 829063168 24247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809632

[startup+12.7012 s]
/proc/loadavg: 1.80 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1091056/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809232 CPUtime=12.57
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 32711 0 1 0 1242 15 0 0 18 0 12 0 22979457 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202308 30235 1435 9 0 199635 0
[pid=18071/tid=18073] ppid=18069 vsize=809232 CPUtime=11.14
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17381 0 1 0 1105 9 0 0 25 0 12 0 22979459 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4109582636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809232 CPUtime=0.12
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 5016 0 0 0 11 1 0 0 16 0 12 0 22979459 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809232 CPUtime=0.13
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 5952 0 0 0 12 1 0 0 16 0 12 0 22979460 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 22979461 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809232 CPUtime=1.12
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3563 0 0 0 111 1 0 0 16 0 12 0 22979467 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 828653568 30235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 809232

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

[startup+15.9025 s]
/proc/loadavg: 1.82 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1083312/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809232 CPUtime=15.74
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 34710 0 1 0 1558 16 0 0 18 0 12 0 22979457 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202308 32229 1435 9 0 199635 0
[pid=18071/tid=18073] ppid=18069 vsize=809232 CPUtime=14.21
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17387 0 1 0 1412 9 0 0 25 0 12 0 22979459 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4109737470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809232 CPUtime=0.13
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 5373 0 0 0 12 1 0 0 16 0 12 0 22979459 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809232 CPUtime=0.17
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 7584 0 0 0 15 2 0 0 16 0 12 0 22979460 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 22979461 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809232 CPUtime=1.18
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3567 0 0 0 117 1 0 0 16 0 12 0 22979467 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 828653568 32229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 809232

[startup+17.5026 s]
/proc/loadavg: 1.82 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1078448/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809232 CPUtime=17.32
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 35503 0 1 0 1716 16 0 0 18 0 12 0 22979457 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202308 33020 1435 9 0 199635 0
[pid=18071/tid=18073] ppid=18069 vsize=809232 CPUtime=15.77
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17389 0 1 0 1568 9 0 0 25 0 12 0 22979459 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4109582636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809232 CPUtime=0.15
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 5951 0 0 0 13 2 0 0 16 0 12 0 22979459 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809232 CPUtime=0.18
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 7797 0 0 0 16 2 0 0 16 0 12 0 22979460 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 22979461 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809232 CPUtime=1.18
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3567 0 0 0 117 1 0 0 16 0 12 0 22979467 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 828653568 33020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.32
Current children cumulated vsize (KiB) 809232

[startup+18.3027 s]
/proc/loadavg: 1.82 1.96 1.98 3/93 18083
/proc/meminfo: memFree=1078448/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809232 CPUtime=18.11
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 36348 0 1 0 1795 16 0 0 18 0 12 0 22979457 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202308 33863 1435 9 0 199635 0
[pid=18071/tid=18073] ppid=18069 vsize=809232 CPUtime=16.53
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17391 0 1 0 1644 9 0 0 25 0 12 0 22979459 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4109582636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809232 CPUtime=0.16
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 6628 0 0 0 14 2 0 0 16 0 12 0 22979459 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809232 CPUtime=0.18
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 7963 0 0 0 16 2 0 0 16 0 12 0 22979460 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809232 CPUtime=0.01
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 1 0 0 0 15 0 12 0 22979461 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979462 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979467 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979467 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809232 CPUtime=1.19
/proc/18071/task/18081/stat : 18081 (java) S 18069 18071 16729 0 -1 64 3567 0 0 0 118 1 0 0 16 0 12 0 22979467 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22979467 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809232 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22979467 828653568 33863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.11
Current children cumulated vsize (KiB) 809232

[startup+18.7077 s]
/proc/loadavg: 1.82 1.96 1.98 3/94 18084
/proc/meminfo: memFree=1074984/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=809556 CPUtime=18.51
/proc/18071/stat : 18071 (java) S 18069 18071 16729 0 -1 0 36372 0 1 0 1834 17 0 0 18 0 13 0 22979457 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 202389 33886 1438 9 0 199716 0
[pid=18071/tid=18073] ppid=18069 vsize=809556 CPUtime=16.83
/proc/18071/task/18073/stat : 18073 (java) R 18069 18071 16729 0 -1 64 17401 0 1 0 1674 9 0 0 25 0 13 0 22979459 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18074] ppid=18069 vsize=809556 CPUtime=0.16
/proc/18071/task/18074/stat : 18074 (java) S 18069 18071 16729 0 -1 64 6628 0 0 0 14 2 0 0 16 0 13 0 22979459 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18075] ppid=18069 vsize=809556 CPUtime=0.18
/proc/18071/task/18075/stat : 18075 (java) S 18069 18071 16729 0 -1 64 7963 0 0 0 16 2 0 0 16 0 13 0 22979460 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18076] ppid=18069 vsize=809556 CPUtime=0.01
/proc/18071/task/18076/stat : 18076 (java) S 18069 18071 16729 0 -1 64 44 0 0 0 1 0 0 0 16 0 13 0 22979461 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18077] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18077/stat : 18077 (java) S 18069 18071 16729 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22979462 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18078] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18069 18071 16729 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22979462 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18079] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22979467 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18080] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18080/stat : 18080 (java) S 18069 18071 16729 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22979467 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18081] ppid=18069 vsize=809556 CPUtime=1.29
/proc/18071/task/18081/stat : 18081 (java) R 18069 18071 16729 0 -1 64 3576 0 0 0 128 1 0 0 16 0 13 0 22979467 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 103595574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18082] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18082/stat : 18082 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22979467 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18083] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18083/stat : 18083 (java) S 18069 18071 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22979467 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18071/tid=18084] ppid=18069 vsize=809556 CPUtime=0
/proc/18071/task/18084/stat : 18084 (java) S 18069 18071 16729 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22981297 828985344 33886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.51
Current children cumulated vsize (KiB) 809556

[startup+18.8028 s]
/proc/loadavg: 1.82 1.96 1.98 3/94 18084
/proc/meminfo: memFree=1074984/2055920 swapFree=4192956/4192956
[pid=18071] ppid=18069 vsize=0 CPUtime=18.57
/proc/18071/stat : 18071 (java) Z 18069 18071 16729 0 -1 12 36383 0 1 0 1840 17 0 0 16 0 2 0 22979457 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.57
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.8246
CPU time (s): 18.6022
CPU user time (s): 18.4072
CPU system time (s): 0.19497
CPU usage (%): 98.8182
Max. virtual memory (cumulated for all children) (KiB): 810784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4072
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36383
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= 1323
involuntary context switches= 1983

runsolver used 0.030995 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 02:38:39
IDJOB=2074188
IDBENCH=56074
IDSOLVER=731
FILE ID=node4/2074188-1247359119
PBS_JOBID= 9506949
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= 52efb0e56505d87a241477d52b776916
RANDOM SEED=676131576

node4.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.213
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.213
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:       1206320 kB
Buffers:         69384 kB
Cached:         594500 kB
SwapCached:          0 kB
Active:         200756 kB
Inactive:       572748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:         129888 kB
Slab:            60904 kB
Committed_AS:   335720 kB
PageTables:       2128 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= 66200 MiB
End job on node4 at 2009-07-12 02:38:58