Trace number 1034517

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+picosat? (MO) 30.05 30.5621

General information on the benchmark

Namecsp/lard/
normalized-lard-88-88.xml
MD5SUM137c0b8c9147cb33e9f21d52d50de0cb
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 benchmark13.17
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size89
Number of constraints which are defined in extension3828
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/picosat
0.00/0.04	c 0	BEGIN Tue Jul  1 23:59:19 2008
0.00/0.04	c 0	PID 7669
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1034517-1214949546.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-1034517-1214949546.xml' 'HOME/temp.csp'
23.64/24.08	c 24	1 domains, 88 variables, 0 predicates, 3828 relations, 3828 constraints
23.73/24.19	c 24	ENCODING HOME/temp.csp TO HOME/temp.cnf
23.73/24.19	c 24	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'
23.79/24.27	c 24	Parsing HOME/temp.csp
29.66/30.14	c ERROR INTERRUPTED
30.05/30.56	s UNKNOWN
30.05/30.56	c 30	CPU 22.72 (0.03 0 22.69 1.07)
30.05/30.56	c 30	END Tue Jul  1 23:59:49 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-1034517-1214949546/watcher-1034517-1214949546 -o /tmp/evaluation-result-1034517-1214949546/solver-1034517-1214949546 -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/picosat -tmp=HOME/temp HOME/instance-1034517-1214949546.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.19 0.34 0.12 4/73 7669
/proc/meminfo: memFree=1169752/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=4708 CPUtime=0
/proc/7669/stat : 7669 (sugar) R 7667 7669 7072 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 106966875 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210720847241 0 0 4096 0 0 0 0 17 1 0 0
/proc/7669/statm: 1177 43 33 3 0 8 0

[startup+0.096981 s]
/proc/loadavg: 1.19 0.34 0.12 4/73 7669
/proc/meminfo: memFree=1169752/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101976 s]
/proc/loadavg: 1.19 0.34 0.12 4/73 7669
/proc/meminfo: memFree=1169752/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301998 s]
/proc/loadavg: 1.19 0.34 0.12 4/73 7669
/proc/meminfo: memFree=1169752/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70105 s]
/proc/loadavg: 1.19 0.34 0.12 4/73 7669
/proc/meminfo: memFree=1169752/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 1.19 0.34 0.12 3/84 7681
/proc/meminfo: memFree=1113600/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
[pid=7672] ppid=7669 vsize=5356 CPUtime=0
/proc/7672/stat : 7672 (sh) S 7669 7669 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 106966880 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7672/statm: 1339 233 193 169 0 50 0
[pid=7673] ppid=7672 vsize=864652 CPUtime=1.41
/proc/7673/stat : 7673 (java) S 7672 7669 7072 0 -1 0 28849 0 1 0 125 16 0 0 18 0 9 0 106966881 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7673/statm: 216163 28119 2528 9 0 210745 0
[pid=7673/tid=7674] ppid=7672 vsize=864652 CPUtime=0.98
/proc/7673/task/7674/stat : 7674 (java) R 7672 7669 7072 0 -1 64 3924 0 1 0 92 6 0 0 25 0 9 0 106966882 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7675] ppid=7672 vsize=864652 CPUtime=0.32
/proc/7673/task/7675/stat : 7675 (java) R 7672 7669 7072 0 -1 64 23756 0 0 0 23 9 0 0 16 0 9 0 106966883 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7676] ppid=7672 vsize=864652 CPUtime=0
/proc/7673/task/7676/stat : 7676 (java) S 7672 7669 7072 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 106966883 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7677] ppid=7672 vsize=864652 CPUtime=0
/proc/7673/task/7677/stat : 7677 (java) S 7672 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106966883 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7678] ppid=7672 vsize=864652 CPUtime=0
/proc/7673/task/7678/stat : 7678 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106966885 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7679] ppid=7672 vsize=864652 CPUtime=0.09
/proc/7673/task/7679/stat : 7679 (java) S 7672 7669 7072 0 -1 64 471 0 0 0 9 0 0 0 16 0 9 0 106966885 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7680] ppid=7672 vsize=864652 CPUtime=0
/proc/7673/task/7680/stat : 7680 (java) S 7672 7669 7072 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 106966885 885403648 28119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7681] ppid=7672 vsize=864652 CPUtime=0
/proc/7673/task/7681/stat : 7681 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 106966885 885403648 28119 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.10233 s]
/proc/loadavg: 1.34 0.39 0.13 3/84 7681
/proc/meminfo: memFree=991552/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
[pid=7672] ppid=7669 vsize=5356 CPUtime=0
/proc/7672/stat : 7672 (sh) S 7669 7669 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 106966880 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7672/statm: 1339 233 193 169 0 50 0
[pid=7673] ppid=7672 vsize=864668 CPUtime=2.99
/proc/7673/stat : 7673 (java) S 7672 7669 7072 0 -1 0 53096 0 1 0 268 31 0 0 18 0 9 0 106966881 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7673/statm: 216167 52320 2529 9 0 210749 0
[pid=7673/tid=7674] ppid=7672 vsize=864668 CPUtime=2.27
/proc/7673/task/7674/stat : 7674 (java) R 7672 7669 7072 0 -1 64 5018 0 1 0 216 11 0 0 25 0 9 0 106966882 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4126741651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7675] ppid=7672 vsize=864668 CPUtime=0.56
/proc/7673/task/7675/stat : 7675 (java) S 7672 7669 7072 0 -1 64 46881 0 0 0 38 18 0 0 16 0 9 0 106966883 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7676] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7676/stat : 7676 (java) S 7672 7669 7072 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 106966883 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7677] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7677/stat : 7677 (java) S 7672 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106966883 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7678] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7678/stat : 7678 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106966885 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7679] ppid=7672 vsize=864668 CPUtime=0.14
/proc/7673/task/7679/stat : 7679 (java) S 7672 7669 7072 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 106966885 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7680] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7680/stat : 7680 (java) S 7672 7669 7072 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 106966885 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7681] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7681/stat : 7681 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 106966885 885420032 52320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883624

[startup+6.30171 s]
/proc/loadavg: 1.34 0.39 0.13 3/84 7681
/proc/meminfo: memFree=912064/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
[pid=7672] ppid=7669 vsize=5356 CPUtime=0
/proc/7672/stat : 7672 (sh) S 7669 7669 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 106966880 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7672/statm: 1339 233 193 169 0 50 0
[pid=7673] ppid=7672 vsize=864668 CPUtime=6.16
/proc/7673/stat : 7673 (java) S 7672 7669 7072 0 -1 0 58830 0 1 0 574 42 0 0 18 0 9 0 106966881 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7673/statm: 216167 58008 2529 9 0 210749 0
[pid=7673/tid=7674] ppid=7672 vsize=864668 CPUtime=5.26
/proc/7673/task/7674/stat : 7674 (java) R 7672 7669 7072 0 -1 64 5064 0 1 0 507 19 0 0 25 0 9 0 106966882 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4126731231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7675] ppid=7672 vsize=864668 CPUtime=0.7
/proc/7673/task/7675/stat : 7675 (java) S 7672 7669 7072 0 -1 64 52547 0 0 0 49 21 0 0 16 0 9 0 106966883 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7676] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7676/stat : 7676 (java) S 7672 7669 7072 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 106966883 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7677] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7677/stat : 7677 (java) S 7672 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106966883 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7678] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7678/stat : 7678 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106966885 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7679] ppid=7672 vsize=864668 CPUtime=0.18
/proc/7673/task/7679/stat : 7679 (java) S 7672 7669 7072 0 -1 64 521 0 0 0 18 0 0 0 15 0 9 0 106966885 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7680] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7680/stat : 7680 (java) S 7672 7669 7072 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 106966885 885420032 58008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7681] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7681/stat : 7681 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 106966885 885420032 58008 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) 883624

[startup+12.7025 s]
/proc/loadavg: 1.44 0.44 0.15 3/84 7681
/proc/meminfo: memFree=791488/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=0.03
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 106966875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 796 370 3 0 500 0
[pid=7672] ppid=7669 vsize=5356 CPUtime=0
/proc/7672/stat : 7672 (sh) S 7669 7669 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 106966880 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7672/statm: 1339 233 193 169 0 50 0
[pid=7673] ppid=7672 vsize=864668 CPUtime=12.46
/proc/7673/stat : 7673 (java) S 7672 7669 7072 0 -1 0 71715 0 1 0 1184 62 0 0 18 0 9 0 106966881 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7673/statm: 216167 70821 2529 9 0 210749 0
[pid=7673/tid=7674] ppid=7672 vsize=864668 CPUtime=11.02
/proc/7673/task/7674/stat : 7674 (java) R 7672 7669 7072 0 -1 64 6528 0 1 0 1068 34 0 0 25 0 9 0 106966882 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4126740870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7675] ppid=7672 vsize=864668 CPUtime=1.21
/proc/7673/task/7675/stat : 7675 (java) S 7672 7669 7072 0 -1 64 63960 0 0 0 95 26 0 0 16 0 9 0 106966883 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7676] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7676/stat : 7676 (java) S 7672 7669 7072 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 106966883 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7677] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7677/stat : 7677 (java) S 7672 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 106966883 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7678] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7678/stat : 7678 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106966885 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7679] ppid=7672 vsize=864668 CPUtime=0.19
/proc/7673/task/7679/stat : 7679 (java) S 7672 7669 7072 0 -1 64 529 0 0 0 19 0 0 0 16 0 9 0 106966885 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7680] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7680/stat : 7680 (java) S 7672 7669 7072 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 106966885 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7673/tid=7681] ppid=7672 vsize=864668 CPUtime=0
/proc/7673/task/7681/stat : 7681 (java) S 7672 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 106966885 885420032 70821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883624

[startup+25.503 s]
/proc/loadavg: 1.60 0.51 0.17 4/81 7694
/proc/meminfo: memFree=1106776/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=23.79
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 973 94937 0 1 3 0 2269 107 16 0 1 0 106966875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 797 370 3 0 500 0
[pid=7685] ppid=7669 vsize=5356 CPUtime=0
/proc/7685/stat : 7685 (sh) S 7669 7669 7072 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 106969295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7685/statm: 1339 233 193 169 0 50 0
[pid=7686] ppid=7685 vsize=864040 CPUtime=1.28
/proc/7686/stat : 7686 (java) S 7685 7669 7072 0 -1 0 9791 0 1 0 123 5 0 0 18 0 9 0 106969295 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7686/statm: 216010 9058 2532 9 0 210592 0
[pid=7686/tid=7687] ppid=7685 vsize=864040 CPUtime=0.86
/proc/7686/task/7687/stat : 7687 (java) R 7685 7669 7072 0 -1 64 2575 0 1 0 84 2 0 0 24 0 9 0 106969296 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4126451070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7688] ppid=7685 vsize=864040 CPUtime=0.37
/proc/7686/task/7688/stat : 7688 (java) S 7685 7669 7072 0 -1 64 6208 0 0 0 34 3 0 0 16 0 9 0 106969297 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7689] ppid=7685 vsize=864040 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 7685 7669 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 106969297 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7690] ppid=7685 vsize=864040 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 7685 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106969297 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7691] ppid=7685 vsize=864040 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 7685 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106969299 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7692] ppid=7685 vsize=864040 CPUtime=0.04
/proc/7686/task/7692/stat : 7692 (java) S 7685 7669 7072 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 106969299 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7693] ppid=7685 vsize=864040 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7685 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 106969299 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7694] ppid=7685 vsize=864040 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7685 7669 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 106969299 884776960 9058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 882996



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.1025 s]
/proc/loadavg: 1.72 0.55 0.19 4/81 7694
/proc/meminfo: memFree=917208/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=23.79
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 973 94937 0 1 3 0 2269 107 16 0 1 0 106966875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 797 370 3 0 500 0
[pid=7685] ppid=7669 vsize=5356 CPUtime=0
/proc/7685/stat : 7685 (sh) S 7669 7669 7072 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 106969295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7685/statm: 1339 233 193 169 0 50 0
[pid=7686] ppid=7685 vsize=915296 CPUtime=5.87
/proc/7686/stat : 7686 (java) S 7685 7669 7072 0 -1 0 49207 0 1 0 565 22 0 0 18 0 9 0 106969295 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7686/statm: 228824 40809 2532 9 0 223406 0
[pid=7686/tid=7687] ppid=7685 vsize=915296 CPUtime=3.38
/proc/7686/task/7687/stat : 7687 (java) R 7685 7669 7072 0 -1 64 3515 0 1 0 335 3 0 0 25 0 9 0 106969296 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7688] ppid=7685 vsize=915296 CPUtime=2.39
/proc/7686/task/7688/stat : 7688 (java) R 7685 7669 7072 0 -1 64 44674 0 0 0 222 17 0 0 16 0 9 0 106969297 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7689] ppid=7685 vsize=915296 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 7685 7669 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 106969297 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7690] ppid=7685 vsize=915296 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 7685 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106969297 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7691] ppid=7685 vsize=915296 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 7685 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 106969299 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7692] ppid=7685 vsize=915296 CPUtime=0.06
/proc/7686/task/7692/stat : 7692 (java) S 7685 7669 7072 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 106969299 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7693] ppid=7685 vsize=915296 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7685 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 106969299 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7694] ppid=7685 vsize=915296 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7685 7669 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 106969299 937263104 40809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.66
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+30.2275 s]
/proc/loadavg: 1.72 0.55 0.19 4/81 7694
/proc/meminfo: memFree=917208/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=23.79
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 982 94937 0 1 3 0 2269 107 16 0 1 0 106966875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 797 370 3 0 500 0
[pid=7685] ppid=7669 vsize=0 CPUtime=0
/proc/7685/stat : 7685 (sh) Z 7669 7669 7072 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 106969295 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7685/statm: 0 0 0 0 0 0 0
[pid=7686] ppid=1 vsize=905052 CPUtime=5.98
/proc/7686/stat : 7686 (java) S 1 7669 7072 0 -1 0 52056 0 1 0 575 23 0 0 16 0 9 0 106969295 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7686/statm: 226263 41097 2532 9 0 220845 0
[pid=7686/tid=7687] ppid=1 vsize=905052 CPUtime=3.38
/proc/7686/task/7687/stat : 7687 (java) R 1 7669 7072 0 -1 64 3515 0 1 0 335 3 0 0 25 0 9 0 106969296 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7688] ppid=1 vsize=905052 CPUtime=2.51
/proc/7686/task/7688/stat : 7688 (java) R 1 7669 7072 0 -1 64 47523 0 0 0 232 19 0 0 16 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7689] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 1 7669 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7690] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 1 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7691] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7692] ppid=1 vsize=905052 CPUtime=0.06
/proc/7686/task/7692/stat : 7692 (java) S 1 7669 7072 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7693] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7694] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 1 7669 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.77
Current children cumulated vsize (KiB) 918652

[startup+30.4025 s]
/proc/loadavg: 1.72 0.55 0.19 4/81 7694
/proc/meminfo: memFree=917208/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=23.79
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 982 94937 0 1 3 0 2269 107 16 0 1 0 106966875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 797 370 3 0 500 0
[pid=7685] ppid=7669 vsize=0 CPUtime=0
/proc/7685/stat : 7685 (sh) Z 7669 7669 7072 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 106969295 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7685/statm: 0 0 0 0 0 0 0
[pid=7686] ppid=1 vsize=905052 CPUtime=6.16
/proc/7686/stat : 7686 (java) S 1 7669 7072 0 -1 0 52056 0 1 0 593 23 0 0 16 0 9 0 106969295 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7686/statm: 226263 41097 2532 9 0 220845 0
[pid=7686/tid=7687] ppid=1 vsize=905052 CPUtime=3.38
/proc/7686/task/7687/stat : 7687 (java) R 1 7669 7072 0 -1 64 3515 0 1 0 335 3 0 0 25 0 9 0 106969296 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7688] ppid=1 vsize=905052 CPUtime=2.69
/proc/7686/task/7688/stat : 7688 (java) R 1 7669 7072 0 -1 64 47523 0 0 0 250 19 0 0 16 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 102731968 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7689] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 1 7669 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7690] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 1 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106969297 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7691] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7692] ppid=1 vsize=905052 CPUtime=0.06
/proc/7686/task/7692/stat : 7692 (java) S 1 7669 7072 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7693] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7694] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 1 7669 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 106969299 926773248 41097 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.95
Current children cumulated vsize (KiB) 918652

[startup+30.5025 s]
/proc/loadavg: 1.72 0.55 0.19 4/81 7694
/proc/meminfo: memFree=917208/2055920 swapFree=4181372/4192956
[pid=7669] ppid=7667 vsize=13600 CPUtime=23.79
/proc/7669/stat : 7669 (sugar) S 7667 7669 7072 0 -1 4194304 982 94937 0 1 3 0 2269 107 16 0 1 0 106966875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7669/statm: 3400 797 370 3 0 500 0
[pid=7685] ppid=7669 vsize=0 CPUtime=0
/proc/7685/stat : 7685 (sh) Z 7669 7669 7072 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 106969295 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7685/statm: 0 0 0 0 0 0 0
[pid=7686] ppid=1 vsize=905052 CPUtime=6.26
/proc/7686/stat : 7686 (java) S 1 7669 7072 0 -1 0 52071 0 1 0 602 24 0 0 16 0 9 0 106969295 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7686/statm: 226263 41112 2532 9 0 220845 0
[pid=7686/tid=7687] ppid=1 vsize=905052 CPUtime=3.38
/proc/7686/task/7687/stat : 7687 (java) R 1 7669 7072 0 -1 64 3515 0 1 0 335 3 0 0 25 0 9 0 106969296 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7688] ppid=1 vsize=905052 CPUtime=2.78
/proc/7686/task/7688/stat : 7688 (java) R 1 7669 7072 0 -1 64 47538 0 0 0 259 19 0 0 16 0 9 0 106969297 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 101574049 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7689] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 1 7669 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 106969297 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7690] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 1 7669 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 106969297 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7691] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 106969299 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7692] ppid=1 vsize=905052 CPUtime=0.06
/proc/7686/task/7692/stat : 7692 (java) S 1 7669 7072 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 106969299 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7693] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 1 7669 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 106969299 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7686/tid=7694] ppid=1 vsize=905052 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 1 7669 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 106969299 926773248 41112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.05
Current children cumulated vsize (KiB) 918652

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7669 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=729544
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=84835
# CPU time returned by wait4() is 23.8144
# while last known CPU time is 30.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 30.5621
CPU time (s): 30.05
CPU user time (s): 28.74
CPU system time (s): 1.31
CPU usage (%): 98.3243
Max. virtual memory (cumulated for all children) (KiB): 934252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7295
system time used= 1.08483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96242
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= 3357
involuntary context switches= 3685

runsolver used 0.048992 second user time and 0.119981 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-01 23:59:18
IDJOB=1034517
IDBENCH=53346
IDSOLVER=345
FILE ID=node73/1034517-1214949546
PBS_JOBID= 7870189
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lard/normalized-lard-88-88.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034517-1214949546/watcher-1034517-1214949546 -o /tmp/evaluation-result-1034517-1214949546/solver-1034517-1214949546 -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/picosat" -tmp="HOME/temp" HOME/instance-1034517-1214949546.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 137c0b8c9147cb33e9f21d52d50de0cb
RANDOM SEED=11592949

node73.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.230
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.230
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:       1170360 kB
Buffers:         47360 kB
Cached:         643228 kB
SwapCached:       5392 kB
Active:         356656 kB
Inactive:       456028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170360 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:          175976 kB
Writeback:           0 kB
Mapped:         129184 kB
Slab:            58180 kB
Committed_AS:   312728 kB
PageTables:       1928 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= 66364 MiB
End job on node73 at 2008-07-01 23:59:51