Trace number 1036442

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 10.6044 10.7457

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-5_ext.xml
MD5SUM1bdde9be183c86ffbf239f4dbf5cbce7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.68459
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1036442-1214957126.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.98/1.08	c reading relations done.
1.07/1.11	c reading constraints
3.94/4.09	c done with constraints.
3.94/4.10	c ... done. Wall clock time 3.696s.
3.94/4.10	c #vars     6265
3.94/4.10	c #constraints  19245
3.94/4.10	c constraints type 
3.94/4.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13676
3.94/4.10	c org.sat4j.minisat.constraints.card.AtLeast => 235
10.48/10.69	c starts		: 11
10.48/10.69	c conflicts		: 15034
10.48/10.69	c decisions		: 23688
10.48/10.69	c propagations		: 1830608
10.48/10.69	c inspects		: 19278577
10.48/10.69	c learnt literals	: 4
10.48/10.69	c learnt binary clauses	: 68
10.48/10.69	c learnt ternary clauses	: 236
10.48/10.69	c learnt clauses	: 15030
10.48/10.69	c ignored clauses	: 0
10.48/10.69	c root simplifications	: 0
10.48/10.69	c removed literals (reason simplification)	: 129457
10.48/10.69	c reason swapping (by a shorter reason)	: 0
10.48/10.69	c Calls to reduceDB	: 0
10.48/10.69	c speed (assignments/second)	: 278038.8821385176
10.48/10.69	c non guided choices	63
10.48/10.69	s SATISFIABLE
10.58/10.70	v 18 16 1 12 21 2 22 20 13 0 10 24 8 4 7 23 14 17 3 11 6 5 9 15 19 24 23 17 20 13 4 21 22 14 12 1 9 0 19 15 6 16 18 11 10 5 7 3 8 2 2 5 13 19 23 16 11 12 4 9 21 7 1 6 24 15 3 14 17 0 20 22 18 10 8 12 10 7 14 6 20 19 3 23 15 4 13 22 17 9 0 11 24 18 8 21 2 1 5 16 19 0 2 21 17 11 9 4 24 22 5 23 12 1 3 7 13 8 15 20 16 14 10 18 6 13 19 21 15 8 18 1 23 22 16 0 3 4 20 11 2 17 12 6 14 7 9 5 24 10 15 11 23 1 9 7 2 14 20 18 12 4 5 22 17 3 19 21 8 16 0 10 6 13 24 14 18 8 2 19 24 12 17 5 10 11 21 15 9 22 13 4 6 0 1 3 20 16 23 7 6 12 22 8 0 23 18 16 7 5 13 20 3 14 21 19 10 1 9 24 2 17 15 4 11 17 9 0 3 11 8 4 2 15 20 23 6 14 24 19 5 21 16 10 18 13 12 7 22 1 4 1 12 6 3 21 16 0 9 7 15 18 19 11 14 17 8 23 22 5 10 24 20 2 13 21 2 4 23 15 13 8 6 18 24 7 10 11 3 1 9 0 20 14 22 17 19 12 16 5 22 3 5 24 16 14 6 7 2 21 8 11 17 0 18 10 1 19 12 23 15 4 13 20 9 5 13 3 7 24 22 17 15 10 8 16 1 20 12 2 18 9 4 23 6 11 0 21 19 14 23 4 6 17 7 15 10 8 3 1 24 12 13 5 20 11 2 22 16 9 19 18 14 21 0 11 17 19 13 5 3 23 21 16 14 22 0 7 18 8 24 15 10 4 12 1 6 2 9 20 3 20 11 5 12 9 15 13 8 6 14 17 18 10 0 16 7 2 21 4 24 23 19 1 22 8 14 16 10 2 0 20 18 1 11 19 22 23 15 5 21 12 7 24 13 9 3 4 6 17 10 15 18 11 4 1 5 19 17 13 20 8 24 21 6 22 23 9 2 7 14 16 0 12 3 16 22 24 0 10 6 3 1 21 19 2 5 9 23 13 4 20 15 7 17 12 11 8 14 18 7 24 10 4 18 19 14 9 11 2 17 16 21 13 12 8 6 5 20 3 23 1 22 0 15 9 8 20 22 14 12 7 5 0 23 6 19 10 2 16 1 24 3 13 21 18 15 11 17 4 20 21 14 16 22 5 0 11 19 17 9 2 6 7 10 12 18 13 1 15 4 8 24 3 23 0 6 15 9 1 17 24 10 12 3 18 14 2 16 4 20 22 11 5 19 8 13 23 7 21 1 7 9 18 20 10 13 24 6 4 3 15 16 8 23 14 5 0 19 2 22 21 17 11 12 
10.58/10.70	c Total wall clock time (in seconds) : 10.294

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-1036442-1214957126/watcher-1036442-1214957126 -o /tmp/evaluation-result-1036442-1214957126/solver-1036442-1214957126 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1036442-1214957126.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.00 2.00 1.94 4/81 5077
/proc/meminfo: memFree=1621884/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=18572 CPUtime=0
/proc/5077/stat : 5077 (runsolver) R 5075 5077 4289 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1974685533 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240907775271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5077/statm: 4643 292 257 25 0 2626 0

[startup+0.0787229 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 5077
/proc/meminfo: memFree=1621884/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=802236 CPUtime=0.06
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 2795 0 1 0 5 1 0 0 18 0 7 0 1974685533 821489664 2530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101795 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 5077
/proc/meminfo: memFree=1621884/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=804612 CPUtime=0.08
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 2997 0 1 0 7 1 0 0 18 0 12 0 1974685533 823922688 2730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301815 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 5077
/proc/meminfo: memFree=1621884/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=807760 CPUtime=0.28
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 4857 0 1 0 26 2 0 0 18 0 12 0 1974685533 827146240 4186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 201940 4186 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701854 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 5077
/proc/meminfo: memFree=1621884/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=807788 CPUtime=0.67
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 6258 0 1 0 63 4 0 0 18 0 12 0 1974685533 827174912 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 201947 5388 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 1.94 5/93 5089
/proc/meminfo: memFree=1603548/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=807948 CPUtime=1.47
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 7991 0 1 0 141 6 0 0 18 0 12 0 1974685533 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 201987 6200 1343 9 0 199349 0
[pid=5077/tid=5079] ppid=5075 vsize=807948 CPUtime=0.79
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 4550 0 1 0 75 4 0 0 22 0 12 0 1974685534 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1974685535 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1974685535 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1974685537 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1974685538 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1974685538 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1974685542 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=807948 CPUtime=0.34
/proc/5077/task/5086/stat : 5086 (java) R 5075 5077 4289 0 -1 64 1327 0 0 0 34 0 0 0 16 0 12 0 1974685542 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 9038964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=807948 CPUtime=0.31
/proc/5077/task/5087/stat : 5087 (java) S 5075 5077 4289 0 -1 64 1349 0 0 0 31 0 0 0 16 0 12 0 1974685542 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1974685542 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=807948 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1974685542 827338752 6200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807948

[startup+3.10209 s]
/proc/loadavg: 2.00 2.00 1.94 4/93 5089
/proc/meminfo: memFree=1598876/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=810112 CPUtime=3.06
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 13247 0 1 0 297 9 0 0 18 0 12 0 1974685533 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 202528 8089 1353 9 0 199890 0
[pid=5077/tid=5079] ppid=5075 vsize=810112 CPUtime=1.29
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 5795 0 1 0 124 5 0 0 25 0 12 0 1974685534 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1974685535 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1974685535 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1974685537 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1974685538 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1974685538 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1974685542 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=810112 CPUtime=0.78
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2714 0 0 0 77 1 0 0 16 0 12 0 1974685542 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=810112 CPUtime=0.95
/proc/5077/task/5087/stat : 5087 (java) R 5075 5077 4289 0 -1 64 3973 0 0 0 94 1 0 0 16 0 12 0 1974685542 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 105562247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1974685542 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=810112 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1974685542 829554688 8089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810112

[startup+6.30241 s]
/proc/loadavg: 2.00 2.00 1.94 3/94 5090
/proc/meminfo: memFree=1579796/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=813008 CPUtime=6.22
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 17626 0 1 0 610 12 0 0 18 0 13 0 1974685533 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 203252 11870 1388 9 0 200614 0
[pid=5077/tid=5079] ppid=5075 vsize=813008 CPUtime=3.19
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 8834 0 1 0 312 7 0 0 25 0 13 0 1974685534 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1974685535 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1974685535 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974685537 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1974685538 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685538 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1974685542 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=813008 CPUtime=1.41
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2818 0 0 0 140 1 0 0 16 0 13 0 1974685542 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=813008 CPUtime=1.58
/proc/5077/task/5087/stat : 5087 (java) R 5075 5077 4289 0 -1 64 5205 0 0 0 156 2 0 0 16 0 13 0 1974685542 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 106092273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1974685542 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) R 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1974685542 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5090] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5090/stat : 5090 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685946 832520192 11870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 813008

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

[startup+7.90158 s]
/proc/loadavg: 2.00 2.00 1.94 3/94 5090
/proc/meminfo: memFree=1578324/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=813008 CPUtime=7.8
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 17889 0 1 0 768 12 0 0 18 0 13 0 1974685533 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 203252 12132 1388 9 0 200614 0
[pid=5077/tid=5079] ppid=5075 vsize=813008 CPUtime=4.77
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 9093 0 1 0 470 7 0 0 25 0 13 0 1974685534 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4110110379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1974685535 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1974685535 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 1974685537 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1974685538 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685538 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1974685542 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=813008 CPUtime=1.41
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2818 0 0 0 140 1 0 0 16 0 13 0 1974685542 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=813008 CPUtime=1.59
/proc/5077/task/5087/stat : 5087 (java) S 5075 5077 4289 0 -1 64 5209 0 0 0 157 2 0 0 16 0 13 0 1974685542 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1974685542 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1974685542 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5090] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5090/stat : 5090 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685946 832520192 12132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 813008

[startup+9.50274 s]
/proc/loadavg: 2.00 2.00 1.94 5/94 5090
/proc/meminfo: memFree=1577684/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=813008 CPUtime=9.4
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 18122 0 1 0 927 13 0 0 18 0 13 0 1974685533 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 203252 12364 1388 9 0 200614 0
[pid=5077/tid=5079] ppid=5075 vsize=813008 CPUtime=6.32
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 9325 0 1 0 624 8 0 0 25 0 13 0 1974685534 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4110038092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1974685535 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1974685535 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974685537 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1974685538 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685538 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1974685542 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=813008 CPUtime=1.44
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2819 0 0 0 143 1 0 0 16 0 13 0 1974685542 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=813008 CPUtime=1.6
/proc/5077/task/5087/stat : 5087 (java) S 5075 5077 4289 0 -1 64 5209 0 0 0 158 2 0 0 16 0 13 0 1974685542 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1974685542 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1974685542 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5090] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5090/stat : 5090 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685946 832520192 12364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 813008

[startup+10.3028 s]
/proc/loadavg: 2.00 2.00 1.94 3/94 5090
/proc/meminfo: memFree=1577108/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=813008 CPUtime=10.18
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 18213 0 1 0 1005 13 0 0 18 0 13 0 1974685533 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 203252 12455 1388 9 0 200614 0
[pid=5077/tid=5079] ppid=5075 vsize=813008 CPUtime=7.1
/proc/5077/task/5079/stat : 5079 (java) R 5075 5077 4289 0 -1 64 9416 0 1 0 702 8 0 0 25 0 13 0 1974685534 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4110110976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1974685535 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1974685535 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974685537 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1974685538 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685538 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1974685542 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=813008 CPUtime=1.44
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2819 0 0 0 143 1 0 0 16 0 13 0 1974685542 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=813008 CPUtime=1.6
/proc/5077/task/5087/stat : 5087 (java) S 5075 5077 4289 0 -1 64 5209 0 0 0 158 2 0 0 16 0 13 0 1974685542 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1974685542 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1974685542 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5090] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5090/stat : 5090 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685946 832520192 12455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 813008

[startup+10.7029 s]
/proc/loadavg: 2.00 2.00 1.94 3/94 5090
/proc/meminfo: memFree=1577108/2055920 swapFree=4179016/4192956
[pid=5077] ppid=5075 vsize=813008 CPUtime=10.58
/proc/5077/stat : 5077 (java) S 5075 5077 4289 0 -1 0 18279 0 1 0 1045 13 0 0 18 0 13 0 1974685533 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5077/statm: 203252 12521 1389 9 0 200614 0
[pid=5077/tid=5079] ppid=5075 vsize=813008 CPUtime=7.48
/proc/5077/task/5079/stat : 5079 (java) S 5075 5077 4289 0 -1 64 9467 0 1 0 740 8 0 0 25 0 13 0 1974685534 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5080] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5080/stat : 5080 (java) S 5075 5077 4289 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1974685535 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5081] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5081/stat : 5081 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1974685535 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5082] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5082/stat : 5082 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974685537 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5083] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5083/stat : 5083 (java) S 5075 5077 4289 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1974685538 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5084] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5084/stat : 5084 (java) S 5075 5077 4289 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1974685538 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5085] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5085/stat : 5085 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1974685542 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5086] ppid=5075 vsize=813008 CPUtime=1.44
/proc/5077/task/5086/stat : 5086 (java) S 5075 5077 4289 0 -1 64 2819 0 0 0 143 1 0 0 16 0 13 0 1974685542 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5087] ppid=5075 vsize=813008 CPUtime=1.62
/proc/5077/task/5087/stat : 5087 (java) S 5075 5077 4289 0 -1 64 5211 0 0 0 160 2 0 0 16 0 13 0 1974685542 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5088] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5088/stat : 5088 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1974685542 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5077/tid=5089] ppid=5075 vsize=813008 CPUtime=0
/proc/5077/task/5089/stat : 5089 (java) S 5075 5077 4289 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1974685542 832520192 12521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 813008

Child status: 0
Real time (s): 10.7457
CPU time (s): 10.6044
CPU user time (s): 10.4614
CPU system time (s): 0.142978
CPU usage (%): 98.6853
Max. virtual memory (cumulated for all children) (KiB): 813284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4614
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18286
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= 1057
involuntary context switches= 1291

runsolver used 0.021996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-02 02:05:26
IDJOB=1036442
IDBENCH=53453
IDSOLVER=344
FILE ID=node36/1036442-1214957126
PBS_JOBID= 7870262
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-5_ext.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-1036442-1214957126/watcher-1036442-1214957126 -o /tmp/evaluation-result-1036442-1214957126/solver-1036442-1214957126 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1036442-1214957126.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1bdde9be183c86ffbf239f4dbf5cbce7
RANDOM SEED=1935164129

node36.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.240
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.240
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:       1622364 kB
Buffers:         38392 kB
Cached:         305248 kB
SwapCached:       7920 kB
Active:          88588 kB
Inactive:       281112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622364 kB
SwapTotal:     4192956 kB
SwapFree:      4179016 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          42216 kB
Slab:            49072 kB
Committed_AS:  3151800 kB
PageTables:       1804 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= 66548 MiB
End job on node36 at 2008-07-02 02:05:37