Trace number 1079033

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? (MO) 36.9284 35.2376

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark113.01
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1079033-1215209064.xml
0.28/0.37	c reading problem ... 
0.63/0.66	c reading problem named null
0.63/0.66	c reading domains done.
0.63/0.67	c reading variables done.
0.63/0.70	c reading relations done.
1.44/1.43	c reading constraints

Verifier Data (download as text)

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

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-1079033-1215209064/watcher-1079033-1215209064 -o /tmp/evaluation-result-1079033-1215209064/solver-1079033-1215209064 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079033-1215209064.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.02 2.00 4/82 8759
/proc/meminfo: memFree=1393080/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=18572 CPUtime=0
/proc/8759/stat : 8759 (runsolver) R 8757 8759 7701 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1999880064 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8759/statm: 4643 292 257 25 0 2626 0

[startup+0.102574 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 8759
/proc/meminfo: memFree=1393080/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=804612 CPUtime=0.08
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 1999880064 823922688 2737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.201583 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 8759
/proc/meminfo: memFree=1393080/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=808604 CPUtime=0.18
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 4468 0 1 0 15 3 0 0 18 0 12 0 1999880064 828010496 3872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 202151 3872 1282 9 0 199520 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808604

[startup+0.301585 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 8759
/proc/meminfo: memFree=1393080/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=809808 CPUtime=0.28
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 4969 0 1 0 25 3 0 0 18 0 12 0 1999880064 829243392 4373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 202452 4373 1295 9 0 199821 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 809808

[startup+0.701605 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 8759
/proc/meminfo: memFree=1393080/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=809380 CPUtime=0.74
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 6474 0 1 0 69 5 0 0 18 0 12 0 1999880064 828805120 5655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 202345 5655 1335 9 0 199707 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 809380

[startup+1.50266 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 8771
/proc/meminfo: memFree=1370200/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=813052 CPUtime=1.54
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 10854 0 1 0 147 7 0 0 18 0 12 0 1999880064 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 203263 8816 1354 9 0 200625 0
[pid=8759/tid=8761] ppid=8757 vsize=813052 CPUtime=0.75
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 7701 0 -1 64 6243 0 1 0 70 5 0 0 21 0 12 0 1999880066 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1999880067 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1999880067 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1999880068 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1999880069 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1999880069 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=813052 CPUtime=0.35
/proc/8759/task/8768/stat : 8768 (java) R 8757 8759 7701 0 -1 64 2423 0 0 0 35 0 0 0 16 0 12 0 1999880073 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 104097940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=813052 CPUtime=0.41
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1421 0 0 0 41 0 0 0 16 0 12 0 1999880073 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=813052 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 832565248 8816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 813052

[startup+3.10277 s]
/proc/loadavg: 2.01 2.02 2.00 5/94 8771
/proc/meminfo: memFree=1316120/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=818180 CPUtime=3.48
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 42055 0 1 0 327 21 0 0 18 0 12 0 1999880064 837816320 36646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 204545 36648 1360 9 0 201907 0
[pid=8759/tid=8761] ppid=8757 vsize=818180 CPUtime=1.53
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 7701 0 -1 64 17073 0 1 0 143 10 0 0 19 0 12 0 1999880066 837816320 36649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=818180 CPUtime=0.43
/proc/8759/task/8762/stat : 8762 (java) R 8757 8759 7701 0 -1 64 10860 0 0 0 38 5 0 0 17 0 12 0 1999880067 837816320 36651 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=818180 CPUtime=0.43
/proc/8759/task/8763/stat : 8763 (java) R 8757 8759 7701 0 -1 64 8508 0 0 0 40 3 0 0 17 0 12 0 1999880067 837816320 36653 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7701 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999880068 837816320 36655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 837816320 36657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1999880069 837816320 36658 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 837816320 36660 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=818180 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 837816320 36662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=818180 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 837816320 36664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 837816320 36666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=818180 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 837816320 36667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 818180

[startup+6.30198 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 8771
/proc/meminfo: memFree=1143704/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=828388 CPUtime=7.54
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 86865 0 1 0 710 44 0 0 18 0 12 0 1999880064 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 207097 75436 1360 9 0 204459 0
[pid=8759/tid=8761] ppid=8757 vsize=828388 CPUtime=2.85
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 7701 0 -1 64 17077 0 1 0 275 10 0 0 16 0 12 0 1999880066 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4109695896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=828388 CPUtime=1.91
/proc/8759/task/8762/stat : 8762 (java) R 8757 8759 7701 0 -1 64 37076 0 0 0 173 18 0 0 20 0 12 0 1999880067 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=828388 CPUtime=1.7
/proc/8759/task/8763/stat : 8763 (java) R 8757 8759 7701 0 -1 64 27091 0 0 0 157 13 0 0 21 0 12 0 1999880067 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7701 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999880068 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1999880069 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=828388 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=828388 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=828388 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 848269312 75436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 828388

[startup+12.7024 s]
/proc/loadavg: 2.09 2.04 2.01 5/94 8771
/proc/meminfo: memFree=892440/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=843748 CPUtime=13.92
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 145989 0 1 0 1313 79 0 0 18 0 12 0 1999880064 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 210937 130709 1360 9 0 208299 0
[pid=8759/tid=8761] ppid=8757 vsize=843748 CPUtime=5.01
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 7701 0 -1 64 23230 0 1 0 488 13 0 0 16 0 12 0 1999880066 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4109741262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=843748 CPUtime=4.92
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 72768 0 0 0 453 39 0 0 21 0 12 0 1999880067 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=843748 CPUtime=2.88
/proc/8759/task/8763/stat : 8763 (java) R 8757 8759 7701 0 -1 64 44370 0 0 0 265 23 0 0 23 0 12 0 1999880067 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7701 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999880068 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1999880069 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=843748 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=843748 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=843748 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 863997952 130709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 843748

[startup+25.5023 s]
/proc/loadavg: 2.14 2.05 2.01 3/94 8771
/proc/meminfo: memFree=697176/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=845752 CPUtime=27.24
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 191208 0 1 0 2620 104 0 0 18 0 12 0 1999880064 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 211438 174781 1365 9 0 208800 0
[pid=8759/tid=8761] ppid=8757 vsize=845752 CPUtime=6.98
/proc/8759/task/8761/stat : 8761 (java) S 8757 8759 7701 0 -1 64 35527 0 1 0 678 20 0 0 18 0 12 0 1999880066 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=845752 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 12 0 1999880067 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=845752 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 12 0 1999880067 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=845752 CPUtime=7.72
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 3835 0 0 0 770 2 0 0 25 0 12 0 1999880068 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 105677315 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=845752 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=845752 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999880069 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=845752 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 866050048 174781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+33.1067 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 8771
/proc/meminfo: memFree=591576/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=939756 CPUtime=34.81
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 226103 0 1 0 3363 118 0 0 18 0 12 0 1999880064 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 234939 201168 1365 9 0 232301 0
[pid=8759/tid=8761] ppid=8757 vsize=939756 CPUtime=7.36
/proc/8759/task/8761/stat : 8761 (java) S 8757 8759 7701 0 -1 64 35529 0 1 0 716 20 0 0 18 0 12 0 1999880066 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=939756 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 12 0 1999880067 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=939756 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 12 0 1999880067 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=939756 CPUtime=14.91
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 38728 0 0 0 1475 16 0 0 25 0 12 0 1999880068 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=939756 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=939756 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999880069 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=939756 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1999880073 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=939756 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=939756 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=939756 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=939756 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 962310144 201168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 939756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

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

[startup+33.5018 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 8771
/proc/meminfo: memFree=591576/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=907752 CPUtime=35.2
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 227634 0 1 0 3401 119 0 0 16 0 12 0 1999880064 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 226938 194697 1365 9 0 224300 0
[pid=8759/tid=8761] ppid=8757 vsize=907752 CPUtime=7.36
/proc/8759/task/8761/stat : 8761 (java) S 8757 8759 7701 0 -1 64 35529 0 1 0 716 20 0 0 18 0 12 0 1999880066 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=907752 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=907752 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=907752 CPUtime=15.3
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 40258 0 0 0 1513 17 0 0 25 0 12 0 1999880068 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 105847309 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=907752 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=907752 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (KiB) 907752

[startup+34.3028 s]
/proc/loadavg: 2.19 2.07 2.01 3/95 8772
/proc/meminfo: memFree=617104/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=907752 CPUtime=35.99
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 227634 0 1 0 3480 119 0 0 16 0 12 0 1999880064 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 226938 194697 1365 9 0 224300 0
[pid=8759/tid=8761] ppid=8757 vsize=907752 CPUtime=7.36
/proc/8759/task/8761/stat : 8761 (java) S 8757 8759 7701 0 -1 64 35529 0 1 0 716 20 0 0 18 0 12 0 1999880066 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=907752 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=907752 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=907752 CPUtime=16.09
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 40258 0 0 0 1592 17 0 0 25 0 12 0 1999880068 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 106736465 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=907752 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=907752 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.99
Current children cumulated vsize (KiB) 907752

[startup+34.7028 s]
/proc/loadavg: 2.19 2.07 2.01 3/95 8772
/proc/meminfo: memFree=617104/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=907752 CPUtime=36.39
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 227634 0 1 0 3520 119 0 0 16 0 12 0 1999880064 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 226938 194697 1365 9 0 224300 0
[pid=8759/tid=8761] ppid=8757 vsize=907752 CPUtime=7.36
/proc/8759/task/8761/stat : 8761 (java) S 8757 8759 7701 0 -1 64 35529 0 1 0 716 20 0 0 18 0 12 0 1999880066 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=907752 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=907752 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 12 0 1999880067 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=907752 CPUtime=16.49
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 40258 0 0 0 1632 17 0 0 25 0 12 0 1999880068 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999880069 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=907752 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=907752 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=907752 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1999880073 929538048 194697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.39
Current children cumulated vsize (KiB) 907752

[startup+35.1029 s]
/proc/loadavg: 2.19 2.07 2.01 3/95 8772
/proc/meminfo: memFree=617104/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=844072 CPUtime=36.79
/proc/8759/stat : 8759 (java) S 8757 8759 7701 0 -1 0 228499 0 1 0 3559 120 0 0 16 0 13 0 1999880064 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 211018 179561 1365 9 0 208380 0
[pid=8759/tid=8761] ppid=8757 vsize=844072 CPUtime=7.39
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 7701 0 -1 64 35529 0 1 0 719 20 0 0 17 0 13 0 1999880066 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4109718482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=844072 CPUtime=7.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7701 0 -1 64 100469 0 0 0 707 53 0 0 19 0 13 0 1999880067 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=844072 CPUtime=3.82
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7701 0 -1 64 45783 0 0 0 358 24 0 0 16 0 13 0 1999880067 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=844072 CPUtime=16.87
/proc/8759/task/8764/stat : 8764 (java) R 8757 8759 7701 0 -1 64 41119 0 0 0 1668 19 0 0 25 0 13 0 1999880068 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=844072 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1999880069 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=844072 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1999880069 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=844072 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7701 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1999880073 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=844072 CPUtime=0.56
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7701 0 -1 64 3402 0 0 0 55 1 0 0 16 0 13 0 1999880073 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=844072 CPUtime=0.49
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 7701 0 -1 64 1427 0 0 0 49 0 0 0 16 0 13 0 1999880073 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=844072 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 7701 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1999880073 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8771] ppid=8757 vsize=844072 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1999880073 864329728 179561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 844072

[startup+35.2033 s]
/proc/loadavg: 2.19 2.07 2.01 3/84 8774
/proc/meminfo: memFree=1192280/2055920 swapFree=4117532/4192956
[pid=8759] ppid=8757 vsize=0 CPUtime=36.89
/proc/8759/stat : 8759 (java) Z 8757 8759 7701 0 -1 1036 228506 0 1 0 3561 128 0 0 16 0 2 0 1999880064 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 35.2376
CPU time (s): 36.9284
CPU user time (s): 35.6176
CPU system time (s): 1.3108
CPU usage (%): 104.798
Max. virtual memory (cumulated for all children) (KiB): 939756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6176
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228506
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= 1354
involuntary context switches= 1897

runsolver used 0.067989 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 00:04:24
IDJOB=1079033
IDBENCH=56858
IDSOLVER=344
FILE ID=node30/1079033-1215209064
PBS_JOBID= 7881707
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-7_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-1079033-1215209064/watcher-1079033-1215209064 -o /tmp/evaluation-result-1079033-1215209064/solver-1079033-1215209064 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079033-1215209064.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=271132260

node30.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.218
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.218
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:       1393560 kB
Buffers:         67216 kB
Cached:         208284 kB
SwapCached:      69396 kB
Active:         504740 kB
Inactive:        96284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393560 kB
SwapTotal:     4192956 kB
SwapFree:      4117532 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:         342680 kB
Slab:            45808 kB
Committed_AS:  3952452 kB
PageTables:       2516 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 node30 at 2008-07-05 00:04:59