Trace number 1041098

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-13? 57.0823 54.5082

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-27-27.xml
MD5SUM1a46e95d1fa613e95eaf09befcc9f6de
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size83
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data (download as text)

0.25/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.35	c See www.sat4j.org for details.
0.25/0.35	c That software uses the Rhino library from the Mozilla project.
0.25/0.39	c version 9.9.9.token
0.25/0.39	c sun.arch.data.model	32
0.25/0.39	c java.version	1.6.0_06
0.25/0.39	c os.name	Linux
0.25/0.39	c os.version	2.6.9-22.EL.rootsmp
0.25/0.39	c os.arch	i386
0.25/0.40	c Free memory 669864272
0.25/0.40	c Max memory 672137216
0.25/0.40	c Total memory 672137216
0.25/0.40	c Number of processors 2
0.35/0.44	c c --- Begin Solver configuration ---
0.35/0.44	c Stops conflict analysis at the first Unique Implication Point
0.35/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.44	c Learn all clauses as in MiniSAT
0.35/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.44	c Expensive reason simplification
0.35/0.44	c MiniSAT restarts strategy
0.35/0.44	c timeout=2147483s
0.35/0.44	c DB Simplification allowed=false
0.35/0.44	c --- End Solver configuration ---
0.35/0.44	c solving HOME/instance-1041098-1214999448.xml
0.35/0.44	c reading problem ... 
0.63/0.71	c reading problem named null
0.63/0.71	c reading domains done.
0.63/0.73	c reading variables done.
1.22/1.31	c reading predicates  done.
1.40/1.52	c reading constraints
56.87/54.39	c >>>> Reference not supported:  global:weightedsum <<<<
56.87/54.39	c starts		: 0
56.87/54.39	c conflicts		: 0
56.87/54.39	c decisions		: 0
56.87/54.39	c propagations		: 0
56.87/54.39	c inspects		: 0
56.87/54.39	c learnt literals	: 0
56.87/54.39	c learnt binary clauses	: 0
56.87/54.39	c learnt ternary clauses	: 0
56.87/54.39	c learnt clauses	: 0
56.87/54.39	c ignored clauses	: 0
56.87/54.39	c root simplifications	: 0
56.87/54.39	c removed literals (reason simplification)	: 0
56.87/54.39	c reason swapping (by a shorter reason)	: 0
56.87/54.39	c Calls to reduceDB	: 0
56.87/54.39	c speed (assignments/second)	: 0.0
56.87/54.39	c non guided choices	0
56.87/54.39	s UNKNOWN
56.87/54.39	c Total wall clock time (in seconds) : 53.95

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1041098-1214999448/watcher-1041098-1214999448 -o /tmp/evaluation-result-1041098-1214999448/solver-1041098-1214999448 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041098-1214999448.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.01 2.07 1.85 4/81 7502
/proc/meminfo: memFree=1852776/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=18572 CPUtime=0
/proc/7502/stat : 7502 (runsolver) R 7500 7502 7047 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 232932757 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7502/statm: 4643 292 257 25 0 2626 0

[startup+0.067842 s]
/proc/loadavg: 2.01 2.07 1.85 4/81 7502
/proc/meminfo: memFree=1852776/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=13012 CPUtime=0.02
/proc/7502/stat : 7502 (java) R 7500 7502 7047 0 -1 0 554 0 27 0 0 2 0 0 18 0 1 0 232932757 13324288 382 996147200 134512640 134550740 4294956032 18446744073709551615 5538602 0 0 4096 0 0 0 0 17 0 0 0
/proc/7502/statm: 3253 386 139 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.101837 s]
/proc/loadavg: 2.01 2.07 1.85 4/81 7502
/proc/meminfo: memFree=1852776/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=801756 CPUtime=0.05
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 2491 0 29 0 2 3 0 0 18 0 5 0 232932757 820998144 2257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 200439 2259 960 9 0 197822 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801756

[startup+0.301864 s]
/proc/loadavg: 2.01 2.07 1.85 4/81 7502
/proc/meminfo: memFree=1852776/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=807828 CPUtime=0.25
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 4677 0 29 0 20 5 0 0 18 0 12 0 232932757 827215872 4034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 201957 4034 1298 9 0 199326 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 807828

[startup+0.701907 s]
/proc/loadavg: 2.01 2.07 1.85 4/81 7502
/proc/meminfo: memFree=1852776/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=807856 CPUtime=0.63
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 6191 0 30 0 55 8 0 0 18 0 12 0 232932757 827244544 5369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 201964 5369 1335 9 0 199326 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807856

[startup+1.50299 s]
/proc/loadavg: 2.01 2.07 1.85 3/93 7514
/proc/meminfo: memFree=1828424/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=807856 CPUtime=1.4
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 8202 0 30 0 130 10 0 0 18 0 12 0 232932757 827244544 6703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 201964 6704 1353 9 0 199326 0
[pid=7502/tid=7504] ppid=7500 vsize=807856 CPUtime=0.81
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 5083 0 2 0 76 5 0 0 23 0 12 0 232932764 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 103585362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 232932765 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 232932765 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 232932766 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 232932767 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=807856 CPUtime=0.22
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 678 0 0 0 22 0 0 0 16 0 12 0 232932771 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=807856 CPUtime=0.32
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 1704 0 0 0 31 1 0 0 16 0 12 0 232932771 827244544 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 827244544 6705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=807856 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 827244544 6705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 807856

[startup+3.10216 s]
/proc/loadavg: 2.01 2.07 1.85 4/93 7514
/proc/meminfo: memFree=1813448/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=816424 CPUtime=3
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 21412 0 30 0 283 17 0 0 18 0 12 0 232932757 836018176 17603 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 204106 17604 1375 9 0 201468 0
[pid=7502/tid=7504] ppid=7500 vsize=816424 CPUtime=1.7
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 13862 0 2 0 159 11 0 0 25 0 12 0 232932764 836018176 17604 996147200 134512640 134550740 4294956032 18446744073709551615 4109802122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 232932765 836018176 17605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 232932765 836018176 17605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 232932766 836018176 17606 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 232932767 836018176 17606 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 836018176 17607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 836018176 17607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=816424 CPUtime=0.39
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1130 0 0 0 39 0 0 0 16 0 12 0 232932771 836018176 17608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=816424 CPUtime=0.86
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5683 0 0 0 84 2 0 0 16 0 12 0 232932771 836018176 17608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 836018176 17609 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=816424 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 836018176 17609 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 816424

[startup+6.30251 s]
/proc/loadavg: 2.01 2.07 1.85 3/93 7514
/proc/meminfo: memFree=1733128/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=818168 CPUtime=6.35
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 37928 0 30 0 610 25 0 0 18 0 12 0 232932757 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 204542 32905 1379 9 0 201904 0
[pid=7502/tid=7504] ppid=7500 vsize=818168 CPUtime=4.21
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 17274 0 2 0 408 13 0 0 25 0 12 0 232932764 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4109801864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=818168 CPUtime=0.39
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 5536 0 0 0 37 2 0 0 18 0 12 0 232932765 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=818168 CPUtime=0.4
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 7540 0 0 0 37 3 0 0 18 0 12 0 232932765 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 232932766 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=818168 CPUtime=0.4
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1130 0 0 0 40 0 0 0 16 0 12 0 232932771 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=818168 CPUtime=0.87
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5684 0 0 0 85 2 0 0 16 0 12 0 232932771 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=818168 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 837804032 32905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 818168

[startup+12.7022 s]
/proc/loadavg: 2.01 2.07 1.85 4/93 7514
/proc/meminfo: memFree=1662416/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=13.7
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 59028 0 30 0 1335 35 0 0 18 0 12 0 232932757 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 52090 1379 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=8.32
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 17283 0 2 0 819 13 0 0 17 0 12 0 232932764 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4109318637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=1.95
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 15627 0 0 0 188 7 0 0 16 0 12 0 232932765 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=2.06
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 18539 0 0 0 198 8 0 0 16 0 12 0 232932765 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 232932766 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=0.41
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1131 0 0 0 41 0 0 0 16 0 12 0 232932771 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=0.88
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5684 0 0 0 86 2 0 0 16 0 12 0 232932771 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 52090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 825852

[startup+25.5016 s]
/proc/loadavg: 2.29 2.13 1.87 5/93 7514
/proc/meminfo: memFree=1524752/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=26.67
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 89979 0 30 0 2619 48 0 0 18 0 12 0 232932757 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 82821 1379 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=17.5
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 17308 0 2 0 1737 13 0 0 25 0 12 0 232932764 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4109652425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=3.73
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 31605 0 0 0 360 13 0 0 17 0 12 0 232932765 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=3.82
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 33439 0 0 0 367 15 0 0 17 0 12 0 232932765 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 232932766 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=0.61
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1179 0 0 0 61 0 0 0 16 0 12 0 232932771 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=0.93
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5684 0 0 0 91 2 0 0 16 0 12 0 232932771 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 82821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 825852

[startup+51.1013 s]
/proc/loadavg: 2.19 2.12 1.87 3/93 7514
/proc/meminfo: memFree=1263824/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=53.47
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 166446 0 30 0 5267 80 0 0 18 0 12 0 232932757 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 158620 1394 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=36.42
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 29630 0 2 0 3624 18 0 0 25 0 12 0 232932764 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4109684265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=7.51
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 57628 0 0 0 729 22 0 0 16 0 12 0 232932765 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=7.48
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 71520 0 0 0 716 32 0 0 16 0 12 0 232932765 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 232932766 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=0.89
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1213 0 0 0 89 0 0 0 16 0 12 0 232932771 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=1.07
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5691 0 0 0 105 2 0 0 16 0 12 0 232932771 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 158620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.47
Current children cumulated vsize (KiB) 825852

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

[startup+52.7025 s]
/proc/loadavg: 2.19 2.12 1.87 3/93 7514
/proc/meminfo: memFree=1196752/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=55.3
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 170902 0 30 0 5448 82 0 0 18 0 12 0 232932757 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 163074 1394 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=37.34
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 29632 0 2 0 3716 18 0 0 24 0 12 0 232932764 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4109318725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=7.95
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 57669 0 0 0 773 22 0 0 17 0 12 0 232932765 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=7.88
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 75925 0 0 0 754 34 0 0 17 0 12 0 232932765 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 232932766 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=0.91
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1216 0 0 0 91 0 0 0 17 0 12 0 232932771 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=1.12
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5695 0 0 0 110 2 0 0 17 0 12 0 232932771 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 163074 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.3
Current children cumulated vsize (KiB) 825852

[startup+53.5026 s]
/proc/loadavg: 2.19 2.12 1.87 3/93 7514
/proc/meminfo: memFree=1196752/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=56.09
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 170940 0 30 0 5527 82 0 0 18 0 12 0 232932757 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 163112 1394 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=37.98
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 29632 0 2 0 3780 18 0 0 25 0 12 0 232932764 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4109653135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=7.95
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 57669 0 0 0 773 22 0 0 17 0 12 0 232932765 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=7.88
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 75925 0 0 0 754 34 0 0 17 0 12 0 232932765 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 232932766 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=1.07
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1254 0 0 0 107 0 0 0 17 0 12 0 232932771 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=1.12
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5695 0 0 0 110 2 0 0 16 0 12 0 232932771 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 163112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.09
Current children cumulated vsize (KiB) 825852

[startup+54.3027 s]
/proc/loadavg: 2.25 2.13 1.88 4/93 7514
/proc/meminfo: memFree=1187408/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=825852 CPUtime=56.87
/proc/7502/stat : 7502 (java) S 7500 7502 7047 0 -1 0 173439 0 30 0 5605 82 0 0 18 0 12 0 232932757 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 206463 165610 1394 9 0 203825 0
[pid=7502/tid=7504] ppid=7500 vsize=825852 CPUtime=38.44
/proc/7502/task/7504/stat : 7504 (java) R 7500 7502 7047 0 -1 64 29633 0 2 0 3826 18 0 0 25 0 12 0 232932764 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4109653085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7505] ppid=7500 vsize=825852 CPUtime=8.12
/proc/7502/task/7505/stat : 7505 (java) S 7500 7502 7047 0 -1 64 57669 0 0 0 790 22 0 0 17 0 12 0 232932765 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7506] ppid=7500 vsize=825852 CPUtime=8.03
/proc/7502/task/7506/stat : 7506 (java) S 7500 7502 7047 0 -1 64 78423 0 0 0 769 34 0 0 17 0 12 0 232932765 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7507] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7507/stat : 7507 (java) S 7500 7502 7047 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 232932766 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7508] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7508/stat : 7508 (java) S 7500 7502 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 232932767 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7509] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7509/stat : 7509 (java) S 7500 7502 7047 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 232932767 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7510] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7510/stat : 7510 (java) S 7500 7502 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7511] ppid=7500 vsize=825852 CPUtime=1.07
/proc/7502/task/7511/stat : 7511 (java) S 7500 7502 7047 0 -1 64 1254 0 0 0 107 0 0 0 17 0 12 0 232932771 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7512] ppid=7500 vsize=825852 CPUtime=1.12
/proc/7502/task/7512/stat : 7512 (java) S 7500 7502 7047 0 -1 64 5695 0 0 0 110 2 0 0 16 0 12 0 232932771 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7513] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7513/stat : 7513 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 232932771 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7502/tid=7514] ppid=7500 vsize=825852 CPUtime=0
/proc/7502/task/7514/stat : 7514 (java) S 7500 7502 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 232932771 845672448 165610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.87
Current children cumulated vsize (KiB) 825852

[startup+54.5027 s]
/proc/loadavg: 2.25 2.13 1.88 4/93 7514
/proc/meminfo: memFree=1187408/2055920 swapFree=4154836/4192956
[pid=7502] ppid=7500 vsize=0 CPUtime=57.07
/proc/7502/stat : 7502 (java) Z 7500 7502 7047 0 -1 12 173453 0 30 0 5615 92 0 0 16 0 2 0 232932757 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7502/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.07
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 54.5082
CPU time (s): 57.0823
CPU user time (s): 56.1535
CPU system time (s): 0.928858
CPU usage (%): 104.722
Max. virtual memory (cumulated for all children) (KiB): 826176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.1535
system time used= 0.928858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173453
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2625
involuntary context switches= 3915

runsolver used 0.074988 second user time and 0.184971 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-02 13:50:48
IDJOB=1041098
IDBENCH=53772
IDSOLVER=344
FILE ID=node81/1041098-1214999448
PBS_JOBID= 7870762
Free space on /tmp= 126848 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a46e95d1fa613e95eaf09befcc9f6de
RANDOM SEED=1698033545

node81.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.236
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.236
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:       1853256 kB
Buffers:          3384 kB
Cached:          41036 kB
SwapCached:      30856 kB
Active:         141584 kB
Inactive:         6620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853256 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          93264 kB
Slab:            39740 kB
Committed_AS:  1230660 kB
PageTables:       1760 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= 126848 MiB
End job on node81 at 2008-07-02 13:51:43