Trace number 1563391

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 CORE 2.1 RC1? (MO) 100.127 1533.57

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.5012
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.18	c c --- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.08/0.18	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.18	c Expensive reason simplification
0.08/0.18	c Armin Biere (Picosat) restarts strategy
0.08/0.18	c timeout=2147483647s
0.08/0.18	c DB Simplification allowed=true
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-1563391-1238786085.cnf
0.08/0.18	c reading problem ... 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563391-1238786085/watcher-1563391-1238786085 -o /tmp/evaluation-result-1563391-1238786085/solver-1563391-1238786085 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563391-1238786085.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 4.83 3.37 2.42 3/82 21109
/proc/meminfo: memFree=953292/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=152 CPUtime=0
/proc/21109/stat : 21109 (java) R 21107 21109 20549 0 -1 0 204 0 0 0 0 0 0 0 19 0 1 0 1151283358 155648 26 1992294400 134512640 134550932 4294955984 18446744073709551615 10261284 0 0 4096 0 0 0 0 17 0 0 0
/proc/21109/statm: 38 26 19 9 0 4 0

[startup+0.0147541 s]
/proc/loadavg: 4.83 3.37 2.42 3/82 21109
/proc/meminfo: memFree=953292/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=13528 CPUtime=0
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 904 0 1 0 0 0 0 0 19 0 2 0 1151283358 13852672 659 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13528

[startup+0.101762 s]
/proc/loadavg: 4.83 3.37 2.42 3/82 21109
/proc/meminfo: memFree=953292/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1780924 CPUtime=0.08
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 3904 0 1 0 6 2 0 0 19 0 12 0 1151283358 1823666176 3647 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 445231 3647 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301795 s]
/proc/loadavg: 4.83 3.37 2.42 3/82 21109
/proc/meminfo: memFree=953292/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1782516 CPUtime=0.33
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 26022 0 1 0 22 11 0 0 19 0 12 0 1151283358 1825296384 25758 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 445629 25758 1338 9 0 442976 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782516

[startup+0.701831 s]
/proc/loadavg: 4.83 3.37 2.42 3/82 21109
/proc/meminfo: memFree=953292/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1782516 CPUtime=1
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 95878 0 1 0 53 47 0 0 19 0 12 0 1151283358 1825296384 95614 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 445629 95614 1345 9 0 442976 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1782516

[startup+1.50291 s]
/proc/loadavg: 4.83 3.37 2.42 3/94 21121
/proc/meminfo: memFree=445164/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1784144 CPUtime=1.93
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 128593 0 1 0 132 61 0 0 19 0 12 0 1151283358 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 446036 128319 1385 9 0 443383 0
[pid=21109/tid=21111] ppid=21107 vsize=1784144 CPUtime=1.12
/proc/21109/task/21111/stat : 21111 (java) R 21107 21109 20549 0 -1 64 81459 0 1 0 79 33 0 0 22 0 12 0 1151283360 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4109453698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1784144 CPUtime=0.27
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 21430 0 0 0 14 13 0 0 19 0 12 0 1151283361 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1784144 CPUtime=0.28
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 24086 0 0 0 15 13 0 0 18 0 12 0 1151283361 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1151283363 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1784144 CPUtime=0.08
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 8 0 0 0 16 0 12 0 1151283368 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1784144 CPUtime=0.13
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 692 0 0 0 13 0 0 0 15 0 12 0 1151283368 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1784144 CPUtime=0
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1151283368 1826963456 128319 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1784144

[startup+3.10208 s]
/proc/loadavg: 5.00 3.43 2.44 2/94 21121
/proc/meminfo: memFree=430188/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1785592 CPUtime=3.66
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 140433 0 1 0 299 67 0 0 19 0 12 0 1151283358 1828446208 139875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 446398 139888 1385 9 0 443745 0
[pid=21109/tid=21111] ppid=21107 vsize=1785592 CPUtime=2.58
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90861 0 1 0 220 38 0 0 25 0 12 0 1151283360 1828446208 139896 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1785592 CPUtime=0.42
/proc/21109/task/21112/stat : 21112 (java) R 21107 21109 20549 0 -1 64 23852 0 0 0 28 14 0 0 18 0 12 0 1151283361 1828446208 139906 1992294400 134512640 134550932 4294955984 18446744073709551615 104188428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1785592 CPUtime=0.41
/proc/21109/task/21113/stat : 21113 (java) R 21107 21109 20549 0 -1 64 24137 0 0 0 28 13 0 0 18 0 12 0 1151283361 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 104199012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1151283363 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1785592 CPUtime=0.08
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 8 0 0 0 16 0 12 0 1151283368 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1785592 CPUtime=0.13
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 692 0 0 0 13 0 0 0 15 0 12 0 1151283368 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1785592 CPUtime=0
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1151283368 1828446208 139909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1785592

[startup+6.3014 s]
/proc/loadavg: 5.00 3.43 2.44 2/95 21122
/proc/meminfo: memFree=256164/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1787956 CPUtime=7.5
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 177257 0 1 0 662 88 0 0 19 0 12 0 1151283358 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 446989 175109 1385 9 0 444336 0
[pid=21109/tid=21111] ppid=21107 vsize=1787956 CPUtime=5.01
/proc/21109/task/21111/stat : 21111 (java) R 21107 21109 20549 0 -1 64 90862 0 1 0 461 40 0 0 25 0 12 0 1151283360 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4109453927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1787956 CPUtime=1.07
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 47714 0 0 0 81 26 0 0 19 0 12 0 1151283361 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1787956 CPUtime=1.18
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 37061 0 0 0 98 20 0 0 25 0 12 0 1151283361 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1787956 CPUtime=0.08
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 8 0 0 0 16 0 12 0 1151283368 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1787956 CPUtime=0.13
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 692 0 0 0 13 0 0 0 15 0 12 0 1151283368 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1787956 CPUtime=0
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1151283368 1830866944 175109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 1787956

[startup+12.7021 s]
/proc/loadavg: 5.00 3.48 2.47 2/95 21122
/proc/meminfo: memFree=104356/2055920 swapFree=4163604/4192956
[pid=21109] ppid=21107 vsize=1794356 CPUtime=15.76
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 223768 0 1 0 1461 115 0 0 19 0 12 0 1151283358 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 448589 212990 1385 9 0 445936 0
[pid=21109/tid=21111] ppid=21107 vsize=1794356 CPUtime=9.35
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90863 0 1 0 892 43 0 0 25 0 12 0 1151283360 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1794356 CPUtime=2.93
/proc/21109/task/21112/stat : 21112 (java) R 21107 21109 20549 0 -1 64 67053 0 0 0 257 36 0 0 18 0 12 0 1151283361 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 105886576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1794356 CPUtime=3.2
/proc/21109/task/21113/stat : 21113 (java) R 21107 21109 20549 0 -1 64 64232 0 0 0 288 32 0 0 19 0 12 0 1151283361 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1794356 CPUtime=0.08
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 8 0 0 0 16 0 12 0 1151283368 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1794356 CPUtime=0.13
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 692 0 0 0 13 0 0 0 15 0 12 0 1151283368 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1151283368 1837420544 212990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1794356

[startup+25.5074 s]
/proc/loadavg: 5.00 3.53 2.50 3/95 21122
/proc/meminfo: memFree=16292/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=1794356 CPUtime=32.54
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 341264 0 1 0 3072 182 0 0 19 0 12 0 1151283358 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 448589 310700 1385 9 0 445936 0
[pid=21109/tid=21111] ppid=21107 vsize=1794356 CPUtime=16.66
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90865 0 1 0 1617 49 0 0 25 0 12 0 1151283360 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1794356 CPUtime=7.9
/proc/21109/task/21112/stat : 21112 (java) R 21107 21109 20549 0 -1 64 145587 0 0 0 717 73 0 0 24 0 12 0 1151283361 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1794356 CPUtime=7.71
/proc/21109/task/21113/stat : 21113 (java) R 21107 21109 20549 0 -1 64 103192 0 0 0 714 57 0 0 23 0 12 0 1151283361 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1837420544 310700 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21109/tid=21112] ppid=21107 vsize=1794356 CPUtime=14.7
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 172198 0 0 0 1381 89 0 0 23 0 12 0 1151283361 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1794356 CPUtime=15.21
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 141143 0 0 0 1406 115 0 0 25 0 12 0 1151283361 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1794356 CPUtime=14.01
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20549 0 -1 64 46580 0 2 0 1380 21 0 0 16 0 12 0 1151283363 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1794356 CPUtime=0.09
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 9 0 0 0 17 0 12 0 1151283368 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1794356 CPUtime=0.15
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 694 0 0 0 15 0 0 0 16 0 12 0 1151283368 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1794356 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1794356 CPUtime=0.07
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 3 4 0 0 15 0 12 0 1151283368 1837420544 380474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.14
Current children cumulated vsize (KiB) 1794356
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1531.3 s]
/proc/loadavg: 1.98 3.17 4.04 2/92 21123
/proc/meminfo: memFree=22396/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=1890364 CPUtime=97.86
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 531395 0 3 0 9450 336 0 0 19 0 12 0 1151283358 1935732736 419812 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21109/statm: 472591 419818 1393 9 0 469938 0
[pid=21109/tid=21111] ppid=21107 vsize=1890364 CPUtime=35.64
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90881 0 1 0 3496 68 0 0 25 0 12 0 1151283360 1935732736 419846 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1890364 CPUtime=15.88
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 172198 0 0 0 1499 89 0 0 16 0 12 0 1151283361 1935732736 419854 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1890364 CPUtime=16.4
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 141143 0 0 0 1525 115 0 0 22 0 12 0 1151283361 1935732736 419861 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1890364 CPUtime=29.55
/proc/21109/task/21114/stat : 21114 (java) R 21107 21109 20549 0 -1 64 125619 0 2 0 2899 56 0 0 17 0 12 0 1151283363 1935732736 419868 1992294400 134512640 134550932 4294955984 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1890364 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1935732736 419876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1890364 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1935732736 419884 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1890364 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1151283368 1935732736 419892 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1890364 CPUtime=0.09
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 9 0 0 0 17 0 12 0 1151283368 1935732736 419898 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1890364 CPUtime=0.15
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 694 0 0 0 15 0 0 0 16 0 12 0 1151283368 1935732736 419906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1890364 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1935732736 419913 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1890364 CPUtime=0.09
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 4 5 0 0 15 0 12 0 1151283368 1935732736 419920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.86
Current children cumulated vsize (KiB) 1890364
heavy processes:

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21109

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

[startup+1531.9 s]
/proc/loadavg: 1.98 3.17 4.04 2/92 21123
/proc/meminfo: memFree=22396/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=1858360 CPUtime=98.45
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 544461 0 3 0 9498 347 0 0 16 0 12 0 1151283358 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 464590 424875 1393 9 0 461937 0
[pid=21109/tid=21111] ppid=21107 vsize=1858360 CPUtime=35.64
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90881 0 1 0 3496 68 0 0 25 0 12 0 1151283360 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1858360 CPUtime=15.88
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 172198 0 0 0 1499 89 0 0 16 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1858360 CPUtime=16.4
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 141143 0 0 0 1525 115 0 0 22 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1858360 CPUtime=30.15
/proc/21109/task/21114/stat : 21114 (java) R 21107 21109 20549 0 -1 64 138626 0 2 0 2948 67 0 0 18 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 105696564 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 9 0 0 0 17 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1858360 CPUtime=0.15
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 694 0 0 0 15 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 4 5 0 0 15 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.45
Current children cumulated vsize (KiB) 1858360

[startup+1532.7 s]
/proc/loadavg: 1.98 3.15 4.03 2/93 21124
/proc/meminfo: memFree=47988/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=1858360 CPUtime=99.25
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 544461 0 3 0 9578 347 0 0 16 0 12 0 1151283358 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 464590 424875 1393 9 0 461937 0
[pid=21109/tid=21111] ppid=21107 vsize=1858360 CPUtime=35.64
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90881 0 1 0 3496 68 0 0 25 0 12 0 1151283360 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1858360 CPUtime=15.88
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 172198 0 0 0 1499 89 0 0 16 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1858360 CPUtime=16.4
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 141143 0 0 0 1525 115 0 0 22 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1858360 CPUtime=30.94
/proc/21109/task/21114/stat : 21114 (java) R 21107 21109 20549 0 -1 64 138626 0 2 0 3027 67 0 0 20 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 104177838 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 9 0 0 0 17 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1858360 CPUtime=0.15
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 694 0 0 0 15 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 4 5 0 0 15 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.25
Current children cumulated vsize (KiB) 1858360

[startup+1533.1 s]
/proc/loadavg: 1.98 3.15 4.03 2/93 21124
/proc/meminfo: memFree=47988/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=1858360 CPUtime=99.65
/proc/21109/stat : 21109 (java) S 21107 21109 20549 0 -1 0 544461 0 3 0 9618 347 0 0 16 0 12 0 1151283358 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 464590 424875 1393 9 0 461937 0
[pid=21109/tid=21111] ppid=21107 vsize=1858360 CPUtime=35.64
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20549 0 -1 64 90881 0 1 0 3496 68 0 0 25 0 12 0 1151283360 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21112] ppid=21107 vsize=1858360 CPUtime=15.88
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20549 0 -1 64 172198 0 0 0 1499 89 0 0 16 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=1858360 CPUtime=16.4
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20549 0 -1 64 141143 0 0 0 1525 115 0 0 22 0 12 0 1151283361 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=1858360 CPUtime=31.34
/proc/21109/task/21114/stat : 21114 (java) R 21107 21109 20549 0 -1 64 138626 0 2 0 3067 67 0 0 20 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21115] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20549 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20549 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 1151283363 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21117] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21118] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21118/stat : 21118 (java) S 21107 21109 20549 0 -1 64 175 0 0 0 9 0 0 0 17 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21119] ppid=21107 vsize=1858360 CPUtime=0.15
/proc/21109/task/21119/stat : 21119 (java) S 21107 21109 20549 0 -1 64 694 0 0 0 15 0 0 0 16 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21120] ppid=21107 vsize=1858360 CPUtime=0
/proc/21109/task/21120/stat : 21120 (java) S 21107 21109 20549 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21109/tid=21121] ppid=21107 vsize=1858360 CPUtime=0.09
/proc/21109/task/21121/stat : 21121 (java) S 21107 21109 20549 0 -1 64 1 0 0 0 4 5 0 0 15 0 12 0 1151283368 1902960640 424875 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.65
Current children cumulated vsize (KiB) 1858360

[startup+1533.5 s]
/proc/loadavg: 1.98 3.15 4.03 2/93 21124
/proc/meminfo: memFree=47988/2055920 swapFree=4163524/4192956
[pid=21109] ppid=21107 vsize=0 CPUtime=100.05
/proc/21109/stat : 21109 (java) Z 21107 21109 20549 0 -1 1036 544461 0 3 0 9640 365 0 0 16 0 2 0 1151283358 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1533.57
CPU time (s): 100.127
CPU user time (s): 96.4043
CPU system time (s): 3.72243
CPU usage (%): 6.52898
Max. virtual memory (cumulated for all children) (KiB): 1890364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.4043
system time used= 3.72243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544461
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32261
involuntary context switches= 3293

runsolver used 11.6972 second user time and 24.4823 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-03 21:16:37
IDJOB=1563391
IDBENCH=70953
IDSOLVER=500
FILE ID=node90/1563391-1238786085
PBS_JOBID= 9085569
Free space on /tmp= 65864 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563391-1238786085/watcher-1563391-1238786085 -o /tmp/evaluation-result-1563391-1238786085/solver-1563391-1238786085 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563391-1238786085.cnf

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=1037049192

node90.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.234
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.234
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:        953772 kB
Buffers:         28960 kB
Cached:         953112 kB
SwapCached:      18208 kB
Active:         745192 kB
Inactive:       256680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        953772 kB
SwapTotal:     4192956 kB
SwapFree:      4163604 kB
Dirty:          578600 kB
Writeback:       66512 kB
Mapped:          25612 kB
Slab:            84540 kB
Committed_AS:  2684972 kB
PageTables:       2668 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= 65864 MiB
End job on node90 at 2009-04-03 21:42:11