Trace number 1060745

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.09 1810.32

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-4.xml
MD5SUM89ae94f8bcf1c2ab487c579798d2259f
Bench CategoryN-ARY-INT (n-ary 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 variables6352
Number of constraints13348
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13348
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 Fri Jul  4 01:39:55 2008
0.00/0.04	c 0	PID 22839
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1060745-1215128394.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-1060745-1215128394.xml' 'HOME/temp.csp'
1.17/1.21	c 1	2 domains, 6352 variables, 3 predicates, 0 relations, 13348 constraints
1.17/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.17/1.25	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'
1.20/1.33	c 1	Parsing HOME/temp.csp
1.20/1.64	c 1	parsed 10000 expressions
1.20/1.87	c 1	parsed 19705 expressions
1.20/1.88	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.88	c 1	Converting to clausal form CSP
1.20/1.92	c 1	converted 1971 (10%) expressions
1.20/1.92	c 2	converted 3941 (20%) expressions
1.20/1.93	c 2	converted 5912 (30%) expressions
2.02/2.18	c 2	converted 7882 (40%) expressions
2.12/2.22	c 2	converted 9853 (50%) expressions
2.12/2.26	c 2	converted 11823 (60%) expressions
2.12/2.30	c 2	converted 13794 (70%) expressions
2.22/2.34	c 2	converted 15764 (80%) expressions
2.22/2.37	c 2	converted 17735 (90%) expressions
2.32/2.41	c 2	converted 19705 (100%) expressions
2.32/2.41	c 2	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
2.32/2.41	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.41	c 2	Propagation in CSP
3.22/3.30	c 3	1441 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.22/3.31	c 3	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
3.22/3.31	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.32	c 3	Simplifing CSP by introducing new Boolean variables
3.22/3.32	c 3	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
3.22/3.32	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.41	c 3	636 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.41	c 3	1271 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.42	c 3	1906 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.42	c 3	2541 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.42	c 3	3176 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.43	c 3	3812 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.43	c 3	4447 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.43	c 3	5082 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.43	c 3	5717 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.43	c 3	6352 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.32/3.49	c 3	1296 (10%) CSP clauses are encoded (1207 clauses, 13563 bytes)
3.41/3.50	c 3	2591 (20%) CSP clauses are encoded (2446 clauses, 29675 bytes)
3.41/3.51	c 3	3886 (30%) CSP clauses are encoded (3639 clauses, 45179 bytes)
3.41/3.52	c 3	5181 (40%) CSP clauses are encoded (4301 clauses, 53675 bytes)
3.41/3.53	c 3	6476 (50%) CSP clauses are encoded (5041 clauses, 65157 bytes)
3.41/3.54	c 3	7772 (60%) CSP clauses are encoded (6317 clauses, 89261 bytes)
3.41/3.55	c 3	9067 (70%) CSP clauses are encoded (7600 clauses, 114681 bytes)
3.41/3.56	c 3	10362 (80%) CSP clauses are encoded (8753 clauses, 137489 bytes)
3.41/3.57	c 3	11657 (90%) CSP clauses are encoded (9291 clauses, 147895 bytes)
3.41/3.58	c 3	12952 (100%) CSP clauses are encoded (9815 clauses, 158021 bytes)
3.41/3.58	c 3	12952 CSP clauses encoded
3.41/3.58	c 3	Writing map file : HOME/temp.map
3.50/3.64	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.64	c 3	SAT : 4770 SAT variables, 9815 SAT clauses, 158021 bytes
3.50/3.64	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.68	c 3	SOLVING HOME/temp.cnf
3.50/3.68	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1810.30	sh: line 1: 22863 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.05/1810.30	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1810.30	c 1810	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.05/1810.31	c ERROR INTERRUPTED
1800.05/1810.31	s UNKNOWN
1800.05/1810.31	c 1810	CPU 1799.81 (0.03 0.01 1799.78 0.25)
1800.05/1810.31	c 1810	END Fri Jul  4 02:10:05 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-1060745-1215128394/watcher-1060745-1215128394 -o /tmp/evaluation-result-1060745-1215128394/solver-1060745-1215128394 -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-1060745-1215128394.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.91 1.97 1.99 4/73 22839
/proc/meminfo: memFree=1489936/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=12268 CPUtime=0
/proc/22839/stat : 22839 (sugar) R 22837 22839 20728 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 625095124 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254613879397 0 0 4224 0 0 0 0 17 0 0 0
/proc/22839/statm: 3067 316 241 3 0 167 0

[startup+0.0823109 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 22839
/proc/meminfo: memFree=1489936/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=0.04
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 625095124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10227 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 22839
/proc/meminfo: memFree=1489936/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=0.04
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 625095124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302293 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 22839
/proc/meminfo: memFree=1489936/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=0.04
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 625095124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702337 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 22839
/proc/meminfo: memFree=1489936/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=0.04
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 625095124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 22851
/proc/meminfo: memFree=1459448/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=1.2
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 973 11353 0 1 3 1 109 7 16 0 1 0 625095124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13600

[startup+3.10161 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 22861
/proc/meminfo: memFree=1468984/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=1.2
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 974 11353 0 1 3 1 109 7 15 0 1 0 625095124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 797 370 3 0 500 0
[pid=22852] ppid=22839 vsize=5356 CPUtime=0
/proc/22852/stat : 22852 (sh) S 22839 22839 20728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625095249 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22852/statm: 1339 233 193 169 0 50 0
[pid=22853] ppid=22852 vsize=868388 CPUtime=1.81
/proc/22853/stat : 22853 (java) S 22852 22839 20728 0 -1 0 9530 0 1 0 174 7 0 0 20 0 9 0 625095250 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22853/statm: 217097 8472 2540 9 0 211672 0
[pid=22853/tid=22854] ppid=22852 vsize=868388 CPUtime=1.24
/proc/22853/task/22854/stat : 22854 (java) R 22852 22839 20728 0 -1 64 2817 0 1 0 122 2 0 0 25 0 9 0 625095251 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4126926052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22855] ppid=22852 vsize=868388 CPUtime=0.35
/proc/22853/task/22855/stat : 22855 (java) S 22852 22839 20728 0 -1 64 4551 0 0 0 33 2 0 0 16 0 9 0 625095252 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22856] ppid=22852 vsize=868388 CPUtime=0
/proc/22853/task/22856/stat : 22856 (java) S 22852 22839 20728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625095252 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22857] ppid=22852 vsize=868388 CPUtime=0
/proc/22853/task/22857/stat : 22857 (java) S 22852 22839 20728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625095252 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22858] ppid=22852 vsize=868388 CPUtime=0
/proc/22853/task/22858/stat : 22858 (java) S 22852 22839 20728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625095254 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22859] ppid=22852 vsize=868388 CPUtime=0.2
/proc/22853/task/22859/stat : 22859 (java) S 22852 22839 20728 0 -1 64 1465 0 0 0 19 1 0 0 16 0 9 0 625095254 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22860] ppid=22852 vsize=868388 CPUtime=0
/proc/22853/task/22860/stat : 22860 (java) S 22852 22839 20728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625095254 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22853/tid=22861] ppid=22852 vsize=868388 CPUtime=0
/proc/22853/task/22861/stat : 22861 (java) S 22852 22839 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625095254 889229312 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.30197 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1485624/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=1656 CPUtime=2.6
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 319 0 0 0 256 4 0 0 25 0 1 0 625095492 1695744 303 996147200 134512640 134931368 4294956256 18446744073709551615 134529108 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 414 303 48 102 0 309 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 20612

[startup+12.7017 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1485560/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=1788 CPUtime=8.97
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 342 0 0 0 893 4 0 0 25 0 1 0 625095492 1830912 326 996147200 134512640 134931368 4294956256 18446744073709551615 134525561 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 447 326 48 102 0 342 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 20744

[startup+25.5021 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1485496/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=1912 CPUtime=21.72
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 383 0 0 0 2168 4 0 0 25 0 1 0 625095492 1957888 367 996147200 134512640 134931368 4294956256 18446744073709551615 134522798 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 478 367 48 102 0 373 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 20868

[startup+51.103 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1485304/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=2152 CPUtime=47.22
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 434 0 0 0 4718 4 0 0 25 0 1 0 625095492 2203648 418 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 538 418 48 102 0 433 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 21108

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1484984/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=2364 CPUtime=98.22
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 497 0 0 0 9817 5 0 0 25 0 1 0 625095492 2420736 481 996147200 134512640 134931368 4294956256 18446744073709551615 134529372 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 591 481 48 102 0 486 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 21320

[startup+162.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1484664/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=2612 CPUtime=157.98
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 550 0 0 0 15793 5 0 0 25 0 1 0 625095492 2674688 534 996147200 134512640 134931368 4294956256 18446744073709551615 134522834 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 653 534 48 102 0 548 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 21568

[startup+222.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 22863
/proc/meminfo: memFree=1484472/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=2716 CPUtime=217.73
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 590 0 0 0 21768 5 0 0 25 0 1 0 625095492 2781184 574 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 679 574 48 102 0 574 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 21672

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

[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4248 CPUtime=1292.31
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 982 0 0 0 129224 7 0 0 25 0 1 0 625095492 4349952 949 996147200 134512640 134931368 4294956256 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1062 949 48 102 0 957 0
Current children cumulated CPU time (s) 1295.88
Current children cumulated vsize (KiB) 23204

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1497400/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4408 CPUtime=1351.85
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1017 0 0 0 135178 7 0 0 25 0 1 0 625095492 4513792 984 996147200 134512640 134931368 4294956256 18446744073709551615 134529449 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1102 984 48 102 0 997 0
Current children cumulated CPU time (s) 1355.42
Current children cumulated vsize (KiB) 23364

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1497400/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4356 CPUtime=1411.41
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1017 0 0 0 141134 7 0 0 25 0 1 0 625095492 4460544 978 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1089 978 48 102 0 984 0
Current children cumulated CPU time (s) 1414.98
Current children cumulated vsize (KiB) 23312

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1497336/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4356 CPUtime=1470.95
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1017 0 0 0 147088 7 0 0 25 0 1 0 625095492 4460544 978 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1089 978 48 102 0 984 0
Current children cumulated CPU time (s) 1474.52
Current children cumulated vsize (KiB) 23312

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1497144/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4504 CPUtime=1530.5
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1053 0 0 0 153043 7 0 0 25 0 1 0 625095492 4612096 1014 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1126 1014 48 102 0 1021 0
Current children cumulated CPU time (s) 1534.07
Current children cumulated vsize (KiB) 23460

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1497144/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4504 CPUtime=1590.05
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1058 0 0 0 158998 7 0 0 25 0 1 0 625095492 4612096 1017 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1126 1017 48 102 0 1021 0
Current children cumulated CPU time (s) 1593.62
Current children cumulated vsize (KiB) 23460

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1496952/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4504 CPUtime=1649.59
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1058 0 0 0 164952 7 0 0 25 0 1 0 625095492 4612096 1017 996147200 134512640 134931368 4294956256 18446744073709551615 134524195 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1126 1017 48 102 0 1021 0
Current children cumulated CPU time (s) 1653.16
Current children cumulated vsize (KiB) 23460

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1496888/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4640 CPUtime=1709.14
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1096 0 0 0 170907 7 0 0 25 0 1 0 625095492 4751360 1053 996147200 134512640 134931368 4294956256 18446744073709551615 134524021 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1160 1053 48 102 0 1055 0
Current children cumulated CPU time (s) 1712.71
Current children cumulated vsize (KiB) 23596

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1496760/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4624 CPUtime=1768.69
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1096 0 0 0 176862 7 0 0 25 0 1 0 625095492 4734976 1049 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1156 1049 48 102 0 1051 0
Current children cumulated CPU time (s) 1772.26
Current children cumulated vsize (KiB) 23580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1496760/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4616 CPUtime=1796.48
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1096 0 0 0 179641 7 0 0 25 0 1 0 625095492 4726784 1047 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1154 1047 48 102 0 1049 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 23572

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

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

[startup+1810.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 22898
/proc/meminfo: memFree=1496760/2055920 swapFree=4179032/4192956
[pid=22839] ppid=22837 vsize=13600 CPUtime=3.57
/proc/22839/stat : 22839 (sugar) S 22837 22839 20728 0 -1 4194304 1023 21396 0 2 3 1 336 17 16 0 1 0 625095124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22839/statm: 3400 799 370 3 0 500 0
[pid=22862] ppid=22839 vsize=5356 CPUtime=0
/proc/22862/stat : 22862 (sh) S 22839 22839 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625095492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22862/statm: 1339 232 193 169 0 50 0
[pid=22863] ppid=22862 vsize=4616 CPUtime=1796.48
/proc/22863/stat : 22863 (picosat) R 22862 22839 20728 0 -1 4194304 1096 0 0 0 179641 7 0 0 25 0 1 0 625095492 4726784 1047 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22863/statm: 1154 1047 48 102 0 1049 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 23572

Child status: 0
Real time (s): 1810.32
CPU time (s): 1800.09
CPU user time (s): 1799.82
CPU system time (s): 0.270958
CPU usage (%): 99.4349
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24356
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= 3379
involuntary context switches= 34115

runsolver used 1.75873 second user time and 4.84026 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 01:39:55
IDJOB=1060745
IDBENCH=54478
IDSOLVER=345
FILE ID=node87/1060745-1215128394
PBS_JOBID= 7877034
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-4.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-1060745-1215128394/watcher-1060745-1215128394 -o /tmp/evaluation-result-1060745-1215128394/solver-1060745-1215128394 -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-1060745-1215128394.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89ae94f8bcf1c2ab487c579798d2259f
RANDOM SEED=456675713

node87.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.232
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.232
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:       1490416 kB
Buffers:         28580 kB
Cached:         466408 kB
SwapCached:       8144 kB
Active:         288744 kB
Inactive:       238296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490416 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          38812 kB
Slab:            23740 kB
Committed_AS:  1548324 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2008-07-04 02:10:07