Trace number 1038332

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-13UNSAT 47.7337 47.9334

General information on the benchmark

Namecsp/marc/
normalized-large-84-unsat_ext.xml
MD5SUM10a065476271212a2e3d54c56cb75306
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.96264
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints3486
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3486
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.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1038332-1214965437.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.69	c reading variables done.
0.88/0.93	c reading relations done.
39.30/39.52	c reading constraints
46.90/47.13	c done with constraints.
46.90/47.16	c ... done. Wall clock time 46.746s.
46.90/47.16	c #vars     7056
46.90/47.16	c #constraints  585816
46.90/47.16	c constraints type 
46.90/47.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 585732
46.90/47.16	c org.sat4j.minisat.constraints.card.AtLeast => 84
47.60/47.84	c starts		: 1
47.60/47.84	c conflicts		: 84
47.60/47.84	c decisions		: 84
47.60/47.84	c propagations		: 5820
47.60/47.84	c inspects		: 544233
47.60/47.84	c learnt literals	: 1
47.60/47.84	c learnt binary clauses	: 1
47.60/47.84	c learnt ternary clauses	: 1
47.60/47.84	c learnt clauses	: 82
47.60/47.84	c ignored clauses	: 0
47.60/47.84	c root simplifications	: 0
47.60/47.84	c removed literals (reason simplification)	: 0
47.60/47.84	c reason swapping (by a shorter reason)	: 0
47.60/47.84	c Calls to reduceDB	: 0
47.60/47.84	c speed (assignments/second)	: 8712.574850299401
47.60/47.84	c non guided choices	84
47.60/47.84	s UNSATISFIABLE
47.60/47.84	c Total wall clock time (in seconds) : 47.428

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1038332-1214965437/watcher-1038332-1214965437 -o /tmp/evaluation-result-1038332-1214965437/solver-1038332-1214965437 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1038332-1214965437.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.10 2.18 2.13 4/80 12392
/proc/meminfo: memFree=1452936/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=1804 CPUtime=0
/proc/12392/stat : 12392 (java6) D 12390 12392 9593 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1975518831 1847296 158 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12392/statm: 68 37 28 9 0 6 0

[startup+0.0787389 s]
/proc/loadavg: 2.10 2.18 2.13 4/80 12392
/proc/meminfo: memFree=1452936/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=802236 CPUtime=0.06
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 2792 0 1 0 5 1 0 0 18 0 7 0 1975518831 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102718 s]
/proc/loadavg: 2.10 2.18 2.13 4/80 12392
/proc/meminfo: memFree=1452936/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=804612 CPUtime=0.08
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 2995 0 1 0 6 2 0 0 18 0 12 0 1975518831 823922688 2728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302759 s]
/proc/loadavg: 2.10 2.18 2.13 4/80 12392
/proc/meminfo: memFree=1452936/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808244 CPUtime=0.28
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 4924 0 1 0 25 3 0 0 18 0 12 0 1975518831 827641856 4251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202061 4251 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702829 s]
/proc/loadavg: 2.10 2.18 2.13 4/80 12392
/proc/meminfo: memFree=1452936/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808272 CPUtime=0.68
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 6347 0 1 0 63 5 0 0 18 0 12 0 1975518831 827670528 5475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202068 5475 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50198 s]
/proc/loadavg: 2.10 2.18 2.13 4/92 12404
/proc/meminfo: memFree=1435304/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808272 CPUtime=1.47
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 8638 0 1 0 141 6 0 0 18 0 12 0 1975518831 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202068 6743 1350 9 0 199430 0
[pid=12392/tid=12394] ppid=12390 vsize=808272 CPUtime=0.63
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 4980 0 1 0 59 4 0 0 20 0 12 0 1975518832 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518833 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518833 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1975518835 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1975518836 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1975518836 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=808272 CPUtime=0.37
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1273 0 0 0 37 0 0 0 16 0 12 0 1975518840 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=808272 CPUtime=0.43
/proc/12392/task/12402/stat : 12402 (java) R 12390 12392 9593 0 -1 64 1623 0 0 0 43 0 0 0 16 0 12 0 1975518840 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 105690109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 827670528 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.12129 s]
/proc/loadavg: 2.17 2.20 2.14 5/92 12404
/proc/meminfo: memFree=1382376/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808272 CPUtime=3.09
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 24941 0 1 0 295 14 0 0 18 0 12 0 1975518831 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202068 22807 1357 9 0 199430 0
[pid=12392/tid=12394] ppid=12390 vsize=808272 CPUtime=1.79
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 16974 0 1 0 169 10 0 0 25 0 12 0 1975518832 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=808272 CPUtime=0.09
/proc/12392/task/12395/stat : 12395 (java) R 12390 12392 9593 0 -1 64 2009 0 0 0 9 0 0 0 16 0 12 0 1975518833 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 106158123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=808272 CPUtime=0.1
/proc/12392/task/12396/stat : 12396 (java) R 12390 12392 9593 0 -1 64 1937 0 0 0 9 1 0 0 16 0 12 0 1975518833 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 106159863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) R 12390 12392 9593 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1975518835 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=808272 CPUtime=0.5
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1512 0 0 0 50 0 0 0 16 0 12 0 1975518840 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=808272 CPUtime=0.54
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 1637 0 0 0 54 0 0 0 16 0 12 0 1975518840 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=808272 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) R 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 827670528 22807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 808272

[startup+6.30189 s]
/proc/loadavg: 2.17 2.20 2.14 3/92 12404
/proc/meminfo: memFree=1342056/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808112 CPUtime=6.25
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 32945 0 1 0 608 17 0 0 18 0 12 0 1975518831 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202028 30756 1357 9 0 199390 0
[pid=12392/tid=12394] ppid=12390 vsize=808112 CPUtime=4.35
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 16991 0 1 0 425 10 0 0 25 0 12 0 1975518832 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4109700603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=808112 CPUtime=0.37
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 6212 0 0 0 35 2 0 0 16 0 12 0 1975518833 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=808112 CPUtime=0.37
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 5685 0 0 0 35 2 0 0 16 0 12 0 1975518833 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 0 0 0 0 16 0 12 0 1975518835 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=808112 CPUtime=0.52
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1512 0 0 0 52 0 0 0 17 0 12 0 1975518840 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=808112 CPUtime=0.58
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 1646 0 0 0 58 0 0 0 17 0 12 0 1975518840 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 827506688 30756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 808112

[startup+12.7021 s]
/proc/loadavg: 2.14 2.19 2.13 3/92 12404
/proc/meminfo: memFree=1295272/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=808112 CPUtime=12.62
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 44235 0 1 0 1238 24 0 0 18 0 12 0 1975518831 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202028 42021 1357 9 0 199390 0
[pid=12392/tid=12394] ppid=12390 vsize=808112 CPUtime=9.87
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17021 0 1 0 975 12 0 0 25 0 12 0 1975518832 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4109680347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=808112 CPUtime=0.74
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 12494 0 0 0 69 5 0 0 16 0 12 0 1975518833 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=808112 CPUtime=0.76
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 10651 0 0 0 72 4 0 0 16 0 12 0 1975518833 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 0 0 0 0 15 0 12 0 1975518835 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=808112 CPUtime=0.58
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1523 0 0 0 58 0 0 0 16 0 12 0 1975518840 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=808112 CPUtime=0.6
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 1647 0 0 0 60 0 0 0 17 0 12 0 1975518840 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=808112 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 827506688 42021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 808112

[startup+25.5025 s]
/proc/loadavg: 2.12 2.18 2.13 3/92 12404
/proc/meminfo: memFree=1198888/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=811188 CPUtime=25.38
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 68652 0 1 0 2499 39 0 0 18 0 12 0 1975518831 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202797 65628 1357 9 0 200159 0
[pid=12392/tid=12394] ppid=12390 vsize=811188 CPUtime=20.65
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17068 0 1 0 2050 15 0 0 25 0 12 0 1975518832 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4109647552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=811188 CPUtime=1.54
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 22961 0 0 0 144 10 0 0 16 0 12 0 1975518833 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=811188 CPUtime=1.55
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 23037 0 0 0 146 9 0 0 16 0 12 0 1975518833 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=811188 CPUtime=0.02
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 1 1 0 0 15 0 12 0 1975518835 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=811188 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=811188 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=811188 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 830656512 65628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 811188

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

[startup+38.3017 s]
/proc/loadavg: 2.09 2.17 2.13 3/92 12404
/proc/meminfo: memFree=1112552/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=809068 CPUtime=38.08
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 91838 0 1 0 3759 49 0 0 18 0 12 0 1975518831 828485632 88270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202267 88271 1357 9 0 199629 0
[pid=12392/tid=12394] ppid=12390 vsize=809068 CPUtime=31.5
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17114 0 1 0 3133 17 0 0 25 0 12 0 1975518832 828485632 88272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=809068 CPUtime=2.37
/proc/12392/task/12395/stat : 12395 (java) R 12390 12392 9593 0 -1 64 33568 0 0 0 224 13 0 0 15 0 12 0 1975518833 828485632 88274 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=809068 CPUtime=2.39
/proc/12392/task/12396/stat : 12396 (java) R 12390 12392 9593 0 -1 64 35559 0 0 0 225 14 0 0 15 0 12 0 1975518833 828485632 88275 996147200 134512640 134550740 4294956032 18446744073709551615 106161144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=809068 CPUtime=0.04
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 3 1 0 0 15 0 12 0 1975518835 828485632 88277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=809068 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 828485632 88279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=809068 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 828485632 88280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=809068 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 828485632 88282 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=809068 CPUtime=0.76
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1532 0 0 0 76 0 0 0 17 0 12 0 1975518840 828485632 88284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=809068 CPUtime=0.97
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 3170 0 0 0 96 1 0 0 16 0 12 0 1975518840 828485632 88285 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=809068 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 828485632 88287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=809068 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 828485632 88289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 809068

[startup+44.7029 s]
/proc/loadavg: 2.09 2.17 2.13 3/92 12404
/proc/meminfo: memFree=1031272/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=811048 CPUtime=44.51
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 116632 0 1 0 4391 60 0 0 18 0 12 0 1975518831 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202762 111653 1378 9 0 200124 0
[pid=12392/tid=12394] ppid=12390 vsize=811048 CPUtime=36.14
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17137 0 1 0 3596 18 0 0 20 0 12 0 1975518832 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4109601466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=811048 CPUtime=2.83
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 45446 0 0 0 264 19 0 0 16 0 12 0 1975518833 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=811048 CPUtime=2.83
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 46997 0 0 0 266 17 0 0 16 0 12 0 1975518833 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=811048 CPUtime=0.04
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 3 1 0 0 15 0 12 0 1975518835 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=811048 CPUtime=1.06
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1567 0 0 0 106 0 0 0 15 0 12 0 1975518840 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=811048 CPUtime=1.55
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 4586 0 0 0 153 2 0 0 15 0 12 0 1975518840 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 830513152 111653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.51
Current children cumulated vsize (KiB) 811048

[startup+46.3022 s]
/proc/loadavg: 2.09 2.17 2.13 5/92 12404
/proc/meminfo: memFree=979368/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=811048 CPUtime=46.11
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 124887 0 1 0 4548 63 0 0 18 0 12 0 1975518831 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202762 119905 1378 9 0 200124 0
[pid=12392/tid=12394] ppid=12390 vsize=811048 CPUtime=37.42
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17140 0 1 0 3724 18 0 0 24 0 12 0 1975518832 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4109955674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=811048 CPUtime=2.99
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 51141 0 0 0 278 21 0 0 16 0 12 0 1975518833 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=811048 CPUtime=2.97
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 49554 0 0 0 279 18 0 0 16 0 12 0 1975518833 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=811048 CPUtime=0.04
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 3 1 0 0 15 0 12 0 1975518835 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=811048 CPUtime=1.06
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1567 0 0 0 106 0 0 0 16 0 12 0 1975518840 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=811048 CPUtime=1.56
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 4586 0 0 0 154 2 0 0 16 0 12 0 1975518840 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=811048 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 830513152 119905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.11
Current children cumulated vsize (KiB) 811048

[startup+47.1024 s]
/proc/loadavg: 2.09 2.17 2.13 5/92 12404
/proc/meminfo: memFree=979368/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=810520 CPUtime=46.9
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 130025 0 1 0 4625 65 0 0 18 0 12 0 1975518831 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202630 122327 1378 9 0 199992 0
[pid=12392/tid=12394] ppid=12390 vsize=810520 CPUtime=37.86
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17142 0 1 0 3768 18 0 0 25 0 12 0 1975518832 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4109955024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=810520 CPUtime=3.05
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 52919 0 0 0 283 22 0 0 16 0 12 0 1975518833 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=810520 CPUtime=3.01
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 50317 0 0 0 283 18 0 0 16 0 12 0 1975518833 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=810520 CPUtime=0.04
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 3 1 0 0 15 0 12 0 1975518835 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=810520 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1975518836 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=810520 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1975518836 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=810520 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1975518840 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=810520 CPUtime=1.07
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1567 0 0 0 107 0 0 0 16 0 12 0 1975518840 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=810520 CPUtime=1.81
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 9593 0 -1 64 7181 0 0 0 178 3 0 0 16 0 12 0 1975518840 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=810520 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1975518840 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=810520 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1975518840 829972480 122327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.9
Current children cumulated vsize (KiB) 810520

[startup+47.5014 s]
/proc/loadavg: 2.08 2.17 2.13 4/93 12405
/proc/meminfo: memFree=969312/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=810844 CPUtime=47.3
/proc/12392/stat : 12392 (java) S 12390 12392 9593 0 -1 0 130065 0 1 0 4665 65 0 0 18 0 13 0 1975518831 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 202711 122366 1392 9 0 200073 0
[pid=12392/tid=12394] ppid=12390 vsize=810844 CPUtime=38
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 9593 0 -1 64 17153 0 1 0 3782 18 0 0 25 0 13 0 1975518832 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12390 vsize=810844 CPUtime=3.05
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 9593 0 -1 64 52919 0 0 0 283 22 0 0 16 0 13 0 1975518833 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12390 vsize=810844 CPUtime=3.01
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 9593 0 -1 64 50317 0 0 0 283 18 0 0 16 0 13 0 1975518833 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12390 vsize=810844 CPUtime=0.04
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 9593 0 -1 64 137 0 0 0 3 1 0 0 16 0 13 0 1975518835 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 9593 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1975518836 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 9593 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1975518836 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 9593 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1975518840 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12401] ppid=12390 vsize=810844 CPUtime=1.25
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 9593 0 -1 64 1588 0 0 0 125 0 0 0 16 0 13 0 1975518840 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12402] ppid=12390 vsize=810844 CPUtime=1.89
/proc/12392/task/12402/stat : 12402 (java) R 12390 12392 9593 0 -1 64 7184 0 0 0 186 3 0 0 16 0 13 0 1975518840 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 106082287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12403] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1975518840 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12404] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1975518840 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=810844 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 9593 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1975523548 830304256 122366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.3
Current children cumulated vsize (KiB) 810844

[startup+47.9015 s]
/proc/loadavg: 2.08 2.17 2.13 4/93 12405
/proc/meminfo: memFree=969312/2055920 swapFree=4180456/4192956
[pid=12392] ppid=12390 vsize=0 CPUtime=47.69
/proc/12392/stat : 12392 (java) Z 12390 12392 9593 0 -1 12 130082 0 1 0 4699 70 0 0 16 0 2 0 1975518831 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 47.9334
CPU time (s): 47.7337
CPU user time (s): 46.9979
CPU system time (s): 0.735888
CPU usage (%): 99.5834
Max. virtual memory (cumulated for all children) (KiB): 816900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9979
system time used= 0.735888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130082
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= 3918
involuntary context switches= 3547

runsolver used 0.073988 second user time and 0.164974 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 04:24:05
IDJOB=1038332
IDBENCH=53558
IDSOLVER=344
FILE ID=node19/1038332-1214965437
PBS_JOBID= 7870296
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/marc/normalized-large-84-unsat_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-1038332-1214965437/watcher-1038332-1214965437 -o /tmp/evaluation-result-1038332-1214965437/solver-1038332-1214965437 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1038332-1214965437.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10a065476271212a2e3d54c56cb75306
RANDOM SEED=1104790859

node19.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.263
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	: 5931.00
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.263
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:       1453416 kB
Buffers:         58936 kB
Cached:         376228 kB
SwapCached:       6496 kB
Active:         242856 kB
Inactive:       280400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453416 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           56596 kB
Writeback:           0 kB
Mapped:         101656 kB
Slab:            64240 kB
Committed_AS:  4072840 kB
PageTables:       2020 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= 66492 MiB
End job on node19 at 2008-07-02 04:24:53