Trace number 1092939

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.06 1813.02

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-18.xml
MD5SUM7c8588dca43d8b80e07f77e46b9a208e
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 variables72
Number of constraints2610
Maximum constraint arity2
Maximum domain size72
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2610
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:12:30 2008
0.00/0.04	c 0	PID 21045
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092939-1215277950.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-1092939-1215277950.xml' 'HOME/temp.csp'
0.04/0.71	c 1	1 domains, 72 variables, 2 predicates, 0 relations, 2610 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.68/0.81	c 1	Parsing HOME/temp.csp
0.92/1.01	c 1	parsed 2685 expressions
0.92/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.01	c 1	Converting to clausal form CSP
0.92/1.10	c 1	converted 269 (10%) expressions
1.03/1.19	c 1	converted 537 (20%) expressions
1.13/1.21	c 1	converted 806 (30%) expressions
1.13/1.23	c 1	converted 1074 (40%) expressions
1.13/1.24	c 1	converted 1343 (50%) expressions
1.13/1.25	c 1	converted 1611 (60%) expressions
1.13/1.26	c 1	converted 1880 (70%) expressions
1.13/1.27	c 1	converted 2148 (80%) expressions
1.13/1.28	c 1	converted 2417 (90%) expressions
1.13/1.28	c 1	converted 2685 (100%) expressions
1.13/1.28	c 1	CSP : 72 integers, 0 booleans, 2664 clauses, largest domain size 72
1.13/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.28	c 1	Propagation in CSP
1.22/1.36	c 2	2268 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.36	c 2	CSP : 72 integers, 0 booleans, 2664 clauses, largest domain size 66
1.22/1.36	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.40	c 2	CSP : 72 integers, 5112 booleans, 7776 clauses, largest domain size 66
1.32/1.40	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.45	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 2	8 (10%) CSP integer variables are encoded (428 clauses, 4560 bytes)
1.32/1.46	c 2	15 (20%) CSP integer variables are encoded (645 clauses, 6947 bytes)
1.32/1.47	c 2	22 (30%) CSP integer variables are encoded (931 clauses, 10093 bytes)
1.32/1.47	c 2	29 (40%) CSP integer variables are encoded (1232 clauses, 13915 bytes)
1.32/1.47	c 2	36 (50%) CSP integer variables are encoded (1386 clauses, 15917 bytes)
1.32/1.47	c 2	44 (60%) CSP integer variables are encoded (1814 clauses, 21481 bytes)
1.32/1.47	c 2	51 (70%) CSP integer variables are encoded (2031 clauses, 24302 bytes)
1.32/1.47	c 2	58 (80%) CSP integer variables are encoded (2317 clauses, 28020 bytes)
1.32/1.47	c 2	65 (90%) CSP integer variables are encoded (2618 clauses, 31933 bytes)
1.32/1.47	c 2	72 (100%) CSP integer variables are encoded (2772 clauses, 33935 bytes)
1.42/1.55	c 2	778 (10%) CSP clauses are encoded (22540 clauses, 366493 bytes)
1.42/1.59	c 2	1556 (20%) CSP clauses are encoded (38136 clauses, 635866 bytes)
1.51/1.62	c 2	2333 (30%) CSP clauses are encoded (48528 clauses, 814134 bytes)
1.51/1.64	c 2	3111 (40%) CSP clauses are encoded (53819 clauses, 902504 bytes)
1.51/1.66	c 2	3888 (50%) CSP clauses are encoded (66825 clauses, 1128633 bytes)
1.61/1.70	c 2	4666 (60%) CSP clauses are encoded (83596 clauses, 1433371 bytes)
1.61/1.72	c 2	5444 (70%) CSP clauses are encoded (94541 clauses, 1634299 bytes)
1.61/1.75	c 2	6221 (80%) CSP clauses are encoded (107234 clauses, 1867087 bytes)
1.61/1.78	c 2	6999 (90%) CSP clauses are encoded (122574 clauses, 2149550 bytes)
1.72/1.81	c 2	7776 (100%) CSP clauses are encoded (135690 clauses, 2392018 bytes)
1.72/1.81	c 2	7776 CSP clauses encoded
1.72/1.81	c 2	Writing map file : HOME/temp.map
1.72/1.82	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.82	c 2	SAT : 7956 SAT variables, 135690 SAT clauses, 2392018 bytes
1.72/1.82	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.83	c 2	SOLVING HOME/temp.cnf
1.72/1.83	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1813.01	sh: line 1: 21069 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1813.01	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1813.01	c 1813	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/1813.01	c ERROR INTERRUPTED
1800.02/1813.01	s UNKNOWN
1800.02/1813.02	c 1813	CPU 1799.16 (0.03 0.01 1799.13 0.88)
1800.02/1813.02	c 1813	END Sat Jul  5 19:42:43 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-1092939-1215277950/watcher-1092939-1215277950 -o /tmp/evaluation-result-1092939-1215277950/solver-1092939-1215277950 -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-1092939-1215277950.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.16 2.10 2.01 4/73 21045
/proc/meminfo: memFree=1726768/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=18572 CPUtime=0
/proc/21045/stat : 21045 (runsolver) R 21043 21045 19915 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006766397 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21045/statm: 4643 292 257 25 0 2626 0

[startup+0.090611 s]
/proc/loadavg: 2.16 2.10 2.01 4/73 21045
/proc/meminfo: memFree=1726768/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=0.04
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006766397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101606 s]
/proc/loadavg: 2.16 2.10 2.01 4/73 21045
/proc/meminfo: memFree=1726768/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=0.04
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006766397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301641 s]
/proc/loadavg: 2.16 2.10 2.01 4/73 21045
/proc/meminfo: memFree=1726768/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=0.04
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006766397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701724 s]
/proc/loadavg: 2.16 2.10 2.01 4/73 21045
/proc/meminfo: memFree=1726768/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=0.04
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006766397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 2.16 2.10 2.01 3/84 21067
/proc/meminfo: memFree=1718424/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=0.68
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 974 5287 0 1 3 1 61 3 15 0 1 0 2006766397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 797 370 3 0 500 0
[pid=21058] ppid=21045 vsize=5356 CPUtime=0
/proc/21058/stat : 21058 (sh) S 21045 21045 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006766470 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21058/statm: 1339 233 193 169 0 50 0
[pid=21059] ppid=21058 vsize=868496 CPUtime=0.74
/proc/21059/stat : 21059 (java) S 21058 21045 19915 0 -1 0 6994 0 1 0 70 4 0 0 18 0 9 0 2006766470 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21059/statm: 217124 6223 2562 9 0 211671 0
[pid=21059/tid=21060] ppid=21058 vsize=868496 CPUtime=0.42
/proc/21059/task/21060/stat : 21060 (java) R 21058 21045 19915 0 -1 64 2715 0 1 0 41 1 0 0 18 0 9 0 2006766471 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21061] ppid=21058 vsize=868496 CPUtime=0.08
/proc/21059/task/21061/stat : 21061 (java) S 21058 21045 19915 0 -1 64 2118 0 0 0 7 1 0 0 16 0 9 0 2006766472 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21062] ppid=21058 vsize=868496 CPUtime=0
/proc/21059/task/21062/stat : 21062 (java) S 21058 21045 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006766473 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21063] ppid=21058 vsize=868496 CPUtime=0
/proc/21059/task/21063/stat : 21063 (java) S 21058 21045 19915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006766473 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21064] ppid=21058 vsize=868496 CPUtime=0
/proc/21059/task/21064/stat : 21064 (java) S 21058 21045 19915 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006766475 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21065] ppid=21058 vsize=868496 CPUtime=0.21
/proc/21059/task/21065/stat : 21065 (java) S 21058 21045 19915 0 -1 64 1468 0 0 0 21 0 0 0 16 0 9 0 2006766475 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21066] ppid=21058 vsize=868496 CPUtime=0
/proc/21059/task/21066/stat : 21066 (java) S 21058 21045 19915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006766475 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21059/tid=21067] ppid=21058 vsize=868496 CPUtime=0
/proc/21059/task/21067/stat : 21067 (java) S 21058 21045 19915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006766475 889339904 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887452

[startup+3.10219 s]
/proc/loadavg: 2.16 2.10 2.01 3/76 21069
/proc/meminfo: memFree=1720664/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=5684 CPUtime=1.25
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 1340 0 0 0 59 66 0 0 25 0 1 0 2006766580 5820416 1326 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 1421 1326 42 102 0 1316 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 24640

[startup+6.3018 s]
/proc/loadavg: 2.15 2.09 2.01 3/76 21069
/proc/meminfo: memFree=1716632/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=5948 CPUtime=4.41
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 1387 0 0 0 375 66 0 0 25 0 1 0 2006766580 6090752 1373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 1487 1373 42 102 0 1382 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24904

[startup+12.703 s]
/proc/loadavg: 2.13 2.09 2.01 3/76 21069
/proc/meminfo: memFree=1716248/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=6212 CPUtime=10.75
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 1466 0 0 0 1009 66 0 0 25 0 1 0 2006766580 6361088 1452 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 1553 1452 42 102 0 1448 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 25168

[startup+25.5015 s]
/proc/loadavg: 2.10 2.09 2.01 3/76 21069
/proc/meminfo: memFree=1715736/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=7252 CPUtime=23.43
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 1620 0 0 0 2276 67 0 0 25 0 1 0 2006766580 7426048 1606 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 1813 1606 42 102 0 1708 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 26208

[startup+51.1013 s]
/proc/loadavg: 2.07 2.08 2.01 3/76 21069
/proc/meminfo: memFree=1714584/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=8308 CPUtime=48.78
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 1903 0 0 0 4811 67 0 0 25 0 1 0 2006766580 8507392 1889 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 2077 1889 42 102 0 1972 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 27264

[startup+102.306 s]
/proc/loadavg: 2.10 2.08 2.01 3/76 21069
/proc/meminfo: memFree=1713880/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=8804 CPUtime=99.5
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 2053 0 0 0 9883 67 0 0 25 0 1 0 2006766580 9015296 2026 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 2201 2026 48 102 0 2096 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 27760

[startup+162.302 s]
/proc/loadavg: 2.03 2.06 2.00 3/76 21069
/proc/meminfo: memFree=1713752/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=9064 CPUtime=158.93
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 2095 0 0 0 15826 67 0 0 25 0 1 0 2006766580 9281536 2035 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 2266 2035 48 102 0 2161 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 28020

[startup+222.303 s]
/proc/loadavg: 2.01 2.05 2.00 3/76 21069
/proc/meminfo: memFree=1713240/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12168 CPUtime=1228.72
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3555 0 0 0 122801 71 0 0 25 0 1 0 2006766580 12460032 2814 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 3042 2814 48 102 0 2937 0
Current children cumulated CPU time (s) 1230.47
Current children cumulated vsize (KiB) 31124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21069
/proc/meminfo: memFree=1709656/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12300 CPUtime=1288.15
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3686 0 0 0 128744 71 0 0 25 0 1 0 2006766580 12595200 2877 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21069/statm: 3075 2877 48 102 0 2970 0
Current children cumulated CPU time (s) 1289.9
Current children cumulated vsize (KiB) 31256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21118
/proc/meminfo: memFree=1352408/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12300 CPUtime=1347.78
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3686 0 0 0 134707 71 0 0 25 0 1 0 2006766580 12595200 2877 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3075 2877 48 102 0 2970 0
Current children cumulated CPU time (s) 1349.53
Current children cumulated vsize (KiB) 31256

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 21118
/proc/meminfo: memFree=1102296/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12564 CPUtime=1407.76
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3810 0 0 0 140705 71 0 0 25 0 1 0 2006766580 12865536 2933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3141 2933 48 102 0 3036 0
Current children cumulated CPU time (s) 1409.51
Current children cumulated vsize (KiB) 31520

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 21118
/proc/meminfo: memFree=1029976/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12564 CPUtime=1467.72
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3810 0 0 0 146700 72 0 0 25 0 1 0 2006766580 12865536 2933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3141 2933 48 102 0 3036 0
Current children cumulated CPU time (s) 1469.47
Current children cumulated vsize (KiB) 31520

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 21118
/proc/meminfo: memFree=998552/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12828 CPUtime=1527.7
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3953 0 0 0 152696 74 0 0 25 0 1 0 2006766580 13135872 3004 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3207 3004 48 102 0 3102 0
Current children cumulated CPU time (s) 1529.45
Current children cumulated vsize (KiB) 31784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21118
/proc/meminfo: memFree=966552/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=12828 CPUtime=1587.67
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 3953 0 0 0 158692 75 0 0 25 0 1 0 2006766580 13135872 3004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3207 3004 48 102 0 3102 0
Current children cumulated CPU time (s) 1589.42
Current children cumulated vsize (KiB) 31784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21118
/proc/meminfo: memFree=932824/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=13224 CPUtime=1647.64
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 4129 0 0 0 164688 76 0 0 25 0 1 0 2006766580 13541376 3105 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3306 3105 48 102 0 3201 0
Current children cumulated CPU time (s) 1649.39
Current children cumulated vsize (KiB) 32180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21118
/proc/meminfo: memFree=897944/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=13224 CPUtime=1707.61
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 4129 0 0 0 170684 77 0 0 25 0 1 0 2006766580 13541376 3105 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3306 3105 48 102 0 3201 0
Current children cumulated CPU time (s) 1709.36
Current children cumulated vsize (KiB) 32180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21121
/proc/meminfo: memFree=929752/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=13224 CPUtime=1767.58
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 4129 0 0 0 176681 77 0 0 25 0 1 0 2006766580 13541376 3105 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3306 3105 48 102 0 3201 0
Current children cumulated CPU time (s) 1769.33
Current children cumulated vsize (KiB) 32180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21121
/proc/meminfo: memFree=855576/2055920 swapFree=4180500/4192956
[pid=21045] ppid=21043 vsize=13600 CPUtime=1.75
/proc/21045/stat : 21045 (sugar) S 21043 21045 19915 0 -1 4194304 1022 12670 0 2 3 1 162 9 16 0 1 0 2006766397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21045/statm: 3400 798 370 3 0 500 0
[pid=21068] ppid=21045 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21045 21045 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006766580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 232 193 169 0 50 0
[pid=21069] ppid=21068 vsize=13224 CPUtime=1798.27
/proc/21069/stat : 21069 (picosat) R 21068 21045 19915 0 -1 4194304 4221 0 0 0 179750 77 0 0 25 0 1 0 2006766580 13541376 3118 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21069/statm: 3306 3118 48 102 0 3201 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 32180

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

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

Child status: 0
Real time (s): 1813.02
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.897863
CPU usage (%): 99.2852
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.897863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18646
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= 2422
involuntary context switches= 40160

runsolver used 1.9597 second user time and 6.38103 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 19:12:30
IDJOB=1092939
IDBENCH=58669
IDSOLVER=345
FILE ID=node59/1092939-1215277950
PBS_JOBID= 7882173
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c8588dca43d8b80e07f77e46b9a208e
RANDOM SEED=529480550

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727248 kB
Buffers:         36928 kB
Cached:         226448 kB
SwapCached:       6176 kB
Active:         183860 kB
Inactive:        90720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727248 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          18944 kB
Slab:            39252 kB
Committed_AS:  4097600 kB
PageTables:       1892 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= 66304 MiB
End job on node59 at 2008-07-05 19:42:45