Trace number 2074287

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1SAT 26.295 24.3145

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-10-10-3.xml
MD5SUM5dd29aa83960666008990e15b4977728
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.295
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2025
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.19	c Expensive reason simplification
0.08/0.19	c MiniSAT restarts strategy
0.08/0.19	c Memory based learned constraints deletion strategy
0.08/0.19	c timeout=2147483s
0.08/0.19	c DB Simplification allowed=false
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-2074287-1247359157.xml
0.08/0.19	c reading problem ... 
0.37/0.34	c reading problem named null
0.37/0.34	c reading domains done.
0.37/0.34	c reading variables done.
0.37/0.37	c reading predicates  done.
0.62/0.57	c reading constraints
4.56/3.12	c done with constraints.
4.56/3.12	c ... done. Wall clock time 2.931s.
4.56/3.12	c #vars     300
4.56/3.12	c #constraints  6275
4.56/3.12	c constraints type 
4.56/3.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6175
4.56/3.12	c org.sat4j.minisat.constraints.card.AtLeast => 100
26.17/24.22	c starts		: 16
26.17/24.22	c conflicts		: 111939
26.17/24.22	c decisions		: 137383
26.17/24.22	c propagations		: 3705912
26.17/24.22	c inspects		: 105132645
26.17/24.22	c learnt literals	: 0
26.17/24.22	c learnt binary clauses	: 0
26.17/24.22	c learnt ternary clauses	: 0
26.17/24.22	c learnt clauses	: 111939
26.17/24.22	c ignored clauses	: 0
26.17/24.22	c root simplifications	: 0
26.17/24.22	c removed literals (reason simplification)	: 344698
26.17/24.22	c reason swapping (by a shorter reason)	: 0
26.17/24.22	c Calls to reduceDB	: 0
26.17/24.22	c speed (assignments/second)	: 175618.9934603355
26.17/24.23	c non guided choices	162
26.17/24.27	c learnt constraints type 
26.17/24.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111939
26.17/24.27	c constraints type 
26.17/24.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6175
26.17/24.27	c org.sat4j.minisat.constraints.card.AtLeast => 100
26.17/24.27	s SATISFIABLE
26.17/24.27	v 2 0 0 2 2 1 2 0 1 1 1 1 2 0 1 2 2 0 0 1 2 1 1 0 0 2 0 1 1 2 1 2 2 2 0 1 1 1 0 0 1 2 0 1 0 0 2 2 1 2 2 0 2 0 1 0 1 2 1 0 0 0 1 2 0 2 1 2 2 1 0 1 2 1 2 0 1 0 2 2 2 2 1 1 1 1 0 0 2 0 0 2 0 1 2 2 0 1 0 1 
26.17/24.27	c Total wall clock time (in seconds) : 24.035

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074287-1247359157/watcher-2074287-1247359157 -o /tmp/evaluation-result-2074287-1247359157/solver-2074287-1247359157 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074287-1247359157.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.73 1.90 3/68 21315
/proc/meminfo: memFree=1889808/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=1612 CPUtime=0
/proc/21315/stat : 21315 (java6) R 21313 21315 19993 0 -1 0 143 0 0 0 0 0 0 0 20 0 1 0 22980708 1650688 115 996147200 134512640 134550932 4294956176 18446744073709551615 4484337 0 0 4096 0 0 0 0 17 1 0 0
/proc/21315/statm: 403 123 87 9 0 45 0

[startup+0.0284411 s]
/proc/loadavg: 1.01 1.73 1.90 3/68 21315
/proc/meminfo: memFree=1889808/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=800696 CPUtime=0.02
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 2336 0 1 0 1 1 0 0 18 0 4 0 22980708 819912704 2083 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 200174 2083 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101453 s]
/proc/loadavg: 1.01 1.73 1.90 3/68 21315
/proc/meminfo: memFree=1889808/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=804560 CPUtime=0.08
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 3049 0 1 0 6 2 0 0 18 0 12 0 22980708 823869440 2792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 201140 2792 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301479 s]
/proc/loadavg: 1.01 1.73 1.90 3/68 21315
/proc/meminfo: memFree=1889808/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=808884 CPUtime=0.37
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 5298 0 1 0 34 3 0 0 18 0 12 0 22980708 828297216 4815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 202221 4815 1385 9 0 199548 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808884

[startup+0.701529 s]
/proc/loadavg: 1.01 1.73 1.90 3/68 21315
/proc/meminfo: memFree=1889808/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=808652 CPUtime=0.89
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 7126 0 1 0 84 5 0 0 18 0 12 0 22980708 828059648 6240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 202163 6240 1400 9 0 199490 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 808652

[startup+1.50263 s]
/proc/loadavg: 1.01 1.73 1.90 3/80 21327
/proc/meminfo: memFree=1862448/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=811596 CPUtime=2.13
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 14084 0 1 0 205 8 0 0 18 0 12 0 22980708 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 202899 12379 1414 9 0 200226 0
[pid=21315/tid=21317] ppid=21313 vsize=811596 CPUtime=1.29
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 10148 0 1 0 123 6 0 0 20 0 12 0 22980709 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 104303226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22980710 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22980710 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22980712 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21321] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 22980712 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 22980712 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22980717 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=811596 CPUtime=0.33
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 897 0 0 0 33 0 0 0 16 0 12 0 22980717 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21325] ppid=21313 vsize=811596 CPUtime=0.48
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 2299 0 0 0 47 1 0 0 17 0 12 0 22980717 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21326] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 22980717 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=811596 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22980717 831074304 12379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 811596

[startup+3.10183 s]
/proc/loadavg: 1.01 1.73 1.90 4/80 21327
/proc/meminfo: memFree=1821360/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816516 CPUtime=4.56
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 26130 0 1 0 443 13 0 0 18 0 12 0 22980708 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204129 21111 1435 9 0 201456 0
[pid=21315/tid=21317] ppid=21313 vsize=816516 CPUtime=2.59
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17451 0 1 0 251 8 0 0 23 0 12 0 22980709 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 102 0 0 0 0 0 0 0 16 0 12 0 22980710 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 117 0 0 0 0 0 0 0 16 0 12 0 22980710 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 22980712 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22980712 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22980712 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22980717 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816516 CPUtime=0.84
/proc/21315/task/21324/stat : 21324 (java) R 21313 21315 19993 0 -1 64 2407 0 0 0 83 1 0 0 16 0 12 0 22980717 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 105817440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816516 CPUtime=1.1
/proc/21315/task/21325/stat : 21325 (java) R 21313 21315 19993 0 -1 64 5301 0 0 0 108 2 0 0 16 0 12 0 22980717 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 104139098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 22980717 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816516 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22980717 836112384 21111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 816516

[startup+6.30222 s]
/proc/loadavg: 1.01 1.72 1.89 2/81 21328
/proc/meminfo: memFree=1810344/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=8.29
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 27405 0 1 0 815 14 0 0 18 0 13 0 22980708 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 21046 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=5.64
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17467 0 1 0 556 8 0 0 25 0 13 0 22980709 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4110000578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 102 0 0 0 0 0 0 0 16 0 13 0 22980710 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 22980710 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.37
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6514 0 0 0 134 3 0 0 16 0 13 0 22980717 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 21046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 816368

[startup+12.701 s]
/proc/loadavg: 1.09 1.73 1.89 3/87 21339
/proc/meminfo: memFree=1793520/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=14.68
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 29090 0 1 0 1453 15 0 0 18 0 13 0 22980708 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 22713 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=11.99
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17473 0 1 0 1190 9 0 0 25 0 13 0 22980709 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4110000462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 910 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 981 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.38
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6514 0 0 0 135 3 0 0 16 0 13 0 22980717 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 22713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 816368

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

[startup+19.1028 s]
/proc/loadavg: 1.08 1.71 1.89 2/81 21356
/proc/meminfo: memFree=1803424/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=21.07
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 29106 0 1 0 2092 15 0 0 18 0 13 0 22980708 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 22729 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=18.35
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17473 0 1 0 1826 9 0 0 25 0 13 0 22980709 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4110000346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 910 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 981 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.41
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6530 0 0 0 138 3 0 0 17 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.07
Current children cumulated vsize (KiB) 816368

[startup+22.3012 s]
/proc/loadavg: 1.08 1.70 1.88 2/81 21356
/proc/meminfo: memFree=1803360/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=24.27
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 29106 0 1 0 2412 15 0 0 18 0 13 0 22980708 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 22729 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=21.55
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17473 0 1 0 2146 9 0 0 25 0 13 0 22980709 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4110000410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 910 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 981 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.41
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6530 0 0 0 138 3 0 0 17 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 816368

[startup+23.1063 s]
/proc/loadavg: 1.08 1.70 1.88 2/81 21356
/proc/meminfo: memFree=1803368/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=25.07
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 29106 0 1 0 2492 15 0 0 18 0 13 0 22980708 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 22729 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=22.35
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17473 0 1 0 2226 9 0 0 25 0 13 0 22980709 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4110022655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 910 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 981 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.41
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6530 0 0 0 138 3 0 0 17 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 816368

[startup+23.9024 s]
/proc/loadavg: 1.08 1.70 1.88 2/81 21356
/proc/meminfo: memFree=1803368/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=816368 CPUtime=25.87
/proc/21315/stat : 21315 (java) S 21313 21315 19993 0 -1 0 29106 0 1 0 2572 15 0 0 18 0 13 0 22980708 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 204092 22729 1448 9 0 201419 0
[pid=21315/tid=21317] ppid=21313 vsize=816368 CPUtime=23.15
/proc/21315/task/21317/stat : 21317 (java) R 21313 21315 19993 0 -1 64 17473 0 1 0 2306 9 0 0 25 0 13 0 22980709 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4110022655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21318] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21318/stat : 21318 (java) S 21313 21315 19993 0 -1 64 910 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21319] ppid=21313 vsize=816368 CPUtime=0.02
/proc/21315/task/21319/stat : 21319 (java) S 21313 21315 19993 0 -1 64 981 0 0 0 2 0 0 0 16 0 13 0 22980710 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21320] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21320/stat : 21320 (java) S 21313 21315 19993 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21321] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21321/stat : 21321 (java) S 21313 21315 19993 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21322] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21322/stat : 21322 (java) S 21313 21315 19993 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22980712 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21323] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21323/stat : 21323 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21324] ppid=21313 vsize=816368 CPUtime=1.23
/proc/21315/task/21324/stat : 21324 (java) S 21313 21315 19993 0 -1 64 2447 0 0 0 122 1 0 0 16 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21325] ppid=21313 vsize=816368 CPUtime=1.41
/proc/21315/task/21325/stat : 21325 (java) S 21313 21315 19993 0 -1 64 6530 0 0 0 138 3 0 0 17 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21326] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21326/stat : 21326 (java) S 21313 21315 19993 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21315/tid=21327] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21327/stat : 21327 (java) S 21313 21315 19993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22980717 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21315/tid=21328] ppid=21313 vsize=816368 CPUtime=0
/proc/21315/task/21328/stat : 21328 (java) S 21313 21315 19993 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22981021 835960832 22729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.87
Current children cumulated vsize (KiB) 816368

[startup+24.3032 s]
/proc/loadavg: 1.08 1.70 1.88 2/81 21356
/proc/meminfo: memFree=1803368/2055920 swapFree=4192812/4192956
[pid=21315] ppid=21313 vsize=0 CPUtime=26.28
/proc/21315/stat : 21315 (java) Z 21313 21315 19993 0 -1 12 29119 0 1 0 2612 16 0 0 16 0 2 0 22980708 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.3145
CPU time (s): 26.295
CPU user time (s): 26.123
CPU system time (s): 0.171973
CPU usage (%): 108.146
Max. virtual memory (cumulated for all children) (KiB): 817728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.123
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29119
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= 1084
involuntary context switches= 1056

runsolver used 0.027995 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 02:39:17
IDJOB=2074287
IDBENCH=56084
IDSOLVER=731
FILE ID=node92/2074287-1247359157
PBS_JOBID= 9506950
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-10-10-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074287-1247359157/watcher-2074287-1247359157 -o /tmp/evaluation-result-2074287-1247359157/solver-2074287-1247359157 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074287-1247359157.xml

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

MD5SUM BENCH= 5dd29aa83960666008990e15b4977728
RANDOM SEED=172004504

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890296 kB
Buffers:         13352 kB
Cached:          87084 kB
SwapCached:          0 kB
Active:          89400 kB
Inactive:        27612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          25204 kB
Slab:            34244 kB
Committed_AS:   116780 kB
PageTables:       1692 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= 66276 MiB
End job on node92 at 2009-07-12 02:39:41