Trace number 1034536

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
Sugar v1.13+minisat? (MO) 34.66 35.0934

General information on the benchmark

Namecsp/lard/
normalized-lard-92-92.xml
MD5SUM8d85dcbb0804438d2d0cc8e5085d39f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.1006
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size93
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul  1 23:59:56 2008
0.00/0.04	c 0	PID 13470
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1034536-1214949582.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034536-1214949582.xml' 'HOME/temp.csp'
28.23/28.58	c 29	1 domains, 92 variables, 0 predicates, 4186 relations, 4186 constraints
28.32/28.66	c 29	ENCODING HOME/temp.csp TO HOME/temp.cnf
28.32/28.66	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
28.38/28.74	c 29	Parsing HOME/temp.csp
34.26/34.64	c ERROR INTERRUPTED
34.66/35.09	s UNKNOWN
34.66/35.09	c 35	CPU 27.04 (0.03 0 27.01 1.35)
34.66/35.09	c 35	END Wed Jul  2 00:00:31 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034536-1214949582/watcher-1034536-1214949582 -o /tmp/evaluation-result-1034536-1214949582/solver-1034536-1214949582 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1034536-1214949582.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: 1.88 0.66 0.23 4/81 13470
/proc/meminfo: memFree=1776400/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=12268 CPUtime=0
/proc/13470/stat : 13470 (sugar) R 13468 13470 12856 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1973929300 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607490821 0 0 4224 0 0 0 0 17 1 0 0
/proc/13470/statm: 3067 316 241 3 0 167 0

[startup+0.103937 s]
/proc/loadavg: 1.88 0.66 0.23 4/81 13470
/proc/meminfo: memFree=1776400/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201949 s]
/proc/loadavg: 1.88 0.66 0.23 4/81 13470
/proc/meminfo: memFree=1776400/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301958 s]
/proc/loadavg: 1.88 0.66 0.23 4/81 13470
/proc/meminfo: memFree=1776400/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702014 s]
/proc/loadavg: 1.88 0.66 0.23 4/81 13470
/proc/meminfo: memFree=1776400/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 1.88 0.66 0.23 3/92 13482
/proc/meminfo: memFree=1721592/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
[pid=13473] ppid=13470 vsize=5356 CPUtime=0
/proc/13473/stat : 13473 (sh) S 13470 13470 12856 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1973929305 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13473/statm: 1339 233 193 169 0 50 0
[pid=13474] ppid=13473 vsize=864668 CPUtime=1.41
/proc/13474/stat : 13474 (java) S 13473 13470 12856 0 -1 0 27388 0 1 0 124 17 0 0 18 0 9 0 1973929305 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 216167 26659 2528 9 0 210749 0
[pid=13474/tid=13475] ppid=13473 vsize=864668 CPUtime=0.97
/proc/13474/task/13475/stat : 13475 (java) R 13473 13470 12856 0 -1 64 3925 0 1 0 91 6 0 0 25 0 9 0 1973929306 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4126460470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13476] ppid=13473 vsize=864668 CPUtime=0.32
/proc/13474/task/13476/stat : 13476 (java) S 13473 13470 12856 0 -1 64 22296 0 0 0 22 10 0 0 16 0 9 0 1973929308 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13473 13470 12856 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973929308 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13473 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973929308 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13473 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973929310 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13473 vsize=864668 CPUtime=0.1
/proc/13474/task/13480/stat : 13480 (java) S 13473 13470 12856 0 -1 64 469 0 0 0 10 0 0 0 16 0 9 0 1973929310 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13481] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13473 13470 12856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973929310 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13482] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13473 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973929310 885420032 26659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883624

[startup+3.10229 s]
/proc/loadavg: 1.97 0.70 0.25 3/92 13482
/proc/meminfo: memFree=1609144/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
[pid=13473] ppid=13470 vsize=5356 CPUtime=0
/proc/13473/stat : 13473 (sh) S 13470 13470 12856 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1973929305 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13473/statm: 1339 233 193 169 0 50 0
[pid=13474] ppid=13473 vsize=864668 CPUtime=3.01
/proc/13474/stat : 13474 (java) S 13473 13470 12856 0 -1 0 60865 0 1 0 263 38 0 0 18 0 9 0 1973929305 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 216167 60091 2529 9 0 210749 0
[pid=13474/tid=13475] ppid=13473 vsize=864668 CPUtime=2.2
/proc/13474/task/13475/stat : 13475 (java) R 13473 13470 12856 0 -1 64 5020 0 1 0 207 13 0 0 25 0 9 0 1973929306 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4126730470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13476] ppid=13473 vsize=864668 CPUtime=0.64
/proc/13474/task/13476/stat : 13476 (java) S 13473 13470 12856 0 -1 64 54651 0 0 0 40 24 0 0 16 0 9 0 1973929308 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13473 13470 12856 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973929308 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13473 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973929308 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13473 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973929310 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13473 vsize=864668 CPUtime=0.15
/proc/13474/task/13480/stat : 13480 (java) S 13473 13470 12856 0 -1 64 496 0 0 0 15 0 0 0 16 0 9 0 1973929310 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13481] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13473 13470 12856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973929310 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13482] ppid=13473 vsize=864668 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13473 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973929310 885420032 60091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883624

[startup+6.30167 s]
/proc/loadavg: 1.97 0.70 0.25 3/92 13482
/proc/meminfo: memFree=1509240/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
[pid=13473] ppid=13470 vsize=5356 CPUtime=0
/proc/13473/stat : 13473 (sh) S 13470 13470 12856 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1973929305 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13473/statm: 1339 233 193 169 0 50 0
[pid=13474] ppid=13473 vsize=864704 CPUtime=6.17
/proc/13474/stat : 13474 (java) S 13473 13470 12856 0 -1 0 68352 0 1 0 569 48 0 0 18 0 9 0 1973929305 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 216176 67456 2529 9 0 210758 0
[pid=13474/tid=13475] ppid=13473 vsize=864704 CPUtime=4.96
/proc/13474/task/13475/stat : 13475 (java) R 13473 13470 12856 0 -1 64 6573 0 1 0 475 21 0 0 25 0 9 0 1973929306 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4126372696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13476] ppid=13473 vsize=864704 CPUtime=1.01
/proc/13474/task/13476/stat : 13476 (java) S 13473 13470 12856 0 -1 64 60562 0 0 0 75 26 0 0 16 0 9 0 1973929308 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13473 13470 12856 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13473 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13473 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973929310 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13473 vsize=864704 CPUtime=0.19
/proc/13474/task/13480/stat : 13480 (java) S 13473 13470 12856 0 -1 64 519 0 0 0 19 0 0 0 16 0 9 0 1973929310 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13481] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13473 13470 12856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973929310 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13482] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13473 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973929310 885456896 67456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883660

[startup+12.7024 s]
/proc/loadavg: 2.13 0.77 0.28 3/92 13482
/proc/meminfo: memFree=1422392/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
[pid=13473] ppid=13470 vsize=5356 CPUtime=0
/proc/13473/stat : 13473 (sh) S 13470 13470 12856 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1973929305 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13473/statm: 1339 233 193 169 0 50 0
[pid=13474] ppid=13473 vsize=864704 CPUtime=12.53
/proc/13474/stat : 13474 (java) S 13473 13470 12856 0 -1 0 81000 0 1 0 1184 69 0 0 18 0 9 0 1973929305 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 216176 80045 2529 9 0 210758 0
[pid=13474/tid=13475] ppid=13473 vsize=864704 CPUtime=11.04
/proc/13474/task/13475/stat : 13475 (java) R 13473 13470 12856 0 -1 64 6632 0 1 0 1067 37 0 0 25 0 9 0 1973929306 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13476] ppid=13473 vsize=864704 CPUtime=1.26
/proc/13474/task/13476/stat : 13476 (java) S 13473 13470 12856 0 -1 64 73143 0 0 0 96 30 0 0 16 0 9 0 1973929308 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13473 13470 12856 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13473 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13473 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973929310 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13473 vsize=864704 CPUtime=0.2
/proc/13474/task/13480/stat : 13480 (java) S 13473 13470 12856 0 -1 64 527 0 0 0 20 0 0 0 16 0 9 0 1973929310 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13481] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13473 13470 12856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973929310 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13482] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13473 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973929310 885456896 80045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883660

[startup+25.5029 s]
/proc/loadavg: 2.26 0.85 0.31 3/92 13482
/proc/meminfo: memFree=1228664/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=0.03
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973929300 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 796 370 3 0 500 0
[pid=13473] ppid=13470 vsize=5356 CPUtime=0
/proc/13473/stat : 13473 (sh) S 13470 13470 12856 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1973929305 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13473/statm: 1339 233 193 169 0 50 0
[pid=13474] ppid=13473 vsize=864704 CPUtime=25.24
/proc/13474/stat : 13474 (java) S 13473 13470 12856 0 -1 0 110521 0 1 0 2409 115 0 0 18 0 9 0 1973929305 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 216176 109455 2529 9 0 210758 0
[pid=13474/tid=13475] ppid=13473 vsize=864704 CPUtime=23.11
/proc/13474/task/13475/stat : 13475 (java) R 13473 13470 12856 0 -1 64 9699 0 1 0 2240 71 0 0 25 0 9 0 1973929306 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4126660632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13476] ppid=13473 vsize=864704 CPUtime=1.89
/proc/13474/task/13476/stat : 13476 (java) S 13473 13470 12856 0 -1 64 99596 0 0 0 146 43 0 0 16 0 9 0 1973929308 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13473 13470 12856 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13473 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973929308 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13473 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973929310 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13473 vsize=864704 CPUtime=0.21
/proc/13474/task/13480/stat : 13480 (java) S 13473 13470 12856 0 -1 64 528 0 0 0 21 0 0 0 15 0 9 0 1973929310 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13481] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13473 13470 12856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973929310 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13482] ppid=13473 vsize=864704 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13473 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973929310 885456896 109455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 883660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+34.603 s]
/proc/loadavg: 2.29 0.90 0.33 4/92 13492
/proc/meminfo: memFree=1476216/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=28.38
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 973 116982 0 1 3 0 2701 134 16 0 1 0 1973929300 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 797 370 3 0 500 0
[pid=13483] ppid=13470 vsize=5356 CPUtime=0
/proc/13483/stat : 13483 (sh) S 13470 13470 12856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973932166 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13483/statm: 1339 233 193 169 0 50 0
[pid=13484] ppid=13483 vsize=915288 CPUtime=5.88
/proc/13484/stat : 13484 (java) S 13483 13470 12856 0 -1 0 51303 0 1 0 566 22 0 0 18 0 9 0 1973932167 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13484/statm: 228822 42905 2532 9 0 223404 0
[pid=13484/tid=13485] ppid=13483 vsize=915288 CPUtime=3.32
/proc/13484/task/13485/stat : 13485 (java) R 13483 13470 12856 0 -1 64 3548 0 1 0 330 2 0 0 25 0 9 0 1973932168 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13486] ppid=13483 vsize=915288 CPUtime=2.48
/proc/13484/task/13486/stat : 13486 (java) R 13483 13470 12856 0 -1 64 46735 0 0 0 229 19 0 0 16 0 9 0 1973932169 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 102470034 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13487] ppid=13483 vsize=915288 CPUtime=0
/proc/13484/task/13487/stat : 13487 (java) S 13483 13470 12856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973932169 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13488] ppid=13483 vsize=915288 CPUtime=0
/proc/13484/task/13488/stat : 13488 (java) S 13483 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973932169 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13489] ppid=13483 vsize=915288 CPUtime=0
/proc/13484/task/13489/stat : 13489 (java) S 13483 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973932171 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13490] ppid=13483 vsize=915288 CPUtime=0.06
/proc/13484/task/13490/stat : 13490 (java) S 13483 13470 12856 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1973932171 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13491] ppid=13483 vsize=915288 CPUtime=0
/proc/13484/task/13491/stat : 13491 (java) S 13483 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932171 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13492] ppid=13483 vsize=915288 CPUtime=0
/proc/13484/task/13492/stat : 13492 (java) S 13483 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973932171 937254912 42905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 934244

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

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

[startup+34.727 s]
/proc/loadavg: 2.29 0.90 0.33 4/92 13492
/proc/meminfo: memFree=1476216/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=28.38
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 982 116982 0 1 3 0 2701 134 16 0 1 0 1973929300 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 797 370 3 0 500 0
[pid=13483] ppid=13470 vsize=0 CPUtime=0
/proc/13483/stat : 13483 (sh) Z 13470 13470 12856 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1973932166 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13483/statm: 0 0 0 0 0 0 0
[pid=13484] ppid=1 vsize=905044 CPUtime=6
/proc/13484/stat : 13484 (java) S 1 13470 12856 0 -1 0 52838 0 1 0 577 23 0 0 16 0 9 0 1973932167 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13484/statm: 226261 41879 2532 9 0 220843 0
[pid=13484/tid=13485] ppid=1 vsize=905044 CPUtime=3.32
/proc/13484/task/13485/stat : 13485 (java) R 1 13470 12856 0 -1 64 3548 0 1 0 330 2 0 0 25 0 9 0 1973932168 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13486] ppid=1 vsize=905044 CPUtime=2.6
/proc/13484/task/13486/stat : 13486 (java) R 1 13470 12856 0 -1 64 48270 0 0 0 240 20 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13487] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13487/stat : 13487 (java) S 1 13470 12856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13488] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13488/stat : 13488 (java) S 1 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13489] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13489/stat : 13489 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13490] ppid=1 vsize=905044 CPUtime=0.06
/proc/13484/task/13490/stat : 13490 (java) S 1 13470 12856 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13491] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13491/stat : 13491 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13492] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13492/stat : 13492 (java) S 1 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 918644

[startup+34.903 s]
/proc/loadavg: 2.29 0.90 0.33 4/92 13492
/proc/meminfo: memFree=1476216/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=28.38
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 982 116982 0 1 3 0 2701 134 16 0 1 0 1973929300 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 797 370 3 0 500 0
[pid=13483] ppid=13470 vsize=0 CPUtime=0
/proc/13483/stat : 13483 (sh) Z 13470 13470 12856 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1973932166 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13483/statm: 0 0 0 0 0 0 0
[pid=13484] ppid=1 vsize=905044 CPUtime=6.18
/proc/13484/stat : 13484 (java) S 1 13470 12856 0 -1 0 52838 0 1 0 595 23 0 0 16 0 9 0 1973932167 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13484/statm: 226261 41879 2532 9 0 220843 0
[pid=13484/tid=13485] ppid=1 vsize=905044 CPUtime=3.32
/proc/13484/task/13485/stat : 13485 (java) R 1 13470 12856 0 -1 64 3548 0 1 0 330 2 0 0 25 0 9 0 1973932168 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13486] ppid=1 vsize=905044 CPUtime=2.78
/proc/13484/task/13486/stat : 13486 (java) R 1 13470 12856 0 -1 64 48270 0 0 0 258 20 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 102731997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13487] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13487/stat : 13487 (java) S 1 13470 12856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13488] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13488/stat : 13488 (java) S 1 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13489] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13489/stat : 13489 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13490] ppid=1 vsize=905044 CPUtime=0.06
/proc/13484/task/13490/stat : 13490 (java) S 1 13470 12856 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13491] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13491/stat : 13491 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13492] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13492/stat : 13492 (java) S 1 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.56
Current children cumulated vsize (KiB) 918644

[startup+35.002 s]
/proc/loadavg: 2.29 0.90 0.33 4/92 13492
/proc/meminfo: memFree=1476216/2055920 swapFree=4179760/4192956
[pid=13470] ppid=13468 vsize=13600 CPUtime=28.38
/proc/13470/stat : 13470 (sugar) S 13468 13470 12856 0 -1 4194304 982 116982 0 1 3 0 2701 134 16 0 1 0 1973929300 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13470/statm: 3400 797 370 3 0 500 0
[pid=13483] ppid=13470 vsize=0 CPUtime=0
/proc/13483/stat : 13483 (sh) Z 13470 13470 12856 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1973932166 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13483/statm: 0 0 0 0 0 0 0
[pid=13484] ppid=1 vsize=905044 CPUtime=6.28
/proc/13484/stat : 13484 (java) S 1 13470 12856 0 -1 0 52838 0 1 0 605 23 0 0 16 0 9 0 1973932167 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13484/statm: 226261 41879 2532 9 0 220843 0
[pid=13484/tid=13485] ppid=1 vsize=905044 CPUtime=3.32
/proc/13484/task/13485/stat : 13485 (java) R 1 13470 12856 0 -1 64 3548 0 1 0 330 2 0 0 25 0 9 0 1973932168 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13486] ppid=1 vsize=905044 CPUtime=2.87
/proc/13484/task/13486/stat : 13486 (java) R 1 13470 12856 0 -1 64 48270 0 0 0 267 20 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13487] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13487/stat : 13487 (java) S 1 13470 12856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13488] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13488/stat : 13488 (java) S 1 13470 12856 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973932169 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13489] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13489/stat : 13489 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13490] ppid=1 vsize=905044 CPUtime=0.06
/proc/13484/task/13490/stat : 13490 (java) S 1 13470 12856 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13491] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13491/stat : 13491 (java) S 1 13470 12856 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13484/tid=13492] ppid=1 vsize=905044 CPUtime=0
/proc/13484/task/13492/stat : 13492 (java) S 1 13470 12856 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973932171 926765056 41879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.66
Current children cumulated vsize (KiB) 918644

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13470 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=53887
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=360793
# CPU time returned by wait4() is 28.4147
# while last known CPU time is 34.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 35.0934
CPU time (s): 34.66
CPU user time (s): 33.09
CPU system time (s): 1.57
CPU usage (%): 98.7651
Max. virtual memory (cumulated for all children) (KiB): 934244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0539
system time used= 1.36079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118287
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= 3368
involuntary context switches= 3600

runsolver used 0.044993 second user time and 0.137979 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-01 23:59:56
IDJOB=1034536
IDBENCH=53347
IDSOLVER=346
FILE ID=node66/1034536-1214949582
PBS_JOBID= 7870202
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lard/normalized-lard-92-92.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034536-1214949582/watcher-1034536-1214949582 -o /tmp/evaluation-result-1034536-1214949582/solver-1034536-1214949582 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1034536-1214949582.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d85dcbb0804438d2d0cc8e5085d39f8
RANDOM SEED=1274983140

node66.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.213
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.213
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:       1776880 kB
Buffers:         10848 kB
Cached:         174228 kB
SwapCached:       7024 kB
Active:         193144 kB
Inactive:        22104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776880 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:          100520 kB
Writeback:           0 kB
Mapped:          46200 kB
Slab:            48740 kB
Committed_AS:  3938000 kB
PageTables:       1936 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= 66432 MiB
End job on node66 at 2008-07-02 00:00:33