Trace number 2074232

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 16.8784 16.5745

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-7.xml
MD5SUM0e1a4f341de97802aede74af3b9ff51d
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.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size153
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2074232-1247359132.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.48	c reading variables done.
0.60/0.65	c reading predicates  done.
0.78/0.87	c reading constraints
16.42/16.13	c done with constraints.
16.42/16.13	c ... done. Wall clock time 15.902s.
16.42/16.13	c #vars     6745
16.42/16.13	c #constraints  71597
16.42/16.13	c constraints type 
16.42/16.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71467
16.42/16.13	c org.sat4j.minisat.constraints.card.AtLeast => 50
16.42/16.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
16.82/16.52	c starts		: 1
16.82/16.52	c conflicts		: 0
16.82/16.52	c decisions		: 975
16.82/16.52	c propagations		: 6745
16.82/16.52	c inspects		: 447580
16.82/16.52	c learnt literals	: 0
16.82/16.52	c learnt binary clauses	: 0
16.82/16.52	c learnt ternary clauses	: 0
16.82/16.52	c learnt clauses	: 0
16.82/16.52	c ignored clauses	: 0
16.82/16.52	c root simplifications	: 0
16.82/16.52	c removed literals (reason simplification)	: 0
16.82/16.52	c reason swapping (by a shorter reason)	: 0
16.82/16.52	c Calls to reduceDB	: 0
16.82/16.52	c speed (assignments/second)	: 17162.849872773535
16.82/16.52	c non guided choices	975
16.82/16.53	c learnt constraints type 
16.82/16.53	c constraints type 
16.82/16.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71467
16.82/16.53	c org.sat4j.minisat.constraints.card.AtLeast => 50
16.82/16.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
16.82/16.53	s SATISFIABLE
16.82/16.53	v 10 23 141 150 162 61 74 129 141 151 55 65 115 129 141 13 23 102 115 133 44 55 89 102 120 0 38 58 77 105 29 68 77 89 97 18 34 43 58 68 0 7 31 43 50 0 10 18 31 34 
16.82/16.53	c Total wall clock time (in seconds) : 16.296

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-2074232-1247359132/watcher-2074232-1247359132 -o /tmp/evaluation-result-2074232-1247359132/solver-2074232-1247359132 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074232-1247359132.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.37 1.82 1.92 3/82 22379
/proc/meminfo: memFree=1729696/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=18576 CPUtime=0
/proc/22379/stat : 22379 (runsolver) R 22377 22379 20344 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22977043 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22379/statm: 4644 284 249 26 0 2626 0

[startup+0.0200901 s]
/proc/loadavg: 1.37 1.82 1.92 3/82 22379
/proc/meminfo: memFree=1729696/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=13496 CPUtime=0
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 871 0 0 0 0 0 0 0 18 0 2 0 22977043 13819904 626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13496

[startup+0.101909 s]
/proc/loadavg: 1.37 1.82 1.92 3/82 22379
/proc/meminfo: memFree=1729696/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=804428 CPUtime=0.08
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 2967 0 1 0 6 2 0 0 18 0 12 0 22977043 823734272 2710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 201107 2710 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301924 s]
/proc/loadavg: 1.37 1.82 1.92 3/82 22379
/proc/meminfo: memFree=1729696/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=806940 CPUtime=0.29
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 4473 0 1 0 26 3 0 0 18 0 12 0 22977043 826306560 4211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 201735 4211 1365 9 0 199062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806940

[startup+0.701963 s]
/proc/loadavg: 1.37 1.82 1.92 3/82 22379
/proc/meminfo: memFree=1729696/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=807900 CPUtime=0.69
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 6278 0 1 0 64 5 0 0 18 0 12 0 22977043 827289600 5500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 201975 5502 1385 9 0 199302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807900

[startup+1.50205 s]
/proc/loadavg: 1.42 1.82 1.92 3/94 22391
/proc/meminfo: memFree=1709632/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=814432 CPUtime=1.69
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 11145 0 1 0 162 7 0 0 18 0 12 0 22977043 833978368 8251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203608 8251 1422 9 0 200935 0
[pid=22379/tid=22381] ppid=22377 vsize=814432 CPUtime=0.86
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 5495 0 1 0 81 5 0 0 18 0 12 0 22977045 833978368 8251 996147200 134512640 134550932 4294956016 18446744073709551615 106408573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22977046 833978368 8251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22383] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22977046 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22384] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22977048 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22385] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22977048 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22386] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22977048 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22387] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=814432 CPUtime=0.64
/proc/22379/task/22388/stat : 22388 (java) R 22377 22379 20344 0 -1 64 4242 0 0 0 63 1 0 0 18 0 12 0 22977053 833978368 8252 996147200 134512640 134550932 4294956016 18446744073709551615 104144417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=814432 CPUtime=0.15
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 668 0 0 0 15 0 0 0 16 0 12 0 22977053 833978368 8253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 833978368 8253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=814432 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 833978368 8253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 814432

[startup+3.10221 s]
/proc/loadavg: 1.42 1.82 1.92 3/94 22391
/proc/meminfo: memFree=1679168/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=816308 CPUtime=3.43
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 26785 0 1 0 327 16 0 0 18 0 12 0 22977043 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 204077 22684 1432 9 0 201404 0
[pid=22379/tid=22381] ppid=22377 vsize=816308 CPUtime=2.2
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17403 0 1 0 209 11 0 0 25 0 12 0 22977045 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4109610060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=816308 CPUtime=0.01
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 965 0 0 0 1 0 0 0 16 0 12 0 22977046 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=816308 CPUtime=0.01
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 966 0 0 0 1 0 0 0 16 0 12 0 22977046 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 22977048 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22977048 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977048 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=816308 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 12 0 22977053 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=816308 CPUtime=0.37
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1534 0 0 0 37 0 0 0 16 0 12 0 22977053 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=816308 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 835899392 22684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 816308

[startup+6.30154 s]
/proc/loadavg: 1.42 1.82 1.92 4/94 22391
/proc/meminfo: memFree=1637376/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813356 CPUtime=6.63
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 30674 0 1 0 645 18 0 0 18 0 12 0 22977043 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203339 25830 1435 9 0 200666 0
[pid=22379/tid=22381] ppid=22377 vsize=813356 CPUtime=5.19
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17410 0 1 0 508 11 0 0 25 0 12 0 22977045 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4109802703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813356 CPUtime=0.07
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 2253 0 0 0 6 1 0 0 16 0 12 0 22977046 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813356 CPUtime=0.07
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 3530 0 0 0 6 1 0 0 16 0 12 0 22977046 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813356 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 12 0 22977053 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813356 CPUtime=0.46
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1543 0 0 0 45 1 0 0 16 0 12 0 22977053 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 832876544 25830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 813356

[startup+12.7012 s]
/proc/loadavg: 1.51 1.82 1.92 3/86 22393
/proc/meminfo: memFree=1674240/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813356 CPUtime=13.03
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 36600 0 1 0 1282 21 0 0 18 0 12 0 22977043 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203339 31744 1435 9 0 200666 0
[pid=22379/tid=22381] ppid=22377 vsize=813356 CPUtime=11.42
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17424 0 1 0 1130 12 0 0 25 0 12 0 22977045 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4109593516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813356 CPUtime=0.13
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 5134 0 0 0 11 2 0 0 16 0 12 0 22977046 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813356 CPUtime=0.12
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 6544 0 0 0 10 2 0 0 16 0 12 0 22977046 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813356 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 12 0 22977053 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813356 CPUtime=0.51
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1560 0 0 0 50 1 0 0 16 0 12 0 22977053 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 832876544 31744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 813356

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

[startup+14.3074 s]
/proc/loadavg: 1.51 1.82 1.92 3/86 22393
/proc/meminfo: memFree=1649472/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813356 CPUtime=14.62
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 37431 0 1 0 1441 21 0 0 18 0 12 0 22977043 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203339 32573 1435 9 0 200666 0
[pid=22379/tid=22381] ppid=22377 vsize=813356 CPUtime=12.99
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17426 0 1 0 1287 12 0 0 25 0 12 0 22977045 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4109578640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813356 CPUtime=0.15
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 5870 0 0 0 13 2 0 0 16 0 12 0 22977046 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813356 CPUtime=0.13
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 6637 0 0 0 11 2 0 0 16 0 12 0 22977046 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813356 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 12 0 22977053 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813356 CPUtime=0.52
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1560 0 0 0 51 1 0 0 16 0 12 0 22977053 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 832876544 32573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 813356

[startup+15.9025 s]
/proc/loadavg: 1.51 1.82 1.92 4/86 22393
/proc/meminfo: memFree=1645120/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813356 CPUtime=16.22
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 38596 0 1 0 1600 22 0 0 18 0 12 0 22977043 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203339 33735 1435 9 0 200666 0
[pid=22379/tid=22381] ppid=22377 vsize=813356 CPUtime=14.54
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17430 0 1 0 1442 12 0 0 25 0 12 0 22977045 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4109802593 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813356 CPUtime=0.18
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 7023 0 0 0 15 3 0 0 16 0 12 0 22977046 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813356 CPUtime=0.13
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 6645 0 0 0 11 2 0 0 16 0 12 0 22977046 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22977048 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22977053 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813356 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 12 0 22977053 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813356 CPUtime=0.53
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1560 0 0 0 52 1 0 0 17 0 12 0 22977053 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22977053 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813356 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22977053 832876544 33735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 813356

[startup+16.3026 s]
/proc/loadavg: 1.51 1.82 1.92 4/86 22393
/proc/meminfo: memFree=1645120/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813680 CPUtime=16.61
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 39042 0 1 0 1639 22 0 0 18 0 13 0 22977043 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203420 34179 1438 9 0 200747 0
[pid=22379/tid=22381] ppid=22377 vsize=813680 CPUtime=14.87
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17439 0 1 0 1475 12 0 0 25 0 13 0 22977045 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4109888483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813680 CPUtime=0.19
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 7447 0 0 0 16 3 0 0 16 0 13 0 22977046 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813680 CPUtime=0.13
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 6645 0 0 0 11 2 0 0 16 0 13 0 22977046 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 15 0 13 0 22977048 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22977048 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22977048 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22977053 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813680 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 13 0 22977053 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813680 CPUtime=0.59
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1567 0 0 0 58 1 0 0 16 0 13 0 22977053 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22977053 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22977053 833208320 34179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 813680

[startup+16.5076 s]
/proc/loadavg: 1.55 1.83 1.92 4/87 22394
/proc/meminfo: memFree=1641080/2055920 swapFree=4192812/4192956
[pid=22379] ppid=22377 vsize=813680 CPUtime=16.82
/proc/22379/stat : 22379 (java) S 22377 22379 20344 0 -1 0 39046 0 1 0 1660 22 0 0 18 0 13 0 22977043 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22379/statm: 203420 34183 1438 9 0 200747 0
[pid=22379/tid=22381] ppid=22377 vsize=813680 CPUtime=15.04
/proc/22379/task/22381/stat : 22381 (java) R 22377 22379 20344 0 -1 64 17440 0 1 0 1492 12 0 0 25 0 13 0 22977045 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4109131748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22382] ppid=22377 vsize=813680 CPUtime=0.19
/proc/22379/task/22382/stat : 22382 (java) S 22377 22379 20344 0 -1 64 7447 0 0 0 16 3 0 0 16 0 13 0 22977046 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22383] ppid=22377 vsize=813680 CPUtime=0.13
/proc/22379/task/22383/stat : 22383 (java) S 22377 22379 20344 0 -1 64 6645 0 0 0 11 2 0 0 16 0 13 0 22977046 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22384] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22384/stat : 22384 (java) S 22377 22379 20344 0 -1 64 41 0 0 0 0 0 0 0 15 0 13 0 22977048 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22385] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22385/stat : 22385 (java) S 22377 22379 20344 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22977048 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22386] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22386/stat : 22386 (java) S 22377 22379 20344 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22977048 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22387] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22387/stat : 22387 (java) S 22377 22379 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22977053 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22388] ppid=22377 vsize=813680 CPUtime=0.79
/proc/22379/task/22388/stat : 22388 (java) S 22377 22379 20344 0 -1 64 5158 0 0 0 77 2 0 0 19 0 13 0 22977053 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22389] ppid=22377 vsize=813680 CPUtime=0.62
/proc/22379/task/22389/stat : 22389 (java) S 22377 22379 20344 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 22977053 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22379/tid=22390] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22390/stat : 22390 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22977053 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22391] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22391/stat : 22391 (java) S 22377 22379 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22977053 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22379/tid=22394] ppid=22377 vsize=813680 CPUtime=0
/proc/22379/task/22394/stat : 22394 (java) S 22377 22379 20344 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 22978661 833208320 34183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 813680

Child status: 0
Real time (s): 16.5745
CPU time (s): 16.8784
CPU user time (s): 16.6275
CPU system time (s): 0.250961
CPU usage (%): 101.834
Max. virtual memory (cumulated for all children) (KiB): 816308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6275
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39057
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= 1338
involuntary context switches= 940

runsolver used 0.020996 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 02:38:52
IDJOB=2074232
IDBENCH=56078
IDSOLVER=731
FILE ID=node44/2074232-1247359132
PBS_JOBID= 9506918
Free space on /tmp= 66348 MiB

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

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

MD5SUM BENCH= 0e1a4f341de97802aede74af3b9ff51d
RANDOM SEED=928543818

node44.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.219
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.219
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:       1730176 kB
Buffers:         15492 kB
Cached:         119624 kB
SwapCached:          0 kB
Active:         247464 kB
Inactive:        29048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5120 kB
Writeback:           0 kB
Mapped:         162684 kB
Slab:            33936 kB
Committed_AS:   344768 kB
PageTables:       2160 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= 66336 MiB
End job on node44 at 2009-07-12 02:39:08