Trace number 1038352

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) 21.34 21.8908

General information on the benchmark

Namecsp/marc/
normalized-large-80-unsat_ext.xml
MD5SUMb719d2b3c41beb681ae3ea204dbc7a84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2329
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 04:24:35 2008
0.00/0.05	c 0	PID 18446
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038352-1214965468.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-1038352-1214965468.xml' 'HOME/temp.csp'
14.46/14.88	c 15	1 domains, 80 variables, 0 predicates, 2501 relations, 3160 constraints
14.54/14.95	c 15	ENCODING HOME/temp.csp TO HOME/temp.cnf
14.54/14.95	c 15	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'
14.58/15.04	c 15	Parsing HOME/temp.csp
20.95/21.44	c ERROR INTERRUPTED
21.34/21.89	s UNKNOWN
21.34/21.89	c 22	CPU 13.86 (0.03 0 13.83 0.72)
21.34/21.89	c 22	END Wed Jul  2 04:24:57 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-1038352-1214965468/watcher-1038352-1214965468 -o /tmp/evaluation-result-1038352-1214965468/solver-1038352-1214965468 -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-1038352-1214965468.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.18 4/81 18446
/proc/meminfo: memFree=1577568/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=12000 CPUtime=0
/proc/18446/stat : 18446 (sugar) R 18444 18446 13884 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 1975517082 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 213111995355 0 0 4224 0 0 0 0 17 1 0 0
/proc/18446/statm: 3000 166 128 3 0 100 0

[startup+0.10468 s]
/proc/loadavg: 2.04 2.06 2.18 4/81 18446
/proc/meminfo: memFree=1577568/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201693 s]
/proc/loadavg: 2.04 2.06 2.18 4/81 18446
/proc/meminfo: memFree=1577568/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301711 s]
/proc/loadavg: 2.04 2.06 2.18 4/81 18446
/proc/meminfo: memFree=1577568/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701783 s]
/proc/loadavg: 2.04 2.06 2.18 4/81 18446
/proc/meminfo: memFree=1577568/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 2.04 2.06 2.18 3/92 18458
/proc/meminfo: memFree=1523400/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
[pid=18449] ppid=18446 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18446 18446 13884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975517087 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864652 CPUtime=1.41
/proc/18450/stat : 18450 (java) S 18449 18446 13884 0 -1 0 25199 0 1 0 126 15 0 0 18 0 9 0 1975517088 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216163 24471 2528 9 0 210745 0
[pid=18450/tid=18451] ppid=18449 vsize=864652 CPUtime=0.97
/proc/18450/task/18451/stat : 18451 (java) R 18449 18446 13884 0 -1 64 3806 0 1 0 91 6 0 0 25 0 9 0 1975517089 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864652 CPUtime=0.32
/proc/18450/task/18452/stat : 18452 (java) S 18449 18446 13884 0 -1 64 20223 0 0 0 24 8 0 0 16 0 9 0 1975517090 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18446 13884 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975517090 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975517090 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975517093 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864652 CPUtime=0.1
/proc/18450/task/18456/stat : 18456 (java) S 18449 18446 13884 0 -1 64 472 0 0 0 10 0 0 0 16 0 9 0 1975517093 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18446 13884 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975517093 885403648 24471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18458/stat : 18458 (java) S 18449 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975517093 885403648 24471 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) 883608

[startup+3.10221 s]
/proc/loadavg: 2.04 2.06 2.18 3/92 18458
/proc/meminfo: memFree=1461384/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
[pid=18449] ppid=18446 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18446 18446 13884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975517087 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864652 CPUtime=3
/proc/18450/stat : 18450 (java) S 18449 18446 13884 0 -1 0 32726 0 1 0 277 23 0 0 18 0 9 0 1975517088 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216163 31957 2529 9 0 210745 0
[pid=18450/tid=18451] ppid=18449 vsize=864652 CPUtime=2.36
/proc/18450/task/18451/stat : 18451 (java) R 18449 18446 13884 0 -1 64 3887 0 1 0 227 9 0 0 25 0 9 0 1975517089 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864652 CPUtime=0.45
/proc/18450/task/18452/stat : 18452 (java) S 18449 18446 13884 0 -1 64 27638 0 0 0 33 12 0 0 16 0 9 0 1975517090 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18446 13884 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975517090 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975517090 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975517093 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864652 CPUtime=0.16
/proc/18450/task/18456/stat : 18456 (java) S 18449 18446 13884 0 -1 64 503 0 0 0 16 0 0 0 15 0 9 0 1975517093 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18446 13884 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975517093 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864652 CPUtime=0
/proc/18450/task/18458/stat : 18458 (java) S 18449 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975517093 885403648 31957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883608

[startup+6.30274 s]
/proc/loadavg: 2.04 2.06 2.18 3/92 18458
/proc/meminfo: memFree=1423176/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
[pid=18449] ppid=18446 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18446 18446 13884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975517087 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864708 CPUtime=6.16
/proc/18450/stat : 18450 (java) S 18449 18446 13884 0 -1 0 39249 0 1 0 581 35 0 0 18 0 9 0 1975517088 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216177 38324 2529 9 0 210759 0
[pid=18450/tid=18451] ppid=18449 vsize=864708 CPUtime=5.25
/proc/18450/task/18451/stat : 18451 (java) R 18449 18446 13884 0 -1 64 4734 0 1 0 507 18 0 0 25 0 9 0 1975517089 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4126663704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864708 CPUtime=0.66
/proc/18450/task/18452/stat : 18452 (java) S 18449 18446 13884 0 -1 64 33292 0 0 0 51 15 0 0 16 0 9 0 1975517090 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18446 13884 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975517090 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975517090 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975517093 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864708 CPUtime=0.2
/proc/18450/task/18456/stat : 18456 (java) S 18449 18446 13884 0 -1 64 525 0 0 0 20 0 0 0 16 0 9 0 1975517093 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18446 13884 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975517093 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18458/stat : 18458 (java) S 18449 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975517093 885460992 38324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883664

[startup+12.7028 s]
/proc/loadavg: 2.04 2.06 2.18 3/92 18458
/proc/meminfo: memFree=1340552/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=0.03
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975517082 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 796 370 3 0 500 0
[pid=18449] ppid=18446 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18446 18446 13884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975517087 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864708 CPUtime=12.48
/proc/18450/stat : 18450 (java) S 18449 18446 13884 0 -1 0 51296 0 1 0 1188 60 0 0 18 0 9 0 1975517088 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216177 50259 2529 9 0 210759 0
[pid=18450/tid=18451] ppid=18449 vsize=864708 CPUtime=11.22
/proc/18450/task/18451/stat : 18451 (java) R 18449 18446 13884 0 -1 64 4846 0 1 0 1087 35 0 0 25 0 9 0 1975517089 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4126765093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864708 CPUtime=1
/proc/18450/task/18452/stat : 18452 (java) S 18449 18446 13884 0 -1 64 45221 0 0 0 77 23 0 0 15 0 9 0 1975517090 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18446 13884 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975517090 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975517090 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975517093 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864708 CPUtime=0.22
/proc/18450/task/18456/stat : 18456 (java) S 18449 18446 13884 0 -1 64 531 0 0 0 22 0 0 0 16 0 9 0 1975517093 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18446 13884 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975517093 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864708 CPUtime=0
/proc/18450/task/18458/stat : 18458 (java) S 18449 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975517093 885460992 50259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883664



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+21.4023 s]
/proc/loadavg: 2.11 2.07 2.18 4/92 18468
/proc/meminfo: memFree=1352008/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=14.58
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 973 55478 0 1 3 0 1383 72 16 0 1 0 1975517082 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 797 370 3 0 500 0
[pid=18459] ppid=18446 vsize=5356 CPUtime=0
/proc/18459/stat : 18459 (sh) S 18446 18446 13884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975518578 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18459/statm: 1339 233 193 169 0 50 0
[pid=18460] ppid=18459 vsize=915296 CPUtime=6.37
/proc/18460/stat : 18460 (java) S 18459 18446 13884 0 -1 0 51211 0 1 0 610 27 0 0 18 0 9 0 1975518578 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18460/statm: 228824 42820 2532 9 0 223406 0
[pid=18460/tid=18461] ppid=18459 vsize=915296 CPUtime=3.63
/proc/18460/task/18461/stat : 18461 (java) R 18459 18446 13884 0 -1 64 3531 0 1 0 361 2 0 0 25 0 9 0 1975518579 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18462] ppid=18459 vsize=915296 CPUtime=2.65
/proc/18460/task/18462/stat : 18462 (java) R 18459 18446 13884 0 -1 64 46662 0 0 0 242 23 0 0 16 0 9 0 1975518580 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 102470036 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18463] ppid=18459 vsize=915296 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 18459 18446 13884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975518581 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18464] ppid=18459 vsize=915296 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 18459 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975518581 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18465] ppid=18459 vsize=915296 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 18459 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975518583 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18466] ppid=18459 vsize=915296 CPUtime=0.06
/proc/18460/task/18466/stat : 18466 (java) S 18459 18446 13884 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 1975518583 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18467] ppid=18459 vsize=915296 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 18459 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975518583 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18468] ppid=18459 vsize=915296 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 18459 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975518583 937263104 42820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.95
Current children cumulated vsize (KiB) 934252

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

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

[startup+21.5263 s]
/proc/loadavg: 2.11 2.07 2.18 4/92 18468
/proc/meminfo: memFree=1352008/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=14.58
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 982 55478 0 1 3 0 1383 72 16 0 1 0 1975517082 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 797 370 3 0 500 0
[pid=18459] ppid=18446 vsize=0 CPUtime=0
/proc/18459/stat : 18459 (sh) Z 18446 18446 13884 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1975518578 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18459/statm: 0 0 0 0 0 0 0
[pid=18460] ppid=1 vsize=905052 CPUtime=6.48
/proc/18460/stat : 18460 (java) S 1 18446 13884 0 -1 0 53198 0 1 0 620 28 0 0 16 0 9 0 1975518578 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18460/statm: 226263 42246 2532 9 0 220845 0
[pid=18460/tid=18461] ppid=1 vsize=905052 CPUtime=3.63
/proc/18460/task/18461/stat : 18461 (java) R 1 18446 13884 0 -1 64 3531 0 1 0 361 2 0 0 25 0 9 0 1975518579 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18462] ppid=1 vsize=905052 CPUtime=2.77
/proc/18460/task/18462/stat : 18462 (java) R 1 18446 13884 0 -1 64 48649 0 0 0 252 25 0 0 16 0 9 0 1975518580 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 104180289 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18463] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 1 18446 13884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975518581 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18464] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 1 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975518581 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18465] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18466] ppid=1 vsize=905052 CPUtime=0.06
/proc/18460/task/18466/stat : 18466 (java) S 1 18446 13884 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18467] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18468] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 1 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 918652

[startup+21.7024 s]
/proc/loadavg: 2.11 2.07 2.18 4/92 18468
/proc/meminfo: memFree=1352008/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=14.58
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 982 55478 0 1 3 0 1383 72 16 0 1 0 1975517082 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 797 370 3 0 500 0
[pid=18459] ppid=18446 vsize=0 CPUtime=0
/proc/18459/stat : 18459 (sh) Z 18446 18446 13884 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1975518578 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18459/statm: 0 0 0 0 0 0 0
[pid=18460] ppid=1 vsize=905052 CPUtime=6.66
/proc/18460/stat : 18460 (java) S 1 18446 13884 0 -1 0 53198 0 1 0 638 28 0 0 16 0 9 0 1975518578 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18460/statm: 226263 42246 2532 9 0 220845 0
[pid=18460/tid=18461] ppid=1 vsize=905052 CPUtime=3.63
/proc/18460/task/18461/stat : 18461 (java) R 1 18446 13884 0 -1 64 3531 0 1 0 361 2 0 0 25 0 9 0 1975518579 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18462] ppid=1 vsize=905052 CPUtime=2.95
/proc/18460/task/18462/stat : 18462 (java) R 1 18446 13884 0 -1 64 48649 0 0 0 270 25 0 0 16 0 9 0 1975518580 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 102731796 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18463] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 1 18446 13884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975518581 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18464] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 1 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975518581 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18465] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18466] ppid=1 vsize=905052 CPUtime=0.06
/proc/18460/task/18466/stat : 18466 (java) S 1 18446 13884 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18467] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18468] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 1 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975518583 926773248 42246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (KiB) 918652

[startup+21.8024 s]
/proc/loadavg: 2.11 2.07 2.18 4/92 18468
/proc/meminfo: memFree=1352008/2055920 swapFree=4180444/4192956
[pid=18446] ppid=18444 vsize=13600 CPUtime=14.58
/proc/18446/stat : 18446 (sugar) S 18444 18446 13884 0 -1 4194304 982 55478 0 1 3 0 1383 72 16 0 1 0 1975517082 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 3400 797 370 3 0 500 0
[pid=18459] ppid=18446 vsize=0 CPUtime=0
/proc/18459/stat : 18459 (sh) Z 18446 18446 13884 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1975518578 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18459/statm: 0 0 0 0 0 0 0
[pid=18460] ppid=1 vsize=905052 CPUtime=6.76
/proc/18460/stat : 18460 (java) S 1 18446 13884 0 -1 0 53216 0 1 0 648 28 0 0 16 0 9 0 1975518578 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18460/statm: 226263 42264 2532 9 0 220845 0
[pid=18460/tid=18461] ppid=1 vsize=905052 CPUtime=3.63
/proc/18460/task/18461/stat : 18461 (java) R 1 18446 13884 0 -1 64 3531 0 1 0 361 2 0 0 25 0 9 0 1975518579 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18462] ppid=1 vsize=905052 CPUtime=3.05
/proc/18460/task/18462/stat : 18462 (java) R 1 18446 13884 0 -1 64 48667 0 0 0 280 25 0 0 16 0 9 0 1975518580 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18463] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 1 18446 13884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975518581 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18464] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 1 18446 13884 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975518581 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18465] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1975518583 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18466] ppid=1 vsize=905052 CPUtime=0.06
/proc/18460/task/18466/stat : 18466 (java) S 1 18446 13884 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 1975518583 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18467] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 1 18446 13884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975518583 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18460/tid=18468] ppid=1 vsize=905052 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 1 18446 13884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975518583 926773248 42264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.34
Current children cumulated vsize (KiB) 918652

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18446 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=872891
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=732888
# CPU time returned by wait4() is 14.6058
# while last known CPU time is 21.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 21.8908
CPU time (s): 21.34
CPU user time (s): 20.34
CPU system time (s): 1
CPU usage (%): 97.4839
Max. virtual memory (cumulated for all children) (KiB): 934252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8729
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56783
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= 3158
involuntary context switches= 3359

runsolver used 0.024996 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-02 04:24:35
IDJOB=1038352
IDBENCH=53559
IDSOLVER=346
FILE ID=node68/1038352-1214965468
PBS_JOBID= 7870198
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/marc/normalized-large-80-unsat_ext.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-1038352-1214965468/watcher-1038352-1214965468 -o /tmp/evaluation-result-1038352-1214965468/solver-1038352-1214965468 -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-1038352-1214965468.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b719d2b3c41beb681ae3ea204dbc7a84
RANDOM SEED=566176621

node68.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.261
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.261
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:       1578048 kB
Buffers:         36940 kB
Cached:         316056 kB
SwapCached:       6520 kB
Active:         193600 kB
Inactive:       212772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578048 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:           46952 kB
Writeback:           0 kB
Mapped:          69500 kB
Slab:            56584 kB
Committed_AS:  4159168 kB
PageTables:       1876 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= 66500 MiB
End job on node68 at 2008-07-02 04:24:59