Trace number 2057303

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 16.9944 17.3456

General information on the benchmark

Namecsp/frb35-17/
normalized-frb35-17-4-mgd_ext.xml
MD5SUM16cbc9eb24d932d34728ae026efe5f78
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.106982
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints262
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.26	c See www.sat4j.org for details.
0.09/0.26	c That software uses the Rhino library from the Mozilla project.
0.09/0.28	c version 2.1.1.v20090622
0.09/0.28	c sun.arch.data.model	32
0.09/0.28	c java.version	1.6.0_12
0.09/0.28	c os.name	Linux
0.09/0.28	c os.version	2.6.9-22.EL.rootsmp
0.09/0.28	c os.arch	i386
0.09/0.28	c Free memory 671000808
0.09/0.28	c Max memory 672137216
0.09/0.28	c Total memory 672137216
0.09/0.28	c Number of processors 2
0.17/0.37	c c --- Begin Solver configuration ---
0.17/0.37	c Stops conflict analysis at the first Unique Implication Point
0.17/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.37	c Learn all clauses as in MiniSAT
0.17/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.37	c Expensive reason simplification
0.17/0.37	c MiniSAT restarts strategy
0.17/0.37	c Memory based learned constraints deletion strategy
0.17/0.37	c timeout=2147483s
0.17/0.37	c DB Simplification allowed=false
0.17/0.37	c --- End Solver configuration ---
0.17/0.37	c solving HOME/instance-2057303-1247317901.xml
0.17/0.37	c reading problem ... 
0.42/0.76	c reading problem named null
0.42/0.76	c reading domains done.
0.42/0.77	c reading variables done.
0.42/0.78	c reading relations done.
1.41/1.78	c reading constraints
1.82/2.15	c done with constraints.
1.82/2.16	c ... done. Wall clock time 1.784s.
1.82/2.16	c #vars     595
1.82/2.16	c #constraints  21204
1.82/2.16	c constraints type 
1.82/2.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 541
1.82/2.16	c org.sat4j.minisat.constraints.card.AtLeast => 35
1.82/2.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20628
16.85/17.29	c starts		: 13
16.85/17.29	c conflicts		: 26182
16.85/17.29	c decisions		: 35299
16.85/17.29	c propagations		: 2196071
16.85/17.29	c inspects		: 68218013
16.85/17.29	c learnt literals	: 3
16.85/17.29	c learnt binary clauses	: 22
16.85/17.29	c learnt ternary clauses	: 106
16.85/17.29	c learnt clauses	: 26179
16.85/17.29	c ignored clauses	: 0
16.85/17.29	c root simplifications	: 0
16.85/17.29	c removed literals (reason simplification)	: 697566
16.85/17.29	c reason swapping (by a shorter reason)	: 0
16.85/17.29	c Calls to reduceDB	: 0
16.85/17.29	c speed (assignments/second)	: 145108.4313466367
16.85/17.29	c non guided choices	47
16.95/17.32	c learnt constraints type 
16.95/17.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
16.95/17.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26157
16.95/17.32	c constraints type 
16.95/17.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 541
16.95/17.32	c org.sat4j.minisat.constraints.card.AtLeast => 35
16.95/17.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20628
16.95/17.32	s SATISFIABLE
16.95/17.32	v 9 5 3 15 15 16 13 10 4 14 9 0 7 16 12 14 7 1 8 8 7 15 7 4 6 6 10 2 11 0 7 5 11 8 8 
16.95/17.32	c Total wall clock time (in seconds) : 16.919

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-2057303-1247317901/watcher-2057303-1247317901 -o /tmp/evaluation-result-2057303-1247317901/solver-2057303-1247317901 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057303-1247317901.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: 0.68 0.20 0.06 4/73 12461
/proc/meminfo: memFree=688848/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=1612 CPUtime=0
/proc/12461/stat : 12461 (java6) R 12459 12461 12242 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 18855083 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12461/statm: 403 147 111 9 0 45 0

[startup+0.062341 s]
/proc/loadavg: 0.68 0.20 0.06 4/73 12461
/proc/meminfo: memFree=688848/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=12928 CPUtime=0.02
/proc/12461/stat : 12461 (java) D 12459 12461 12242 0 -1 0 392 0 24 0 0 2 0 0 18 0 1 0 18855083 13238272 223 996147200 134512640 134550932 4294956016 18446744073709551615 6521642 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12461/statm: 3232 223 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.101344 s]
/proc/loadavg: 0.68 0.20 0.06 4/73 12461
/proc/meminfo: memFree=688848/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=798736 CPUtime=0.03
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 1792 0 30 0 0 3 0 0 18 0 4 0 18855083 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798736

[startup+0.301382 s]
/proc/loadavg: 0.68 0.20 0.06 4/73 12461
/proc/meminfo: memFree=688848/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=805004 CPUtime=0.17
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 3638 0 30 0 13 4 0 0 18 0 12 0 18855083 824324096 3405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 201251 3405 1326 9 0 198585 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805004

[startup+0.701454 s]
/proc/loadavg: 0.68 0.20 0.06 4/73 12461
/proc/meminfo: memFree=688848/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=807180 CPUtime=0.42
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 5122 0 31 0 36 6 0 0 18 0 12 0 18855083 826552320 4682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 201795 4682 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 807180

[startup+1.50261 s]
/proc/loadavg: 0.68 0.20 0.06 4/85 12473
/proc/meminfo: memFree=663472/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809004 CPUtime=1.22
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 8642 0 31 0 114 8 0 0 18 0 12 0 18855083 828420096 7158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202251 7158 1407 9 0 199578 0
[pid=12461/tid=12463] ppid=12459 vsize=809004 CPUtime=0.59
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 5280 0 2 0 56 3 0 0 20 0 12 0 18855091 828420096 7159 996147200 134512640 134550932 4294956016 18446744073709551615 4109565637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18855093 828420096 7159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18855093 828420096 7160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 18855095 828420096 7160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 18855095 828420096 7161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18855095 828420096 7161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 18855104 828420096 7162 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 18855104 828420096 7163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809004 CPUtime=0.58
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 2635 0 0 0 57 1 0 0 16 0 12 0 18855104 828420096 7163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 18855104 828420096 7164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809004 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18855104 828420096 7164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 809004

[startup+3.1019 s]
/proc/loadavg: 0.78 0.23 0.07 4/85 12473
/proc/meminfo: memFree=641200/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809328 CPUtime=2.81
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 12858 0 31 0 271 10 0 0 18 0 13 0 18855083 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202332 11371 1432 9 0 199659 0
[pid=12461/tid=12463] ppid=12459 vsize=809328 CPUtime=1.43
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 9412 0 2 0 137 6 0 0 25 0 13 0 18855091 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809328 CPUtime=1.33
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 2714 0 0 0 132 1 0 0 16 0 13 0 18855104 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809328 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828751872 11371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 809328

[startup+6.30249 s]
/proc/loadavg: 0.78 0.23 0.07 3/86 12474
/proc/meminfo: memFree=634920/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=5.99
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 13973 0 31 0 588 11 0 0 18 0 13 0 18855083 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 12209 1436 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=4.44
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 10238 0 2 0 437 7 0 0 25 0 13 0 18855091 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4109293299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 18855095 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.51
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 3003 0 0 0 150 1 0 0 16 0 13 0 18855104 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12474] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12474/stat : 12474 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855299 828719104 12209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 809296

[startup+12.7027 s]
/proc/loadavg: 0.97 0.29 0.09 3/86 12474
/proc/meminfo: memFree=628648/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=12.37
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 14860 0 31 0 1224 13 0 0 18 0 13 0 18855083 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 13094 1436 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=10.75
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 11120 0 2 0 1067 8 0 0 25 0 13 0 18855091 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4109727942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.57
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 3008 0 0 0 156 1 0 0 16 0 13 0 18855104 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12474] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12474/stat : 12474 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855299 828719104 13094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 809296

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

[startup+15.9023 s]
/proc/loadavg: 0.97 0.29 0.09 3/86 12474
/proc/meminfo: memFree=626216/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=15.55
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 15214 0 31 0 1542 13 0 0 18 0 13 0 18855083 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 13448 1436 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=13.93
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 11474 0 2 0 1385 8 0 0 25 0 13 0 18855091 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4109686847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.57
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 3008 0 0 0 156 1 0 0 16 0 13 0 18855104 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12474] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12474/stat : 12474 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855299 828719104 13448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 809296

[startup+16.7024 s]
/proc/loadavg: 0.97 0.29 0.09 3/86 12474
/proc/meminfo: memFree=625256/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=16.35
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 15285 0 31 0 1622 13 0 0 18 0 13 0 18855083 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 13519 1436 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=14.73
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 11545 0 2 0 1465 8 0 0 25 0 13 0 18855091 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4109698328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.57
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 3008 0 0 0 156 1 0 0 16 0 13 0 18855104 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12474] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12474/stat : 12474 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855299 828719104 13519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.35
Current children cumulated vsize (KiB) 809296

[startup+17.1025 s]
/proc/loadavg: 0.97 0.29 0.09 3/86 12474
/proc/meminfo: memFree=625256/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=16.75
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 15319 0 31 0 1662 13 0 0 18 0 13 0 18855083 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 13553 1436 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=15.13
/proc/12461/task/12463/stat : 12463 (java) R 12459 12461 12242 0 -1 64 11579 0 2 0 1505 8 0 0 25 0 13 0 18855091 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4109698297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.57
/proc/12461/task/12471/stat : 12471 (java) S 12459 12461 12242 0 -1 64 3008 0 0 0 156 1 0 0 16 0 13 0 18855104 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12474] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12474/stat : 12474 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855299 828719104 13553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.75
Current children cumulated vsize (KiB) 809296

[startup+17.3025 s]
/proc/loadavg: 0.97 0.29 0.09 3/86 12474
/proc/meminfo: memFree=625256/2055920 swapFree=4192956/4192956
[pid=12461] ppid=12459 vsize=809296 CPUtime=16.95
/proc/12461/stat : 12461 (java) S 12459 12461 12242 0 -1 0 15348 0 31 0 1682 13 0 0 18 0 13 0 18855083 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12461/statm: 202324 13582 1437 9 0 199651 0
[pid=12461/tid=12463] ppid=12459 vsize=809296 CPUtime=15.31
/proc/12461/task/12463/stat : 12463 (java) S 12459 12461 12242 0 -1 64 11601 0 2 0 1523 8 0 0 25 0 13 0 18855091 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12464] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18855093 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18855093 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12459 12461 12242 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18855095 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12467] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12467/stat : 12467 (java) S 12459 12461 12242 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18855095 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12459 12461 12242 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18855095 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12469] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12459 12461 12242 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 18855104 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12470] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12470/stat : 12470 (java) S 12459 12461 12242 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12471] ppid=12459 vsize=809296 CPUtime=1.57
/proc/12461/task/12471/stat : 12471 (java) R 12459 12461 12242 0 -1 64 3008 0 0 0 156 1 0 0 16 0 13 0 18855104 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12472] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12472/stat : 12472 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18855104 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12473] ppid=12459 vsize=809296 CPUtime=0
/proc/12461/task/12473/stat : 12473 (java) S 12459 12461 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18855104 828719104 13582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.95
Current children cumulated vsize (KiB) 809296

Child status: 0
Real time (s): 17.3456
CPU time (s): 16.9944
CPU user time (s): 16.8504
CPU system time (s): 0.143978
CPU usage (%): 97.9751
Max. virtual memory (cumulated for all children) (KiB): 809328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8504
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15357
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1636
involuntary context switches= 1326

runsolver used 0.019996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 15:11:41
IDJOB=2057303
IDBENCH=53358
IDSOLVER=731
FILE ID=node82/2057303-1247317901
PBS_JOBID= 9506469
Free space on /tmp= 66036 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/frb35-17/normalized-frb35-17-4-mgd_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057303-1247317901/watcher-2057303-1247317901 -o /tmp/evaluation-result-2057303-1247317901/solver-2057303-1247317901 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057303-1247317901.xml

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

MD5SUM BENCH= 16cbc9eb24d932d34728ae026efe5f78
RANDOM SEED=448963899

node82.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.265
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.265
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:        689400 kB
Buffers:         65076 kB
Cached:        1204348 kB
SwapCached:          0 kB
Active:         462224 kB
Inactive:       827172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        689400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          104040 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            62584 kB
Committed_AS:   184336 kB
PageTables:       1740 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= 66032 MiB
End job on node82 at 2009-07-11 15:11:59