Trace number 1080114

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 879.929 884.757

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-30_ext.xml
MD5SUMff729e3d722d9d70ffaf83156670664a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.7255
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.30	c See www.sat4j.org for details.
0.19/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1080114-1215211952.xml
0.29/0.38	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.59/0.64	c reading variables done.
0.59/0.68	c reading relations done.
2.29/2.39	c reading constraints
2.99/3.00	c done with constraints.
2.99/3.00	c ... done. Wall clock time 2.62s.
2.99/3.00	c #vars     400
2.99/3.00	c #constraints  303400
2.99/3.00	c constraints type 
2.99/3.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 303380
2.99/3.00	c org.sat4j.minisat.constraints.card.AtLeast => 20
879.81/884.67	c starts		: 19
879.81/884.67	c conflicts		: 440822
879.81/884.67	c decisions		: 666296
879.81/884.67	c propagations		: 18489083
879.81/884.67	c inspects		: 2640220375
879.81/884.67	c learnt literals	: 7
879.81/884.67	c learnt binary clauses	: 34
879.81/884.67	c learnt ternary clauses	: 755
879.81/884.67	c learnt clauses	: 440814
879.81/884.67	c ignored clauses	: 0
879.81/884.67	c root simplifications	: 0
879.81/884.67	c removed literals (reason simplification)	: 11323851
879.81/884.67	c reason swapping (by a shorter reason)	: 0
879.81/884.67	c Calls to reduceDB	: 0
879.81/884.67	c speed (assignments/second)	: 20970.596608470092
879.81/884.67	c non guided choices	108
879.81/884.67	s UNSATISFIABLE
879.81/884.67	c Total wall clock time (in seconds) : 884.289

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-1080114-1215211952/watcher-1080114-1215211952 -o /tmp/evaluation-result-1080114-1215211952/solver-1080114-1215211952 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080114-1215211952.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 2.00 3/73 1255
/proc/meminfo: memFree=1641192/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=152 CPUtime=0
/proc/1255/stat : 1255 (java) R 1253 1255 352 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1550871497 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 0 0 0
/proc/1255/statm: 38 26 19 9 0 4 0

[startup+0.0724769 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1255
/proc/meminfo: memFree=1641192/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=802236 CPUtime=0.06
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 2816 0 1 0 4 2 0 0 18 0 7 0 1550871497 821489664 2551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 200559 2551 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101483 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1255
/proc/meminfo: memFree=1641192/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=804756 CPUtime=0.09
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 3167 0 1 0 7 2 0 0 18 0 12 0 1550871497 824070144 2898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 201189 2898 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301521 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1255
/proc/meminfo: memFree=1641192/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=808360 CPUtime=0.29
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 5067 0 1 0 25 4 0 0 18 0 12 0 1550871497 827760640 4395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 202090 4395 1307 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.701596 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1255
/proc/meminfo: memFree=1641192/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=808388 CPUtime=0.69
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 6377 0 1 0 62 7 0 0 18 0 12 0 1550871497 827789312 5558 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 202097 5558 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808388

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1267
/proc/meminfo: memFree=1621832/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=811716 CPUtime=1.49
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 10792 0 1 0 140 9 0 0 18 0 12 0 1550871497 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 202929 8819 1349 9 0 200291 0
[pid=1255/tid=1257] ppid=1253 vsize=811716 CPUtime=0.68
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 6336 0 1 0 62 6 0 0 25 0 12 0 1550871498 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1258] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1550871499 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1259] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1550871499 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1550871501 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1261] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1550871502 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1550871502 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550871506 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=811716 CPUtime=0.45
/proc/1255/task/1264/stat : 1264 (java) R 1253 1255 352 0 -1 64 2457 0 0 0 44 1 0 0 16 0 12 0 1550871506 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 106083872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=811716 CPUtime=0.33
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1233 0 0 0 33 0 0 0 16 0 12 0 1550871506 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1550871506 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=811716 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1550871506 831197184 8819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811716

[startup+3.10206 s]
/proc/loadavg: 2.00 2.00 2.00 6/85 1267
/proc/meminfo: memFree=1562248/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=812040 CPUtime=3.08
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 24524 0 1 0 291 17 0 0 18 0 13 0 1550871497 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 203010 22213 1364 9 0 200372 0
[pid=1255/tid=1257] ppid=1253 vsize=812040 CPUtime=1.7
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17017 0 1 0 158 12 0 0 25 0 13 0 1550871498 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4109185182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1258] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 964 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1259] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 1534 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 1550871501 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1261] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=812040 CPUtime=0.62
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2474 0 0 0 61 1 0 0 16 0 13 0 1550871506 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=812040 CPUtime=0.63
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1687 0 0 0 63 0 0 0 16 0 13 0 1550871506 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 831528960 22213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812040

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1268
/proc/meminfo: memFree=1556288/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=812040 CPUtime=6.28
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 24603 0 1 0 611 17 0 0 18 0 13 0 1550871497 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 203010 22289 1383 9 0 200372 0
[pid=1255/tid=1257] ppid=1253 vsize=812040 CPUtime=4.37
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17023 0 1 0 425 12 0 0 25 0 13 0 1550871498 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4109807270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1258] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 964 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1259] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 1534 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 84 0 0 0 0 0 0 0 17 0 13 0 1550871501 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1261] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=812040 CPUtime=0.82
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2494 0 0 0 81 1 0 0 15 0 13 0 1550871506 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=812040 CPUtime=0.95
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 95 0 0 0 16 0 13 0 1550871506 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 831528960 22289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 812040

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1268
/proc/meminfo: memFree=1555648/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=812040 CPUtime=12.68
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 24607 0 1 0 1251 17 0 0 18 0 13 0 1550871497 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 203010 22291 1383 9 0 200372 0
[pid=1255/tid=1257] ppid=1253 vsize=812040 CPUtime=10.73
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17025 0 1 0 1061 12 0 0 25 0 13 0 1550871498 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4109825535 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1258] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 964 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1259] ppid=1253 vsize=812040 CPUtime=0.04
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 1534 0 0 0 4 0 0 0 16 0 13 0 1550871499 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 1550871501 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1261] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=812040 CPUtime=0.85
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 84 1 0 0 16 0 13 0 1550871506 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=812040 CPUtime=0.96
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 96 0 0 0 16 0 13 0 1550871506 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=812040 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 831528960 22291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 812040

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1268
/proc/meminfo: memFree=1554432/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=812008 CPUtime=25.46
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 24607 0 1 0 2529 17 0 0 18 0 13 0 1550871497 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 203002 22287 1383 9 0 200364 0
[pid=1255/tid=1257] ppid=1253 vsize=812008 CPUtime=23.5
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17025 0 1 0 2338 12 0 0 25 0 13 0 1550871498 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4109825535 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1258] ppid=1253 vsize=812008 CPUtime=0.04
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 964 0 0 0 4 0 0 0 16 0 13 0 1550871499 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1259] ppid=1253 vsize=812008 CPUtime=0.04
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 1534 0 0 0 4 0 0 0 16 0 13 0 1550871499 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=812008 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 1550871501 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1261] ppid=1253 vsize=812008 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 831496192 22287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 818.1
Current children cumulated vsize (KiB) 817104

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1273
/proc/meminfo: memFree=1441984/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=817104 CPUtime=877.54
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 50274 0 1 0 87722 32 0 0 18 0 13 0 1550871497 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 204276 45925 1383 9 0 201638 0
[pid=1255/tid=1257] ppid=1253 vsize=817104 CPUtime=874.53
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17027 0 1 0 87440 13 0 0 25 0 13 0 1550871498 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4109825535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1258] ppid=1253 vsize=817104 CPUtime=0.58
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 14081 0 0 0 52 6 0 0 20 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1259] ppid=1253 vsize=817104 CPUtime=0.52
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 14056 0 0 0 44 8 0 0 19 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 1550871501 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1261] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=817104 CPUtime=0.86
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 85 1 0 0 16 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=817104 CPUtime=0.98
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 98 0 0 0 17 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 877.54
Current children cumulated vsize (KiB) 817104

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1273
/proc/meminfo: memFree=1441984/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=817104 CPUtime=878.33
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 50274 0 1 0 87801 32 0 0 18 0 13 0 1550871497 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 204276 45925 1383 9 0 201638 0
[pid=1255/tid=1257] ppid=1253 vsize=817104 CPUtime=875.33
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17027 0 1 0 87520 13 0 0 25 0 13 0 1550871498 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4109825535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1258] ppid=1253 vsize=817104 CPUtime=0.58
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 14081 0 0 0 52 6 0 0 20 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1259] ppid=1253 vsize=817104 CPUtime=0.52
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 14056 0 0 0 44 8 0 0 19 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 1550871501 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1261] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=817104 CPUtime=0.86
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 85 1 0 0 16 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=817104 CPUtime=0.98
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 98 0 0 0 17 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.33
Current children cumulated vsize (KiB) 817104

[startup+883.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1273
/proc/meminfo: memFree=1441984/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=817104 CPUtime=879.12
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 50274 0 1 0 87880 32 0 0 18 0 13 0 1550871497 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 204276 45925 1383 9 0 201638 0
[pid=1255/tid=1257] ppid=1253 vsize=817104 CPUtime=876.12
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17027 0 1 0 87599 13 0 0 25 0 13 0 1550871498 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4109807270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1258] ppid=1253 vsize=817104 CPUtime=0.58
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 14081 0 0 0 52 6 0 0 20 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1259] ppid=1253 vsize=817104 CPUtime=0.52
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 14056 0 0 0 44 8 0 0 19 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 1550871501 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1261] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=817104 CPUtime=0.86
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 85 1 0 0 16 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=817104 CPUtime=0.98
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 98 0 0 0 17 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.12
Current children cumulated vsize (KiB) 817104

[startup+884.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1273
/proc/meminfo: memFree=1441984/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=817104 CPUtime=879.52
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 50274 0 1 0 87920 32 0 0 18 0 13 0 1550871497 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 204276 45925 1383 9 0 201638 0
[pid=1255/tid=1257] ppid=1253 vsize=817104 CPUtime=876.52
/proc/1255/task/1257/stat : 1257 (java) R 1253 1255 352 0 -1 64 17027 0 1 0 87639 13 0 0 25 0 13 0 1550871498 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4109807964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1258] ppid=1253 vsize=817104 CPUtime=0.58
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 14081 0 0 0 52 6 0 0 20 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1259] ppid=1253 vsize=817104 CPUtime=0.52
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 14056 0 0 0 44 8 0 0 19 0 13 0 1550871499 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 1550871501 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1261] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550871502 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=817104 CPUtime=0.86
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 85 1 0 0 16 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1265] ppid=1253 vsize=817104 CPUtime=0.98
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 98 0 0 0 17 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1266] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1550871506 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1268] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1268/stat : 1268 (java) S 1253 1255 352 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1550871799 836714496 45925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.52
Current children cumulated vsize (KiB) 817104

[startup+884.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1273
/proc/meminfo: memFree=1441984/2055920 swapFree=4114104/4192956
[pid=1255] ppid=1253 vsize=817104 CPUtime=879.89
/proc/1255/stat : 1255 (java) S 1253 1255 352 0 -1 0 50278 0 1 0 87957 32 0 0 18 0 12 0 1550871497 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1255/statm: 204276 45929 1384 9 0 201638 0
[pid=1255/tid=1257] ppid=1253 vsize=817104 CPUtime=876.88
/proc/1255/task/1257/stat : 1257 (java) S 1253 1255 352 0 -1 64 17030 0 1 0 87675 13 0 0 25 0 12 0 1550871498 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1258] ppid=1253 vsize=817104 CPUtime=0.58
/proc/1255/task/1258/stat : 1258 (java) S 1253 1255 352 0 -1 64 14081 0 0 0 52 6 0 0 20 0 12 0 1550871499 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1259] ppid=1253 vsize=817104 CPUtime=0.52
/proc/1255/task/1259/stat : 1259 (java) S 1253 1255 352 0 -1 64 14056 0 0 0 44 8 0 0 19 0 12 0 1550871499 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1260] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1260/stat : 1260 (java) S 1253 1255 352 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1550871501 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1261] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1261/stat : 1261 (java) S 1253 1255 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550871502 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1262] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1262/stat : 1262 (java) S 1253 1255 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550871502 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1263] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1263/stat : 1263 (java) S 1253 1255 352 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550871506 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1264] ppid=1253 vsize=817104 CPUtime=0.86
/proc/1255/task/1264/stat : 1264 (java) S 1253 1255 352 0 -1 64 2496 0 0 0 85 1 0 0 16 0 12 0 1550871506 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1265] ppid=1253 vsize=817104 CPUtime=0.98
/proc/1255/task/1265/stat : 1265 (java) S 1253 1255 352 0 -1 64 1737 0 0 0 98 0 0 0 16 0 12 0 1550871506 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1255/tid=1266] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1266/stat : 1266 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1550871506 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1255/tid=1267] ppid=1253 vsize=817104 CPUtime=0
/proc/1255/task/1267/stat : 1267 (java) S 1253 1255 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1550871506 836714496 45929 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.89
Current children cumulated vsize (KiB) 817104

Child status: 0
Real time (s): 884.757
CPU time (s): 879.929
CPU user time (s): 879.576
CPU system time (s): 0.352946
CPU usage (%): 99.4544
Max. virtual memory (cumulated for all children) (KiB): 817104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 879.576
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50281
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= 18649
involuntary context switches= 21276

runsolver used 1.03284 second user time and 3.01954 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 00:52:33
IDJOB=1080114
IDBENCH=56936
IDSOLVER=344
FILE ID=node9/1080114-1215211952
PBS_JOBID= 7881742
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-30_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080114-1215211952/watcher-1080114-1215211952 -o /tmp/evaluation-result-1080114-1215211952/solver-1080114-1215211952 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080114-1215211952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff729e3d722d9d70ffaf83156670664a
RANDOM SEED=2086950317

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641672 kB
Buffers:         23068 kB
Cached:         153548 kB
SwapCached:      73012 kB
Active:         292568 kB
Inactive:        67832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641672 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:         189824 kB
Slab:            38852 kB
Committed_AS:  3095912 kB
PageTables:       2216 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= 66536 MiB
End job on node9 at 2008-07-05 01:07:17