Trace number 1092834

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? (TO) 1800.11 1815.72

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-17.xml
MD5SUM3fe3aa089f1f308c838f4e4f77a704e4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark759.747
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints2329
Maximum constraint arity2
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2329
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 Sat Jul  5 19:08:53 2008
0.00/0.04	c 0	PID 21393
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092834-1215277733.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-1092834-1215277733.xml' 'HOME/temp.csp'
0.03/0.69	c 0	1 domains, 68 variables, 2 predicates, 0 relations, 2329 constraints
0.03/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	c 0	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'
0.03/0.78	c 0	Parsing HOME/temp.csp
0.66/0.96	c 1	parsed 2400 expressions
0.66/0.96	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/0.96	c 1	Converting to clausal form CSP
0.95/1.05	c 1	converted 240 (10%) expressions
1.04/1.15	c 1	converted 480 (20%) expressions
1.04/1.17	c 1	converted 720 (30%) expressions
1.04/1.19	c 1	converted 960 (40%) expressions
1.13/1.20	c 1	converted 1200 (50%) expressions
1.13/1.21	c 1	converted 1440 (60%) expressions
1.13/1.21	c 1	converted 1680 (70%) expressions
1.13/1.22	c 1	converted 1920 (80%) expressions
1.13/1.23	c 1	converted 2160 (90%) expressions
1.13/1.23	c 1	converted 2400 (100%) expressions
1.13/1.23	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 68
1.13/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.24	c 1	Propagation in CSP
1.23/1.31	c 1	2040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.31	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 62
1.23/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.35	c 1	CSP : 68 integers, 4556 booleans, 6936 clauses, largest domain size 62
1.23/1.35	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.40	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.34/1.40	c 1	14 (20%) CSP integer variables are encoded (567 clauses, 6089 bytes)
1.34/1.41	c 1	21 (30%) CSP integer variables are encoded (834 clauses, 9026 bytes)
1.34/1.41	c 1	28 (40%) CSP integer variables are encoded (1107 clauses, 12294 bytes)
1.34/1.41	c 1	34 (50%) CSP integer variables are encoded (1224 clauses, 13815 bytes)
1.34/1.41	c 1	41 (60%) CSP integer variables are encoded (1581 clauses, 18456 bytes)
1.34/1.41	c 1	48 (70%) CSP integer variables are encoded (1791 clauses, 21186 bytes)
1.34/1.41	c 1	55 (80%) CSP integer variables are encoded (2058 clauses, 24657 bytes)
1.34/1.41	c 1	62 (90%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.34/1.41	c 1	68 (100%) CSP integer variables are encoded (2448 clauses, 29727 bytes)
1.34/1.47	c 1	694 (10%) CSP clauses are encoded (18896 clauses, 303539 bytes)
1.43/1.52	c 1	1388 (20%) CSP clauses are encoded (31622 clauses, 522585 bytes)
1.43/1.54	c 1	2081 (30%) CSP clauses are encoded (40404 clauses, 672326 bytes)
1.43/1.56	c 1	2775 (40%) CSP clauses are encoded (44947 clauses, 747645 bytes)
1.43/1.59	c 1	3468 (50%) CSP clauses are encoded (56052 clauses, 939714 bytes)
1.54/1.62	c 1	4162 (60%) CSP clauses are encoded (69836 clauses, 1182769 bytes)
1.54/1.64	c 1	4856 (70%) CSP clauses are encoded (78944 clauses, 1349584 bytes)
1.54/1.66	c 1	5549 (80%) CSP clauses are encoded (89331 clauses, 1540162 bytes)
1.54/1.69	c 1	6243 (90%) CSP clauses are encoded (102248 clauses, 1777194 bytes)
1.64/1.71	c 1	6936 (100%) CSP clauses are encoded (113257 clauses, 1980301 bytes)
1.64/1.71	c 1	6936 CSP clauses encoded
1.64/1.71	c 1	Writing map file : HOME/temp.map
1.64/1.72	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.72	c 1	SAT : 7072 SAT variables, 113257 SAT clauses, 1980301 bytes
1.64/1.72	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.75	c 1	SOLVING HOME/temp.cnf
1.64/1.75	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1815.70	sh: line 1: 21417 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1815.71	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1815.71	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1815.71	c ERROR INTERRUPTED
1800.07/1815.72	s UNKNOWN
1800.07/1815.72	c 1815	CPU 1799.32 (0.03 0.01 1799.29 0.76)
1800.07/1815.72	c 1815	END Sat Jul  5 19:39:08 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-1092834-1215277733/watcher-1092834-1215277733 -o /tmp/evaluation-result-1092834-1215277733/solver-1092834-1215277733 -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-1092834-1215277733.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.03 2.06 2.02 4/72 21393
/proc/meminfo: memFree=1756440/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=18572 CPUtime=0
/proc/21393/stat : 21393 (runsolver) R 21391 21393 18918 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 650710388 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21393/statm: 4643 292 257 25 0 2626 0

[startup+0.094827 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 21393
/proc/meminfo: memFree=1756440/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=0.03
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 650710388 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102825 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 21393
/proc/meminfo: memFree=1756440/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=0.03
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 650710388 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30186 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 21393
/proc/meminfo: memFree=1756440/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=0.03
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 650710388 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702058 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 21393
/proc/meminfo: memFree=1756440/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=0.03
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 650710388 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 2.03 2.06 2.02 4/83 21415
/proc/meminfo: memFree=1747776/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=0.67
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 974 5205 0 1 3 1 60 3 15 0 1 0 650710388 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 797 370 3 0 500 0
[pid=21406] ppid=21393 vsize=5356 CPUtime=0
/proc/21406/stat : 21406 (sh) S 21393 21393 18918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 650710459 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21406/statm: 1339 233 193 169 0 50 0
[pid=21407] ppid=21406 vsize=868384 CPUtime=0.76
/proc/21407/stat : 21407 (java) S 21406 21393 18918 0 -1 0 6890 0 1 0 72 4 0 0 18 0 9 0 650710459 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21407/statm: 217096 6112 2562 9 0 211643 0
[pid=21407/tid=21408] ppid=21406 vsize=868384 CPUtime=0.45
/proc/21407/task/21408/stat : 21408 (java) R 21406 21393 18918 0 -1 64 2722 0 1 0 43 2 0 0 23 0 9 0 650710460 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4126945436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21409] ppid=21406 vsize=868384 CPUtime=0.08
/proc/21407/task/21409/stat : 21409 (java) S 21406 21393 18918 0 -1 64 2010 0 0 0 8 0 0 0 16 0 9 0 650710461 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21410] ppid=21406 vsize=868384 CPUtime=0
/proc/21407/task/21410/stat : 21410 (java) S 21406 21393 18918 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650710461 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21411] ppid=21406 vsize=868384 CPUtime=0
/proc/21407/task/21411/stat : 21411 (java) S 21406 21393 18918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650710461 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21412] ppid=21406 vsize=868384 CPUtime=0
/proc/21407/task/21412/stat : 21412 (java) S 21406 21393 18918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650710463 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21413] ppid=21406 vsize=868384 CPUtime=0.21
/proc/21407/task/21413/stat : 21413 (java) S 21406 21393 18918 0 -1 64 1466 0 0 0 21 0 0 0 16 0 9 0 650710463 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21414] ppid=21406 vsize=868384 CPUtime=0
/proc/21407/task/21414/stat : 21414 (java) S 21406 21393 18918 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650710463 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21407/tid=21415] ppid=21406 vsize=868384 CPUtime=0
/proc/21407/task/21415/stat : 21415 (java) S 21406 21393 18918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650710463 889225216 6112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887340

[startup+3.10141 s]
/proc/loadavg: 2.03 2.06 2.02 3/75 21417
/proc/meminfo: memFree=1750528/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=5004 CPUtime=1.33
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1149 0 0 0 78 55 0 0 25 0 1 0 650710564 5124096 1135 996147200 134512640 134931368 4294956256 18446744073709551615 134530799 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1251 1135 42 102 0 1146 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 23960

[startup+6.30202 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 21417
/proc/meminfo: memFree=1747456/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=5268 CPUtime=4.49
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1208 0 0 0 394 55 0 0 25 0 1 0 650710564 5394432 1194 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1317 1194 42 102 0 1212 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24224

[startup+12.7013 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 21417
/proc/meminfo: memFree=1747008/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=5664 CPUtime=10.83
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1307 0 0 0 1028 55 0 0 25 0 1 0 650710564 5799936 1293 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1416 1293 42 102 0 1311 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 24620

[startup+25.5027 s]
/proc/loadavg: 2.02 2.05 2.02 3/75 21417
/proc/meminfo: memFree=1746432/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=6324 CPUtime=23.51
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1474 0 0 0 2295 56 0 0 25 0 1 0 650710564 6475776 1460 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1581 1460 42 102 0 1476 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 25280

[startup+51.1016 s]
/proc/loadavg: 2.01 2.05 2.01 3/75 21417
/proc/meminfo: memFree=1745728/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=6992 CPUtime=48.87
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1678 0 0 0 4831 56 0 0 25 0 1 0 650710564 7159808 1651 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1748 1651 48 102 0 1643 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 25948

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 21417
/proc/meminfo: memFree=1745472/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=7244 CPUtime=99.58
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1751 0 0 0 9902 56 0 0 25 0 1 0 650710564 7417856 1724 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1811 1724 48 102 0 1706 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 26200

[startup+162.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 21417
/proc/meminfo: memFree=1745152/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=7956 CPUtime=159.02
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 1810 0 0 0 15846 56 0 0 25 0 1 0 650710564 8146944 1783 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 1989 1783 48 102 0 1884 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 26912

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21417
/proc/meminfo: memFree=1744832/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=11444 CPUtime=1288.24
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3447 0 0 0 128763 61 0 0 25 0 1 0 650710564 11718656 2638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 2861 2638 48 102 0 2756 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 30400

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21417
/proc/meminfo: memFree=1740608/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=11840 CPUtime=1347.66
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3593 0 0 0 134705 61 0 0 25 0 1 0 650710564 12124160 2712 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 2960 2712 48 102 0 2855 0
Current children cumulated CPU time (s) 1349.34
Current children cumulated vsize (KiB) 30796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21417
/proc/meminfo: memFree=1740608/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=11840 CPUtime=1407.1
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3593 0 0 0 140648 62 0 0 25 0 1 0 650710564 12124160 2712 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 2960 2712 48 102 0 2855 0
Current children cumulated CPU time (s) 1408.78
Current children cumulated vsize (KiB) 30796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21417
/proc/meminfo: memFree=1740416/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=11972 CPUtime=1466.53
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3698 0 0 0 146591 62 0 0 25 0 1 0 650710564 12259328 2745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 2993 2745 48 102 0 2888 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 30928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21417
/proc/meminfo: memFree=1740544/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=11972 CPUtime=1525.96
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3698 0 0 0 152534 62 0 0 25 0 1 0 650710564 12259328 2745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 2993 2745 48 102 0 2888 0
Current children cumulated CPU time (s) 1527.64
Current children cumulated vsize (KiB) 30928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21417
/proc/meminfo: memFree=1740032/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1585.4
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3885 0 0 0 158477 63 0 0 25 0 1 0 650710564 12664832 2856 996147200 134512640 134931368 4294956256 18446744073709551615 134525867 0 0 4096 0 0 0 0 17 1 0 0
/proc/21417/statm: 3092 2856 48 102 0 2987 0
Current children cumulated CPU time (s) 1587.08
Current children cumulated vsize (KiB) 31324

[startup+1662.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 21457
/proc/meminfo: memFree=1727856/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1645.05
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3885 0 0 0 164442 63 0 0 25 0 1 0 650710564 12664832 2856 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/21417/statm: 3092 2856 48 102 0 2987 0
Current children cumulated CPU time (s) 1646.73
Current children cumulated vsize (KiB) 31324

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 21457
/proc/meminfo: memFree=1727664/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1705.03
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3890 0 0 0 170439 64 0 0 25 0 1 0 650710564 12664832 2861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21417/statm: 3092 2861 48 102 0 2987 0
Current children cumulated CPU time (s) 1706.71
Current children cumulated vsize (KiB) 31324

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21457
/proc/meminfo: memFree=1727408/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1765
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3994 0 0 0 176436 64 0 0 25 0 1 0 650710564 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21417/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1766.68
Current children cumulated vsize (KiB) 31324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21457
/proc/meminfo: memFree=1727408/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1798.39
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3994 0 0 0 179775 64 0 0 25 0 1 0 650710564 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21417/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31324

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

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

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21457
/proc/meminfo: memFree=1727408/2055920 swapFree=4180232/4192956
[pid=21393] ppid=21391 vsize=13600 CPUtime=1.68
/proc/21393/stat : 21393 (sugar) S 21391 21393 18918 0 -1 4194304 1022 12457 0 2 3 1 153 11 16 0 1 0 650710388 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21393/statm: 3400 798 370 3 0 500 0
[pid=21416] ppid=21393 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (sh) S 21393 21393 18918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650710563 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21416/statm: 1339 232 193 169 0 50 0
[pid=21417] ppid=21416 vsize=12368 CPUtime=1798.39
/proc/21417/stat : 21417 (picosat) R 21416 21393 18918 0 -1 4194304 3994 0 0 0 179775 64 0 0 25 0 1 0 650710564 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21417/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31324

Child status: 0
Real time (s): 1815.72
CPU time (s): 1800.11
CPU user time (s): 1799.32
CPU system time (s): 0.780881
CPU usage (%): 99.1399
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18206
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2304
involuntary context switches= 38728

runsolver used 2.21066 second user time and 5.9051 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 19:08:53
IDJOB=1092834
IDBENCH=58659
IDSOLVER=345
FILE ID=node5/1092834-1215277733
PBS_JOBID= 7882106
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-17.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-1092834-1215277733/watcher-1092834-1215277733 -o /tmp/evaluation-result-1092834-1215277733/solver-1092834-1215277733 -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-1092834-1215277733.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fe3aa089f1f308c838f4e4f77a704e4
RANDOM SEED=309630811

node5.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.279
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.279
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:       1756920 kB
Buffers:         45940 kB
Cached:         185300 kB
SwapCached:       6964 kB
Active:         159584 kB
Inactive:        86864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756920 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            37908 kB
Committed_AS:  1009388 kB
PageTables:       1724 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= 66532 MiB
End job on node5 at 2008-07-05 19:39:10