Trace number 1084485

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.07 1806.92

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-30.xml
MD5SUM684bd73868b3c19d67d9dc2b2bd45b2f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1800
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1800
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 06:01:04 2008
0.00/0.04	c 0	PID 12282
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1084485-1215230464.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084485-1215230464.xml' 'HOME/temp.csp'
0.03/0.63	c 1	1 domains, 60 variables, 2 predicates, 0 relations, 1800 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	c 1	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.62/0.75	c 1	Parsing HOME/temp.csp
0.62/0.91	c 1	parsed 1863 expressions
0.62/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.92	c 1	Converting to clausal form CSP
0.62/0.97	c 1	converted 187 (10%) expressions
0.93/1.07	c 1	converted 373 (20%) expressions
0.93/1.09	c 1	converted 559 (30%) expressions
1.03/1.10	c 1	converted 746 (40%) expressions
1.03/1.12	c 1	converted 932 (50%) expressions
1.03/1.13	c 1	converted 1118 (60%) expressions
1.03/1.13	c 1	converted 1305 (70%) expressions
1.03/1.14	c 1	converted 1491 (80%) expressions
1.03/1.14	c 1	converted 1677 (90%) expressions
1.03/1.15	c 1	converted 1863 (100%) expressions
1.03/1.15	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 60
1.03/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.15	c 1	Propagation in CSP
1.03/1.20	c 1	990 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.20	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
1.03/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.20	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.23	c 1	CSP : 60 integers, 3540 booleans, 5370 clauses, largest domain size 58
1.13/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.28	c 1	6 (10%) CSP integer variables are encoded (321 clauses, 3383 bytes)
1.13/1.29	c 1	12 (20%) CSP integer variables are encoded (606 clauses, 6518 bytes)
1.13/1.29	c 1	18 (30%) CSP integer variables are encoded (855 clauses, 9257 bytes)
1.13/1.29	c 1	24 (40%) CSP integer variables are encoded (1068 clauses, 11781 bytes)
1.13/1.29	c 1	30 (50%) CSP integer variables are encoded (1245 clauses, 14082 bytes)
1.13/1.29	c 1	36 (60%) CSP integer variables are encoded (1566 clauses, 18255 bytes)
1.13/1.29	c 1	42 (70%) CSP integer variables are encoded (1851 clauses, 21960 bytes)
1.13/1.29	c 1	48 (80%) CSP integer variables are encoded (2100 clauses, 25197 bytes)
1.13/1.29	c 1	54 (90%) CSP integer variables are encoded (2313 clauses, 27966 bytes)
1.13/1.29	c 1	60 (100%) CSP integer variables are encoded (2490 clauses, 30267 bytes)
1.21/1.34	c 1	537 (10%) CSP clauses are encoded (17753 clauses, 284561 bytes)
1.21/1.38	c 1	1074 (20%) CSP clauses are encoded (32152 clauses, 533292 bytes)
1.32/1.41	c 2	1611 (30%) CSP clauses are encoded (45602 clauses, 766711 bytes)
1.32/1.44	c 2	2148 (40%) CSP clauses are encoded (57694 clauses, 976657 bytes)
1.32/1.47	c 2	2685 (50%) CSP clauses are encoded (68661 clauses, 1167431 bytes)
1.32/1.49	c 2	3222 (60%) CSP clauses are encoded (77990 clauses, 1331097 bytes)
1.42/1.50	c 2	3759 (70%) CSP clauses are encoded (85341 clauses, 1465854 bytes)
1.42/1.52	c 2	4296 (80%) CSP clauses are encoded (95110 clauses, 1646397 bytes)
1.42/1.55	c 2	4833 (90%) CSP clauses are encoded (109569 clauses, 1916822 bytes)
1.42/1.58	c 2	5370 (100%) CSP clauses are encoded (122124 clauses, 2151071 bytes)
1.42/1.58	c 2	5370 CSP clauses encoded
1.42/1.58	c 2	Writing map file : HOME/temp.map
1.42/1.58	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.58	c 2	SAT : 6090 SAT variables, 122124 SAT clauses, 2151071 bytes
1.42/1.58	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 2	SOLVING HOME/temp.cnf
1.50/1.60	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1806.91	sh: line 1: 12306 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1806.91	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.91	c 1807	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.02/1806.91	c ERROR INTERRUPTED
1800.02/1806.91	s UNKNOWN
1800.02/1806.91	c 1807	CPU 1799.27 (0.03 0 1799.24 0.77)
1800.02/1806.91	c 1807	END Sat Jul  5 06:31:11 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-1084485-1215230464/watcher-1084485-1215230464 -o /tmp/evaluation-result-1084485-1215230464/solver-1084485-1215230464 -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-1084485-1215230464.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.85 1.97 1.99 4/82 12282
/proc/meminfo: memFree=1757800/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=12272 CPUtime=0
/proc/12282/stat : 12282 (sugar) R 12280 12282 12245 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 645976811 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 234063527920 0 0 4224 0 0 0 0 17 0 0 0
/proc/12282/statm: 3068 326 245 3 0 168 0

[startup+0.0913241 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 12282
/proc/meminfo: memFree=1757800/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=0.03
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 645976811 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102324 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 12282
/proc/meminfo: memFree=1757800/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=0.03
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 645976811 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302345 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 12282
/proc/meminfo: memFree=1757800/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=0.03
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 645976811 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701384 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 12282
/proc/meminfo: memFree=1757800/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=0.62
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 956 5040 0 1 3 0 55 4 16 0 1 0 645976811 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12282/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 12304
/proc/meminfo: memFree=1749072/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=0.62
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 974 5040 0 1 3 0 55 4 15 0 1 0 645976811 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 797 370 3 0 500 0
[pid=12295] ppid=12282 vsize=5356 CPUtime=0
/proc/12295/stat : 12295 (sh) S 12282 12282 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645976879 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12295/statm: 1339 233 193 169 0 50 0
[pid=12296] ppid=12295 vsize=868472 CPUtime=0.8
/proc/12296/stat : 12296 (java) S 12295 12282 12245 0 -1 0 6829 0 1 0 75 5 0 0 20 0 9 0 645976879 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 217118 6018 2562 9 0 211665 0
[pid=12296/tid=12297] ppid=12295 vsize=868472 CPUtime=0.49
/proc/12296/task/12297/stat : 12297 (java) R 12295 12282 12245 0 -1 64 2753 0 1 0 47 2 0 0 25 0 9 0 645976880 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12298] ppid=12295 vsize=868472 CPUtime=0.07
/proc/12296/task/12298/stat : 12298 (java) R 12295 12282 12245 0 -1 64 1911 0 0 0 6 1 0 0 15 0 9 0 645976881 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12299] ppid=12295 vsize=868472 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12295 12282 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645976881 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12295 vsize=868472 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12295 12282 12245 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645976881 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12295 vsize=868472 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12295 12282 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645976883 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12295 vsize=868472 CPUtime=0.21
/proc/12296/task/12302/stat : 12302 (java) S 12295 12282 12245 0 -1 64 1472 0 0 0 21 0 0 0 16 0 9 0 645976883 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12295 vsize=868472 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12295 12282 12245 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645976883 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12295 vsize=868472 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12295 12282 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645976883 889315328 6018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887428

[startup+3.10164 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1750992/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=5452 CPUtime=1.47
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 1249 0 0 0 94 53 0 0 25 0 1 0 645976973 5582848 1233 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 1363 1233 42 102 0 1258 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24408

[startup+6.30197 s]
/proc/loadavg: 1.86 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1748048/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=5980 CPUtime=4.65
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 1398 0 0 0 412 53 0 0 25 0 1 0 645976973 6123520 1382 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 1495 1382 42 102 0 1390 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24936

[startup+12.7016 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1746896/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=6904 CPUtime=11.02
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 1634 0 0 0 1048 54 0 0 25 0 1 0 645976973 7069696 1618 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 1726 1618 42 102 0 1621 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 25860

[startup+25.503 s]
/proc/loadavg: 1.90 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1744984/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=9264 CPUtime=23.76
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 2101 0 0 0 2321 55 0 0 25 0 1 0 645976973 9486336 2085 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 2316 2085 42 102 0 2211 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 28220

[startup+51.1027 s]
/proc/loadavg: 1.93 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1743768/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=10460 CPUtime=49.23
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 2430 0 0 0 4868 55 0 0 25 0 1 0 645976973 10711040 2405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 2615 2405 48 102 0 2510 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 29416

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1743128/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=10868 CPUtime=100.19
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 2537 0 0 0 9963 56 0 0 25 0 1 0 645976973 11128832 2512 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 2717 2512 48 102 0 2612 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 29824

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1742616/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=11564 CPUtime=159.89
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 2707 0 0 0 15933 56 0 0 25 0 1 0 645976973 11841536 2649 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 2891 2649 48 102 0 2786 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 30520

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 12306
/proc/meminfo: memFree=1742168/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=18288 CPUtime=1294.12
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5235 0 0 0 129347 65 0 0 25 0 1 0 645976973 18726912 4349 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4572 4349 48 102 0 4467 0
Current children cumulated CPU time (s) 1295.63
Current children cumulated vsize (KiB) 37244

[startup+1362.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/84 12440
/proc/meminfo: memFree=1403368/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=18684 CPUtime=1354.07
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5391 0 0 0 135342 65 0 0 25 0 1 0 645976973 19132416 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4671 4433 48 102 0 4566 0
Current children cumulated CPU time (s) 1355.58
Current children cumulated vsize (KiB) 37640

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 12440
/proc/meminfo: memFree=1403240/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=18684 CPUtime=1414.05
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5391 0 0 0 141340 65 0 0 25 0 1 0 645976973 19132416 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4671 4433 48 102 0 4566 0
Current children cumulated CPU time (s) 1415.56
Current children cumulated vsize (KiB) 37640

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 12440
/proc/meminfo: memFree=1402984/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=19080 CPUtime=1474.02
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5490 0 0 0 147337 65 0 0 25 0 1 0 645976973 19537920 4532 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4770 4532 48 102 0 4665 0
Current children cumulated CPU time (s) 1475.53
Current children cumulated vsize (KiB) 38036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 12440
/proc/meminfo: memFree=1396584/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=19344 CPUtime=1533.99
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5634 0 0 0 153334 65 0 0 25 0 1 0 645976973 19808256 4600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4836 4600 48 102 0 4731 0
Current children cumulated CPU time (s) 1535.5
Current children cumulated vsize (KiB) 38300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 12440
/proc/meminfo: memFree=1396584/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=19344 CPUtime=1593.97
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5634 0 0 0 159332 65 0 0 25 0 1 0 645976973 19808256 4600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4836 4600 48 102 0 4731 0
Current children cumulated CPU time (s) 1595.48
Current children cumulated vsize (KiB) 38300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 12440
/proc/meminfo: memFree=1396136/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=19608 CPUtime=1653.96
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5804 0 0 0 165330 66 0 0 25 0 1 0 645976973 20078592 4690 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4902 4690 48 102 0 4797 0
Current children cumulated CPU time (s) 1655.47
Current children cumulated vsize (KiB) 38564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12440
/proc/meminfo: memFree=1396136/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=19608 CPUtime=1713.93
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5804 0 0 0 171327 66 0 0 25 0 1 0 645976973 20078592 4690 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 4902 4690 48 102 0 4797 0
Current children cumulated CPU time (s) 1715.44
Current children cumulated vsize (KiB) 38564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12440
/proc/meminfo: memFree=1396008/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=20004 CPUtime=1773.91
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 5898 0 0 0 177325 66 0 0 25 0 1 0 645976973 20484096 4784 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 5001 4784 48 102 0 4896 0
Current children cumulated CPU time (s) 1775.42
Current children cumulated vsize (KiB) 38960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12440
/proc/meminfo: memFree=1395240/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=20400 CPUtime=1798.51
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 6102 0 0 0 179785 66 0 0 25 0 1 0 645976973 20889600 4904 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 5100 4904 48 102 0 4995 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 39356

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

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12440
/proc/meminfo: memFree=1395240/2055920 swapFree=4180580/4192956
[pid=12282] ppid=12280 vsize=13600 CPUtime=1.51
/proc/12282/stat : 12282 (sugar) S 12280 12282 12245 0 -1 4194304 1022 12199 0 2 3 0 138 10 16 0 1 0 645976811 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12282/statm: 3400 798 370 3 0 500 0
[pid=12305] ppid=12282 vsize=5356 CPUtime=0
/proc/12305/stat : 12305 (sh) S 12282 12282 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645976972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12305/statm: 1339 232 193 169 0 50 0
[pid=12306] ppid=12305 vsize=20400 CPUtime=1798.51
/proc/12306/stat : 12306 (picosat) R 12305 12282 12245 0 -1 4194304 6102 0 0 0 179785 66 0 0 25 0 1 0 645976973 20889600 4904 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12306/statm: 5100 4904 48 102 0 4995 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 39356

Child status: 0
Real time (s): 1806.92
CPU time (s): 1800.07
CPU user time (s): 1799.28
CPU system time (s): 0.789879
CPU usage (%): 99.6207
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.789879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20033
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= 2175
involuntary context switches= 45229

runsolver used 1.65175 second user time and 4.98324 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 06:01:04
IDJOB=1084485
IDBENCH=57565
IDSOLVER=345
FILE ID=node79/1084485-1215230464
PBS_JOBID= 7881917
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-30.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-1084485-1215230464/watcher-1084485-1215230464 -o /tmp/evaluation-result-1084485-1215230464/solver-1084485-1215230464 -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-1084485-1215230464.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 684bd73868b3c19d67d9dc2b2bd45b2f
RANDOM SEED=1387863752

node79.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1758344 kB
Buffers:         45000 kB
Cached:         180068 kB
SwapCached:       6948 kB
Active:         161820 kB
Inactive:        87160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758344 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          39700 kB
Slab:            33868 kB
Committed_AS:  1127632 kB
PageTables:       1856 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= 66468 MiB
End job on node79 at 2008-07-05 06:31:13