Trace number 1091461

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 17.6943 17.7084

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-7.xml
MD5SUMbe29e2e19c1d5065f8fa6253b2edfb33
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.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size133
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.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.32	c version 9.9.9.token
0.29/0.32	c sun.arch.data.model	32
0.29/0.32	c java.version	1.6.0_06
0.29/0.32	c os.name	Linux
0.29/0.32	c os.version	2.6.9-22.EL.rootsmp
0.29/0.32	c os.arch	i386
0.29/0.32	c Free memory 669864272
0.29/0.32	c Max memory 672137216
0.29/0.32	c Total memory 672137216
0.29/0.32	c Number of processors 2
0.29/0.36	c c --- Begin Solver configuration ---
0.29/0.36	c Stops conflict analysis at the first Unique Implication Point
0.29/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.36	c Learn all clauses as in MiniSAT
0.29/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.36	c Expensive reason simplification
0.29/0.36	c MiniSAT restarts strategy
0.29/0.36	c timeout=2147483s
0.29/0.36	c DB Simplification allowed=false
0.29/0.36	c --- End Solver configuration ---
0.29/0.36	c solving HOME/instance-1091461-1215274901.xml
0.29/0.36	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.59/0.64	c reading variables done.
0.79/0.87	c reading predicates  done.
1.00/1.04	c reading constraints
11.99/12.09	c done with constraints.
11.99/12.09	c ... done. Wall clock time 11.727s.
11.99/12.09	c #vars     6215
11.99/12.09	c #constraints  65979
11.99/12.09	c constraints type 
11.99/12.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65929
11.99/12.09	c org.sat4j.minisat.constraints.card.AtLeast => 50
17.59/17.68	c starts		: 3
17.59/17.68	c conflicts		: 414
17.59/17.68	c decisions		: 2532
17.59/17.68	c propagations		: 44899
17.59/17.68	c inspects		: 1856445
17.59/17.68	c learnt literals	: 0
17.59/17.68	c learnt binary clauses	: 0
17.59/17.68	c learnt ternary clauses	: 0
17.59/17.68	c learnt clauses	: 414
17.59/17.68	c ignored clauses	: 0
17.59/17.68	c root simplifications	: 0
17.59/17.68	c removed literals (reason simplification)	: 15932
17.59/17.68	c reason swapping (by a shorter reason)	: 0
17.59/17.68	c Calls to reduceDB	: 0
17.59/17.68	c speed (assignments/second)	: 8059.414826781548
17.59/17.68	c non guided choices	1881
17.59/17.68	s SATISFIABLE
17.59/17.68	v 14 26 71 80 86 108 130 136 148 158 64 71 97 111 116 60 91 111 129 140 24 35 45 59 72 11 18 31 43 52 1 26 58 91 126 43 55 80 95 105 54 85 124 137 148 0 10 18 31 34 
17.59/17.68	c Total wall clock time (in seconds) : 17.31

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.03 2.01 4/80 24607
/proc/meminfo: memFree=1625988/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=152 CPUtime=0
/proc/24607/stat : 24607 (java) R 24605 24607 22363 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2006462497 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 4727083 0 0 4096 0 0 0 0 17 0 0 0
/proc/24607/statm: 38 26 19 9 0 4 0

[startup+0.0223249 s]
/proc/loadavg: 2.09 2.03 2.01 4/80 24607
/proc/meminfo: memFree=1625988/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=800592 CPUtime=0.01
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 1885 0 1 0 0 1 0 0 18 0 4 0 2006462497 819806208 1623 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 200148 1629 548 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101337 s]
/proc/loadavg: 2.09 2.03 2.01 4/80 24607
/proc/meminfo: memFree=1625988/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=804756 CPUtime=0.09
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 3236 0 1 0 7 2 0 0 18 0 12 0 2006462497 824070144 2967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 201189 2970 1224 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301378 s]
/proc/loadavg: 2.09 2.03 2.01 4/80 24607
/proc/meminfo: memFree=1625988/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=807912 CPUtime=0.29
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 4977 0 1 0 26 3 0 0 18 0 12 0 2006462497 827301888 4304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 201978 4304 1310 9 0 199347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807912

[startup+0.701448 s]
/proc/loadavg: 2.09 2.03 2.01 4/80 24607
/proc/meminfo: memFree=1625988/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=807940 CPUtime=0.69
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 6427 0 1 0 64 5 0 0 18 0 12 0 2006462497 827330560 5555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 201985 5555 1335 9 0 199347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807940

[startup+1.50159 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 24619
/proc/meminfo: memFree=1605668/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=816508 CPUtime=1.49
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 11865 0 1 0 143 6 0 0 18 0 12 0 2006462497 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 204127 8520 1351 9 0 201489 0
[pid=24607/tid=24609] ppid=24605 vsize=816508 CPUtime=0.67
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 5032 0 1 0 64 3 0 0 25 0 12 0 2006462498 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2006462499 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2006462499 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2006462501 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2006462501 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2006462501 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006462505 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=816508 CPUtime=0.15
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 438 0 0 0 15 0 0 0 16 0 12 0 2006462505 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=816508 CPUtime=0.64
/proc/24607/task/24617/stat : 24617 (java) R 24605 24607 22363 0 -1 64 5629 0 0 0 63 1 0 0 18 0 12 0 2006462505 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 104112555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006462505 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=816508 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006462505 836104192 8520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 816508

[startup+3.10188 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 24619
/proc/meminfo: memFree=1593252/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=814972 CPUtime=3.09
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 26216 0 1 0 297 12 0 0 18 0 12 0 2006462497 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203743 21765 1383 9 0 201105 0
[pid=24607/tid=24609] ppid=24605 vsize=814972 CPUtime=1.77
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17298 0 1 0 169 8 0 0 25 0 12 0 2006462498 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4109751022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=814972 CPUtime=0.01
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 431 0 0 0 1 0 0 0 17 0 12 0 2006462499 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 581 0 0 0 0 0 0 0 17 0 12 0 2006462499 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2006462501 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2006462501 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2006462501 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006462505 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=814972 CPUtime=0.36
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 483 0 0 0 36 0 0 0 16 0 12 0 2006462505 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=814972 CPUtime=0.91
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6629 0 0 0 89 2 0 0 16 0 12 0 2006462505 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006462505 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=814972 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006462505 834531328 21765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 814972

[startup+6.30247 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 24619
/proc/meminfo: memFree=1530148/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=812992 CPUtime=6.29
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 30867 0 1 0 616 13 0 0 18 0 12 0 2006462497 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203248 25915 1384 9 0 200610 0
[pid=24607/tid=24609] ppid=24605 vsize=812992 CPUtime=4.72
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17305 0 1 0 464 8 0 0 25 0 12 0 2006462498 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4109785299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=812992 CPUtime=0.06
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 2102 0 0 0 6 0 0 0 16 0 12 0 2006462499 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=812992 CPUtime=0.06
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 3465 0 0 0 6 0 0 0 17 0 12 0 2006462499 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 2006462501 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2006462501 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2006462501 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006462505 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=812992 CPUtime=0.43
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 488 0 0 0 43 0 0 0 16 0 12 0 2006462505 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=812992 CPUtime=0.96
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6633 0 0 0 94 2 0 0 16 0 12 0 2006462505 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006462505 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=812992 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006462505 832503808 25915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812992

[startup+12.7016 s]
/proc/loadavg: 2.44 2.11 2.03 3/92 24619
/proc/meminfo: memFree=1501028/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=813316 CPUtime=12.68
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 37938 0 1 0 1252 16 0 0 18 0 13 0 2006462497 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203329 32975 1388 9 0 200691 0
[pid=24607/tid=24609] ppid=24605 vsize=813316 CPUtime=10.48
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17328 0 1 0 1040 8 0 0 25 0 13 0 2006462498 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 5262 0 0 0 16 1 0 0 16 0 13 0 2006462499 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 7331 0 0 0 15 2 0 0 16 0 13 0 2006462499 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 111 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=813316 CPUtime=0.62
/proc/24607/task/24616/stat : 24616 (java) R 24605 24607 22363 0 -1 64 493 0 0 0 62 0 0 0 16 0 13 0 2006462505 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 105704866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=813316 CPUtime=1.18
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6644 0 0 0 116 2 0 0 16 0 13 0 2006462505 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006462505 832835584 32975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 813316

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

[startup+15.9022 s]
/proc/loadavg: 2.44 2.11 2.03 3/93 24620
/proc/meminfo: memFree=1498844/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=813316 CPUtime=15.88
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 37957 0 1 0 1572 16 0 0 18 0 13 0 2006462497 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203329 32993 1390 9 0 200691 0
[pid=24607/tid=24609] ppid=24605 vsize=813316 CPUtime=13.44
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17330 0 1 0 1336 8 0 0 25 0 13 0 2006462498 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4109976064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 5262 0 0 0 16 1 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 7331 0 0 0 15 2 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=813316 CPUtime=0.01
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 111 0 0 0 1 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=813316 CPUtime=0.75
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 504 0 0 0 75 0 0 0 15 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=813316 CPUtime=1.3
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6650 0 0 0 128 2 0 0 17 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24607/tid=24620] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24620/stat : 24620 (java) S 24605 24607 22363 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2006463709 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 813316

[startup+16.7024 s]
/proc/loadavg: 2.41 2.11 2.03 3/93 24620
/proc/meminfo: memFree=1498844/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=813316 CPUtime=16.68
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 37957 0 1 0 1652 16 0 0 18 0 13 0 2006462497 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203329 32993 1390 9 0 200691 0
[pid=24607/tid=24609] ppid=24605 vsize=813316 CPUtime=14.24
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17330 0 1 0 1416 8 0 0 25 0 13 0 2006462498 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4109669172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 5262 0 0 0 16 1 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 7331 0 0 0 15 2 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=813316 CPUtime=0.01
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 111 0 0 0 1 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=813316 CPUtime=0.75
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 504 0 0 0 75 0 0 0 16 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=813316 CPUtime=1.3
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6650 0 0 0 128 2 0 0 16 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24607/tid=24620] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24620/stat : 24620 (java) S 24605 24607 22363 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2006463709 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 813316

[startup+17.5015 s]
/proc/loadavg: 2.41 2.11 2.03 3/93 24620
/proc/meminfo: memFree=1498844/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=813316 CPUtime=17.48
/proc/24607/stat : 24607 (java) S 24605 24607 22363 0 -1 0 37957 0 1 0 1732 16 0 0 18 0 13 0 2006462497 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 203329 32993 1390 9 0 200691 0
[pid=24607/tid=24609] ppid=24605 vsize=813316 CPUtime=15.04
/proc/24607/task/24609/stat : 24609 (java) R 24605 24607 22363 0 -1 64 17330 0 1 0 1496 8 0 0 25 0 13 0 2006462498 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4109718888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24610] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24610/stat : 24610 (java) S 24605 24607 22363 0 -1 64 5262 0 0 0 16 1 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24611] ppid=24605 vsize=813316 CPUtime=0.17
/proc/24607/task/24611/stat : 24611 (java) S 24605 24607 22363 0 -1 64 7331 0 0 0 15 2 0 0 16 0 13 0 2006462499 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24612] ppid=24605 vsize=813316 CPUtime=0.01
/proc/24607/task/24612/stat : 24612 (java) S 24605 24607 22363 0 -1 64 111 0 0 0 1 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24613] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24613/stat : 24613 (java) S 24605 24607 22363 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24614] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24614/stat : 24614 (java) S 24605 24607 22363 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006462501 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24615] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24615/stat : 24615 (java) S 24605 24607 22363 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24616] ppid=24605 vsize=813316 CPUtime=0.75
/proc/24607/task/24616/stat : 24616 (java) S 24605 24607 22363 0 -1 64 504 0 0 0 75 0 0 0 16 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24617] ppid=24605 vsize=813316 CPUtime=1.3
/proc/24607/task/24617/stat : 24617 (java) S 24605 24607 22363 0 -1 64 6650 0 0 0 128 2 0 0 16 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24618] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24618/stat : 24618 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24607/tid=24619] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24619/stat : 24619 (java) S 24605 24607 22363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006462505 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24607/tid=24620] ppid=24605 vsize=813316 CPUtime=0
/proc/24607/task/24620/stat : 24620 (java) S 24605 24607 22363 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2006463709 832835584 32993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 813316

[startup+17.7015 s]
/proc/loadavg: 2.41 2.11 2.03 3/93 24620
/proc/meminfo: memFree=1498844/2055920 swapFree=4179816/4192956
[pid=24607] ppid=24605 vsize=0 CPUtime=17.68
/proc/24607/stat : 24607 (java) Z 24605 24607 22363 0 -1 12 37965 0 1 0 1750 18 0 0 16 0 2 0 2006462497 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 17.7084
CPU time (s): 17.6943
CPU user time (s): 17.5043
CPU system time (s): 0.189971
CPU usage (%): 99.9203
Max. virtual memory (cumulated for all children) (KiB): 816508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5043
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37965
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= 1170
involuntary context switches= 995

runsolver used 0.029995 second user time and 0.066989 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 18:21:41
IDJOB=1091461
IDBENCH=58559
IDSOLVER=344
FILE ID=node45/1091461-1215274901
PBS_JOBID= 7882118
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be29e2e19c1d5065f8fa6253b2edfb33
RANDOM SEED=608258663

node45.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.268
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.268
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:       1626468 kB
Buffers:         58212 kB
Cached:         231688 kB
SwapCached:       6920 kB
Active:         242268 kB
Inactive:       124552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626468 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          90432 kB
Slab:            47776 kB
Committed_AS:  4663996 kB
PageTables:       1892 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= 66484 MiB
End job on node45 at 2008-07-05 18:21:59