Trace number 1081758

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.02 1820.22

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.29119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 02:47:46 2008
0.00/0.05	c 0	PID 1803
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081758-1215218866.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-1081758-1215218866.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 400 variables, 4 predicates, 0 relations, 3819 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.77/0.92	c 1	Parsing HOME/temp.csp
1.01/1.15	c 1	parsed 4224 expressions
1.01/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.16	c 1	Converting to clausal form CSP
1.10/1.22	c 1	converted 423 (10%) expressions
1.29/1.42	c 2	converted 845 (20%) expressions
1.29/1.48	c 2	converted 1268 (30%) expressions
1.39/1.53	c 2	converted 1690 (40%) expressions
1.39/1.58	c 2	converted 2112 (50%) expressions
1.49/1.62	c 2	converted 2535 (60%) expressions
1.49/1.67	c 2	converted 2957 (70%) expressions
1.58/1.75	c 2	converted 3380 (80%) expressions
1.68/1.80	c 2	converted 3802 (90%) expressions
1.68/1.84	c 2	converted 4224 (100%) expressions
1.68/1.84	c 2	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
1.68/1.84	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.84	c 2	Propagation in CSP
1.78/1.98	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.78/1.98	c 2	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
1.78/1.98	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.98	c 2	Simplifing CSP by introducing new Boolean variables
1.88/2.06	c 2	CSP : 400 integers, 7600 booleans, 15313 clauses, largest domain size 20
1.88/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.98/2.17	c 2	40 (10%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.98/2.18	c 2	80 (20%) CSP integer variables are encoded (1440 clauses, 16687 bytes)
1.98/2.19	c 2	120 (30%) CSP integer variables are encoded (2160 clauses, 26047 bytes)
1.98/2.19	c 2	160 (40%) CSP integer variables are encoded (2880 clauses, 35407 bytes)
1.98/2.19	c 2	200 (50%) CSP integer variables are encoded (3600 clauses, 44767 bytes)
1.98/2.20	c 2	240 (60%) CSP integer variables are encoded (4320 clauses, 54127 bytes)
2.08/2.20	c 2	280 (70%) CSP integer variables are encoded (5040 clauses, 63487 bytes)
2.08/2.21	c 2	320 (80%) CSP integer variables are encoded (5760 clauses, 72847 bytes)
2.08/2.21	c 2	360 (90%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
2.08/2.21	c 2	400 (100%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
2.17/2.37	c 3	1532 (10%) CSP clauses are encoded (30295 clauses, 493417 bytes)
2.26/2.48	c 3	3063 (20%) CSP clauses are encoded (52905 clauses, 892999 bytes)
2.37/2.58	c 3	4594 (30%) CSP clauses are encoded (75301 clauses, 1301908 bytes)
2.46/2.69	c 3	6126 (40%) CSP clauses are encoded (98261 clauses, 1731225 bytes)
2.55/2.79	c 3	7657 (50%) CSP clauses are encoded (120645 clauses, 2149588 bytes)
2.75/2.90	c 3	9188 (60%) CSP clauses are encoded (143718 clauses, 2580743 bytes)
2.86/3.00	c 3	10720 (70%) CSP clauses are encoded (166779 clauses, 3014142 bytes)
2.95/3.11	c 3	12251 (80%) CSP clauses are encoded (189391 clauses, 3451117 bytes)
3.06/3.22	c 3	13782 (90%) CSP clauses are encoded (212246 clauses, 3893020 bytes)
3.15/3.32	c 3	15313 (100%) CSP clauses are encoded (234724 clauses, 4327100 bytes)
3.15/3.32	c 3	15313 CSP clauses encoded
3.15/3.32	c 3	Writing map file : HOME/temp.map
3.15/3.33	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.33	c 3	SAT : 15200 SAT variables, 234724 SAT clauses, 4327100 bytes
3.15/3.33	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.37	c 4	SOLVING HOME/temp.cnf
3.15/3.37	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1820.21	c 1820	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1820.21	c 1820	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/1820.21	c ERROR INTERRUPTED
1800.02/1820.22	s UNKNOWN
1800.02/1820.22	c 1820	CPU 3.06 (0.03 0 3.03 0.13)
1800.02/1820.22	c 1820	END Sat Jul  5 03:18:06 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-1081758-1215218866/watcher-1081758-1215218866 -o /tmp/evaluation-result-1081758-1215218866/solver-1081758-1215218866 -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-1081758-1215218866.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.00 1.97 1.99 4/94 1803
/proc/meminfo: memFree=1390368/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=18572 CPUtime=0
/proc/1803/stat : 1803 (runsolver) R 1801 1803 31254 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1551558798 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1803/statm: 4643 292 257 25 0 2626 0

[startup+0.054841 s]
/proc/loadavg: 2.00 1.97 1.99 4/94 1803
/proc/meminfo: memFree=1390368/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.03
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551558798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10511 s]
/proc/loadavg: 2.00 1.97 1.99 4/94 1803
/proc/meminfo: memFree=1390368/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.03
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551558798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301865 s]
/proc/loadavg: 2.00 1.97 1.99 4/94 1803
/proc/meminfo: memFree=1390368/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.03
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551558798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701914 s]
/proc/loadavg: 2.00 1.97 1.99 4/94 1803
/proc/meminfo: memFree=1390368/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.03
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551558798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.00 1.97 1.99 4/105 1825
/proc/meminfo: memFree=1382728/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.77
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 973 6896 0 1 3 0 70 4 15 0 1 0 1551558798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 797 370 3 0 500 0
[pid=1816] ppid=1803 vsize=5356 CPUtime=0
/proc/1816/stat : 1816 (sh) S 1803 1803 31254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551558882 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1816/statm: 1339 233 193 169 0 50 0
[pid=1817] ppid=1816 vsize=868392 CPUtime=0.62
/proc/1817/stat : 1817 (java) S 1816 1803 31254 0 -1 0 5428 0 1 0 59 3 0 0 18 0 9 0 1551558883 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1817/statm: 217098 4847 1734 9 0 211673 0
[pid=1817/tid=1818] ppid=1816 vsize=868392 CPUtime=0.38
/proc/1817/task/1818/stat : 1818 (java) R 1816 1803 31254 0 -1 64 2657 0 1 0 37 1 0 0 19 0 9 0 1551558884 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4126371040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1819] ppid=1816 vsize=868392 CPUtime=0.03
/proc/1817/task/1819/stat : 1819 (java) S 1816 1803 31254 0 -1 64 630 0 0 0 3 0 0 0 16 0 9 0 1551558885 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1820] ppid=1816 vsize=868392 CPUtime=0
/proc/1817/task/1820/stat : 1820 (java) S 1816 1803 31254 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1551558885 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1821] ppid=1816 vsize=868392 CPUtime=0
/proc/1817/task/1821/stat : 1821 (java) S 1816 1803 31254 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1551558885 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1822] ppid=1816 vsize=868392 CPUtime=0
/proc/1817/task/1822/stat : 1822 (java) S 1816 1803 31254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551558887 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1823] ppid=1816 vsize=868392 CPUtime=0.18
/proc/1817/task/1823/stat : 1823 (java) S 1816 1803 31254 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 1551558887 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1824] ppid=1816 vsize=868392 CPUtime=0
/proc/1817/task/1824/stat : 1824 (java) S 1816 1803 31254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551558887 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1825] ppid=1816 vsize=868392 CPUtime=0
/proc/1817/task/1825/stat : 1825 (java) S 1816 1803 31254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551558887 889233408 4847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887348

[startup+3.10119 s]
/proc/loadavg: 2.00 1.97 1.99 4/105 1825
/proc/meminfo: memFree=1369416/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=0.77
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 974 6896 0 1 3 0 70 4 15 0 1 0 1551558798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 797 370 3 0 500 0
[pid=1816] ppid=1803 vsize=5356 CPUtime=0
/proc/1816/stat : 1816 (sh) S 1803 1803 31254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551558882 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1816/statm: 1339 233 193 169 0 50 0
[pid=1817] ppid=1816 vsize=868504 CPUtime=2.18
/proc/1817/stat : 1817 (java) S 1816 1803 31254 0 -1 0 8167 0 1 0 211 7 0 0 18 0 9 0 1551558883 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1817/statm: 217126 7170 2566 9 0 211673 0
[pid=1817/tid=1818] ppid=1816 vsize=868504 CPUtime=1.61
/proc/1817/task/1818/stat : 1818 (java) R 1816 1803 31254 0 -1 64 2921 0 1 0 157 4 0 0 24 0 9 0 1551558884 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4126974595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1819] ppid=1816 vsize=868504 CPUtime=0.29
/proc/1817/task/1819/stat : 1819 (java) S 1816 1803 31254 0 -1 64 3056 0 0 0 27 2 0 0 16 0 9 0 1551558885 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1820] ppid=1816 vsize=868504 CPUtime=0
/proc/1817/task/1820/stat : 1820 (java) S 1816 1803 31254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1551558885 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1821] ppid=1816 vsize=868504 CPUtime=0
/proc/1817/task/1821/stat : 1821 (java) S 1816 1803 31254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551558885 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1822] ppid=1816 vsize=868504 CPUtime=0
/proc/1817/task/1822/stat : 1822 (java) S 1816 1803 31254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551558887 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1823] ppid=1816 vsize=868504 CPUtime=0.26
/proc/1817/task/1823/stat : 1823 (java) S 1816 1803 31254 0 -1 64 1497 0 0 0 26 0 0 0 16 0 9 0 1551558887 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1824] ppid=1816 vsize=868504 CPUtime=0
/proc/1817/task/1824/stat : 1824 (java) S 1816 1803 31254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551558887 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1817/tid=1825] ppid=1816 vsize=868504 CPUtime=0
/proc/1817/task/1825/stat : 1825 (java) S 1816 1803 31254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551558887 889348096 7170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887460

[startup+6.30155 s]
/proc/loadavg: 2.08 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1374856/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=10016 CPUtime=2.86
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 2350 0 0 0 179 107 0 0 25 0 1 0 1551559135 10256384 2327 996147200 134512640 134931368 4294956256 18446744073709551615 134525554 0 0 4096 0 0 0 0 17 1 0 0
/proc/1827/statm: 2504 2327 42 102 0 2399 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 28972

[startup+12.7013 s]
/proc/loadavg: 2.07 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1371592/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=12788 CPUtime=9.14
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 3082 0 0 0 806 108 0 0 25 0 1 0 1551559135 13094912 3059 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/1827/statm: 3197 3059 42 102 0 3092 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 31744

[startup+25.5017 s]
/proc/loadavg: 2.06 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1370376/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=13584 CPUtime=21.68
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 3471 0 0 0 2060 108 0 0 25 0 1 0 1551559135 13910016 3291 996147200 134512640 134931368 4294956256 18446744073709551615 134524235 0 0 4096 0 0 0 0 17 1 0 0
/proc/1827/statm: 3396 3291 48 102 0 3291 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 32540

[startup+51.1016 s]
/proc/loadavg: 2.04 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1369288/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=15920 CPUtime=46.79
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 3991 0 0 0 4571 108 0 0 25 0 1 0 1551559135 16302080 3565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1827/statm: 3980 3565 48 102 0 3875 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 34876

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1366280/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=18692 CPUtime=97
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 5301 0 0 0 9591 109 0 0 25 0 1 0 1551559135 19140608 4312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1827/statm: 4673 4312 48 102 0 4568 0
Current children cumulated CPU time (s) 100.19
Current children cumulated vsize (KiB) 37648

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/97 1827
/proc/meminfo: memFree=1363528/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1438752/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=39664 CPUtime=1279.43
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 17798 0 0 0 127814 129 0 0 25 0 1 0 1551559135 40615936 9539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 9916 9539 48 102 0 9811 0
Current children cumulated CPU time (s) 1282.62
Current children cumulated vsize (KiB) 58620

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1438688/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=39640 CPUtime=1339.37
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 18093 0 0 0 133807 130 0 0 25 0 1 0 1551559135 40591360 9551 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 9910 9551 48 102 0 9805 0
Current children cumulated CPU time (s) 1342.56
Current children cumulated vsize (KiB) 58596

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.01 3/77 2124
/proc/meminfo: memFree=1438752/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=39772 CPUtime=1399.32
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 18130 0 0 0 139802 130 0 0 25 0 1 0 1551559135 40726528 9588 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 9943 9588 48 102 0 9838 0
Current children cumulated CPU time (s) 1402.51
Current children cumulated vsize (KiB) 58728

[startup+1482.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1438248/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=40168 CPUtime=1459.26
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 18503 0 0 0 145796 130 0 0 25 0 1 0 1551559135 41132032 9678 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10042 9678 48 102 0 9937 0
Current children cumulated CPU time (s) 1462.45
Current children cumulated vsize (KiB) 59124

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1438120/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=40300 CPUtime=1519.2
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 18841 0 0 0 151789 131 0 0 25 0 1 0 1551559135 41267200 9724 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10075 9724 48 102 0 9970 0
Current children cumulated CPU time (s) 1522.39
Current children cumulated vsize (KiB) 59256

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1437352/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=40960 CPUtime=1579.14
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 19332 0 0 0 157783 131 0 0 25 0 1 0 1551559135 41943040 9918 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10240 9918 48 102 0 10135 0
Current children cumulated CPU time (s) 1582.33
Current children cumulated vsize (KiB) 59916

[startup+1662.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1437096/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=41356 CPUtime=1639.09
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 19683 0 0 0 163778 131 0 0 25 0 1 0 1551559135 42348544 9992 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10339 9992 48 102 0 10234 0
Current children cumulated CPU time (s) 1642.28
Current children cumulated vsize (KiB) 60312

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1437096/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=41356 CPUtime=1699.03
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 19683 0 0 0 169772 131 0 0 25 0 1 0 1551559135 42348544 9992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10339 9992 48 102 0 10234 0
Current children cumulated CPU time (s) 1702.22
Current children cumulated vsize (KiB) 60312

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1436072/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=42148 CPUtime=1758.98
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 20210 0 0 0 175766 132 0 0 25 0 1 0 1551559135 43159552 10220 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10537 10220 48 102 0 10432 0
Current children cumulated CPU time (s) 1762.17
Current children cumulated vsize (KiB) 61104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.2 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 2124
/proc/meminfo: memFree=1435304/2055920 swapFree=4097984/4192956
[pid=1803] ppid=1801 vsize=13600 CPUtime=3.19
/proc/1803/stat : 1803 (sugar) S 1801 1803 31254 0 -1 4194304 1024 15409 0 2 3 0 303 13 16 0 1 0 1551558798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1803/statm: 3400 799 370 3 0 500 0
[pid=1826] ppid=1803 vsize=5356 CPUtime=0
/proc/1826/stat : 1826 (sh) S 1803 1803 31254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551559135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1826/statm: 1339 232 193 169 0 50 0
[pid=1827] ppid=1826 vsize=42676 CPUtime=1796.83
/proc/1827/stat : 1827 (picosat) R 1826 1803 31254 0 -1 4194304 20679 0 0 0 179551 132 0 0 25 0 1 0 1551559135 43700224 10377 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 0 0 0
/proc/1827/statm: 10669 10377 48 102 0 10564 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 61632

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1803 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=78531
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=148977
# CPU time returned by wait4() is 3.22751
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1820.22
CPU time (s): 1800.02
CPU user time (s): 1798.57
CPU system time (s): 1.45
CPU usage (%): 98.8901
Max. virtual memory (cumulated for all children) (KiB): 887536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.07853
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17020
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= 3791
involuntary context switches= 3737

runsolver used 2.13767 second user time and 5.81712 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 02:47:46
IDJOB=1081758
IDBENCH=57136
IDSOLVER=345
FILE ID=node32/1081758-1215218866
PBS_JOBID= 7881699
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-20.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-1081758-1215218866/watcher-1081758-1215218866 -o /tmp/evaluation-result-1081758-1215218866/solver-1081758-1215218866 -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-1081758-1215218866.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=1718345845

node32.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1390848 kB
Buffers:         72212 kB
Cached:         303428 kB
SwapCached:      88256 kB
Active:         425300 kB
Inactive:       180128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390848 kB
SwapTotal:     4192956 kB
SwapFree:      4097984 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         245900 kB
Slab:            43792 kB
Committed_AS:  3998456 kB
PageTables:       2576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node32 at 2008-07-05 03:18:08