Trace number 1063789

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 26.8229 27.0091

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf8.xml
MD5SUM2208aedfcbbfeeb4d777f5a8f393a505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.81081
Satisfiable
(Un)Satisfiability was proved
Number of variables6059
Number of constraints16683
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16683
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.37/0.40	c c --- Begin Solver configuration ---
0.37/0.40	c Stops conflict analysis at the first Unique Implication Point
0.37/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.40	c Learn all clauses as in MiniSAT
0.37/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.40	c Expensive reason simplification
0.37/0.40	c MiniSAT restarts strategy
0.37/0.40	c timeout=2147483s
0.37/0.40	c DB Simplification allowed=false
0.37/0.40	c --- End Solver configuration ---
0.37/0.40	c solving HOME/instance-1063789-1215138701.xml
0.37/0.40	c reading problem ... 
0.57/0.67	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.68	c reading variables done.
2.45/2.58	c reading predicates  done.
2.65/2.78	c reading constraints
26.12/26.31	c done with constraints.
26.12/26.33	c ... done. Wall clock time 25.922s.
26.12/26.33	c #vars     12096
26.12/26.33	c #constraints  425899
26.12/26.33	c constraints type 
26.12/26.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 419840
26.12/26.33	c org.sat4j.minisat.constraints.card.AtLeast => 6037
26.71/26.97	c starts		: 1
26.71/26.97	c conflicts		: 68
26.71/26.97	c decisions		: 108
26.71/26.97	c propagations		: 134616
26.71/26.97	c inspects		: 610525
26.71/26.97	c learnt literals	: 3
26.71/26.97	c learnt binary clauses	: 4
26.71/26.97	c learnt ternary clauses	: 10
26.71/26.97	c learnt clauses	: 64
26.71/26.97	c ignored clauses	: 0
26.71/26.97	c root simplifications	: 0
26.71/26.97	c removed literals (reason simplification)	: 662
26.71/26.97	c reason swapping (by a shorter reason)	: 0
26.71/26.97	c Calls to reduceDB	: 0
26.71/26.97	c speed (assignments/second)	: 221044.33497536945
26.71/26.97	c non guided choices	29
26.71/26.97	s UNSATISFIABLE
26.71/26.98	c Total wall clock time (in seconds) : 26.57

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-1063789-1215138701/watcher-1063789-1215138701 -o /tmp/evaluation-result-1063789-1215138701/solver-1063789-1215138701 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063789-1215138701.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 25807
/proc/meminfo: memFree=1013952/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=18572 CPUtime=0
/proc/25807/stat : 25807 (runsolver) R 25805 25807 24766 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1992821210 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228774702375 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25807/statm: 4643 292 257 25 0 2626 0

[startup+0.0136579 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 25807
/proc/meminfo: memFree=1013952/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=1804 CPUtime=0
/proc/25807/stat : 25807 (java) D 25805 25807 24766 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 1992821210 1847296 151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/25807/statm: 451 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.101985 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 25807
/proc/meminfo: memFree=1013952/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=804612 CPUtime=0.08
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 2999 0 1 0 7 1 0 0 18 0 12 0 1992821210 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302024 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 25807
/proc/meminfo: memFree=1013952/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=808276 CPUtime=0.28
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 4989 0 1 0 25 3 0 0 18 0 12 0 1992821210 827674624 4316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202069 4316 1305 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701102 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 25807
/proc/meminfo: memFree=1013952/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=808304 CPUtime=0.67
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 6343 0 1 0 63 4 0 0 18 0 12 0 1992821210 827703296 5471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202076 5471 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50275 s]
/proc/loadavg: 2.08 2.02 1.95 3/93 25819
/proc/meminfo: memFree=996576/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=810716 CPUtime=1.46
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 8137 0 1 0 141 5 0 0 18 0 12 0 1992821210 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202679 6327 1345 9 0 200041 0
[pid=25807/tid=25809] ppid=25805 vsize=810716 CPUtime=0.81
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 4055 0 1 0 78 3 0 0 24 0 12 0 1992821211 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1992821212 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1992821212 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1992821214 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1992821214 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1992821215 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=810716 CPUtime=0.21
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 467 0 0 0 21 0 0 0 16 0 12 0 1992821219 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=810716 CPUtime=0.42
/proc/25807/task/25817/stat : 25817 (java) R 25805 25807 24766 0 -1 64 2848 0 0 0 41 1 0 0 16 0 12 0 1992821219 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 105692041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=810716 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 830173184 6327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810716

[startup+3.10157 s]
/proc/loadavg: 2.08 2.02 1.95 4/93 25819
/proc/meminfo: memFree=993568/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=809468 CPUtime=3.05
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 10683 0 1 0 298 7 0 0 18 0 12 0 1992821210 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202367 8621 1379 9 0 199729 0
[pid=25807/tid=25809] ppid=25805 vsize=809468 CPUtime=1.57
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 6479 0 1 0 153 4 0 0 25 0 12 0 1992821211 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4109211766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1992821212 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1992821212 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1992821214 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1992821214 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1992821215 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=809468 CPUtime=0.55
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 506 0 0 0 55 0 0 0 16 0 12 0 1992821219 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=809468 CPUtime=0.9
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 2931 0 0 0 89 1 0 0 16 0 12 0 1992821219 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=809468 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 828895232 8621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809468

[startup+6.3022 s]
/proc/loadavg: 2.15 2.03 1.95 4/93 25819
/proc/meminfo: memFree=969440/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=815416 CPUtime=6.21
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 20426 0 1 0 609 12 0 0 18 0 12 0 1992821210 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203854 14739 1394 9 0 201216 0
[pid=25807/tid=25809] ppid=25805 vsize=815416 CPUtime=2.53
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 10973 0 1 0 246 7 0 0 25 0 12 0 1992821211 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4109173759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1992821212 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1992821212 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1992821214 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1992821214 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1992821215 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=815416 CPUtime=1.54
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 2815 0 0 0 153 1 0 0 15 0 12 0 1992821219 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=815416 CPUtime=2.11
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 5871 0 0 0 208 3 0 0 15 0 12 0 1992821219 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=815416 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 834985984 14739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 815416

[startup+12.7024 s]
/proc/loadavg: 2.22 2.05 1.96 3/93 25819
/proc/meminfo: memFree=912544/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=816600 CPUtime=12.56
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 35935 0 1 0 1237 19 0 0 18 0 12 0 1992821210 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 204150 26921 1400 9 0 201512 0
[pid=25807/tid=25809] ppid=25805 vsize=816600 CPUtime=6.39
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 17275 0 1 0 629 10 0 0 25 0 12 0 1992821211 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4110550943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=816600 CPUtime=0.19
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 3150 0 0 0 18 1 0 0 16 0 12 0 1992821212 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=816600 CPUtime=0.13
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 2182 0 0 0 13 0 0 0 16 0 12 0 1992821212 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1992821214 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1992821214 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992821215 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=816600 CPUtime=2.69
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 4676 0 0 0 268 1 0 0 15 0 12 0 1992821219 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=816600 CPUtime=3.09
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 7803 0 0 0 305 4 0 0 16 0 12 0 1992821219 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=816600 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 836198400 26921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 816600

[startup+25.5029 s]
/proc/loadavg: 2.19 2.05 1.96 3/93 25819
/proc/meminfo: memFree=874912/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=816136 CPUtime=25.33
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 45433 0 1 0 2511 22 0 0 18 0 12 0 1992821210 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 204034 35898 1400 9 0 201396 0
[pid=25807/tid=25809] ppid=25805 vsize=816136 CPUtime=18.33
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 17296 0 1 0 1823 10 0 0 25 0 12 0 1992821211 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4109884681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=816136 CPUtime=0.59
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 8561 0 0 0 57 2 0 0 16 0 12 0 1992821212 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=816136 CPUtime=0.55
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 6248 0 0 0 54 1 0 0 16 0 12 0 1992821212 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=816136 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 1992821214 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1992821214 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992821215 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=816136 CPUtime=2.69
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 4676 0 0 0 268 1 0 0 15 0 12 0 1992821219 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=816136 CPUtime=3.09
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 7803 0 0 0 305 4 0 0 16 0 12 0 1992821219 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 835723264 35898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 816136

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

[startup+26.3021 s]
/proc/loadavg: 2.17 2.05 1.96 3/93 25819
/proc/meminfo: memFree=869152/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=816136 CPUtime=26.12
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 46864 0 1 0 2590 22 0 0 18 0 12 0 1992821210 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 204034 37327 1400 9 0 201396 0
[pid=25807/tid=25809] ppid=25805 vsize=816136 CPUtime=19.06
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 17298 0 1 0 1896 10 0 0 25 0 12 0 1992821211 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4109884712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=816136 CPUtime=0.63
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 8884 0 0 0 60 3 0 0 16 0 12 0 1992821212 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=816136 CPUtime=0.58
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 7354 0 0 0 57 1 0 0 16 0 12 0 1992821212 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=816136 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 1992821214 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1992821214 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992821215 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1992821219 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=816136 CPUtime=2.69
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 4676 0 0 0 268 1 0 0 15 0 12 0 1992821219 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=816136 CPUtime=3.09
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 7803 0 0 0 305 4 0 0 16 0 12 0 1992821219 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1992821219 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=816136 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992821219 835723264 37327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.12
Current children cumulated vsize (KiB) 816136

[startup+26.7122 s]
/proc/loadavg: 2.17 2.05 1.96 3/93 25819
/proc/meminfo: memFree=869152/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=816460 CPUtime=26.53
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 46880 0 1 0 2630 23 0 0 18 0 13 0 1992821210 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 204115 37342 1401 9 0 201477 0
[pid=25807/tid=25809] ppid=25805 vsize=816460 CPUtime=19.2
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 17308 0 1 0 1910 10 0 0 25 0 13 0 1992821211 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=816460 CPUtime=0.63
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 8884 0 0 0 60 3 0 0 16 0 13 0 1992821212 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=816460 CPUtime=0.58
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 7354 0 0 0 57 1 0 0 16 0 13 0 1992821212 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=816460 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 1992821214 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1992821214 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1992821215 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1992821219 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=816460 CPUtime=2.82
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 4677 0 0 0 281 1 0 0 15 0 13 0 1992821219 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=816460 CPUtime=3.22
/proc/25807/task/25817/stat : 25817 (java) R 25805 25807 24766 0 -1 64 7803 0 0 0 318 4 0 0 16 0 13 0 1992821219 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 106222672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1992821219 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1992821219 836055040 37342 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.53
Current children cumulated vsize (KiB) 816460

[startup+26.9029 s]
/proc/loadavg: 2.17 2.05 1.96 3/93 25819
/proc/meminfo: memFree=869152/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=816460 CPUtime=26.71
/proc/25807/stat : 25807 (java) S 25805 25807 24766 0 -1 0 46881 0 1 0 2648 23 0 0 18 0 13 0 1992821210 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 204115 37343 1401 9 0 201477 0
[pid=25807/tid=25809] ppid=25805 vsize=816460 CPUtime=19.3
/proc/25807/task/25809/stat : 25809 (java) R 25805 25807 24766 0 -1 64 17309 0 1 0 1920 10 0 0 25 0 13 0 1992821211 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4109840278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=816460 CPUtime=0.63
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 24766 0 -1 64 8884 0 0 0 60 3 0 0 16 0 13 0 1992821212 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=816460 CPUtime=0.58
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 24766 0 -1 64 7354 0 0 0 57 1 0 0 16 0 13 0 1992821212 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=816460 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 24766 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 1992821214 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 24766 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1992821214 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 24766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1992821215 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1992821219 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=816460 CPUtime=2.88
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 24766 0 -1 64 4677 0 0 0 287 1 0 0 15 0 13 0 1992821219 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=816460 CPUtime=3.24
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 24766 0 -1 64 7803 0 0 0 320 4 0 0 15 0 13 0 1992821219 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 24766 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1992821219 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=816460 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 24766 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1992821219 836055040 37343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.71
Current children cumulated vsize (KiB) 816460

[startup+27.0039 s]
/proc/loadavg: 2.17 2.05 1.96 3/93 25819
/proc/meminfo: memFree=869152/2055920 swapFree=4179604/4192956
[pid=25807] ppid=25805 vsize=0 CPUtime=26.8
/proc/25807/stat : 25807 (java) Z 25805 25807 24766 0 -1 12 46888 0 1 0 2656 24 0 0 16 0 2 0 1992821210 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 27.0091
CPU time (s): 26.8229
CPU user time (s): 26.568
CPU system time (s): 0.254961
CPU usage (%): 99.3106
Max. virtual memory (cumulated for all children) (KiB): 818276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.568
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46888
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= 2242
involuntary context switches= 2549

runsolver used 0.041993 second user time and 0.132979 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 04:31:41
IDJOB=1063789
IDBENCH=54878
IDSOLVER=344
FILE ID=node74/1063789-1215138701
PBS_JOBID= 7877338
Free space on /tmp= 103228 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2208aedfcbbfeeb4d777f5a8f393a505
RANDOM SEED=187777668

node74.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.259
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.259
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:       1014432 kB
Buffers:         54976 kB
Cached:         299056 kB
SwapCached:       6708 kB
Active:         729684 kB
Inactive:       247856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1014432 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:         639760 kB
Slab:            47904 kB
Committed_AS:  4760036 kB
PageTables:       3048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB
End job on node74 at 2008-07-04 04:32:08