Trace number 2085117

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.14.6+picosat? (TO) 1800.07 1818.23

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15c-13.xml
MD5SUM2e2238613188c0f9e19f75fabae3049a
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 benchmark0.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16680
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16680
Global constraints used (with number of constraints)

Solver Data

0.11/0.40	c 0	Sugar v1-14-6 + HOME/picosat
0.11/0.40	c 0	BEGIN Sun Jul 12 08:44:50 2009
0.11/0.40	c 0	PID 25679
0.11/0.41	c 0	HOST node28.alineos.net
0.11/0.41	c 0	CONVERTING HOME/instance-2085117-1247381089.xml TO HOME/temp.csp
0.11/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085117-1247381089.xml' 'HOME/temp.csp'
1.17/1.55	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.17/1.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.17/1.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.24/1.65	c 1	Parsing HOME/temp.csp
1.24/1.80	c 2	parsed 10000 expressions
1.24/1.85	c 2	parsed 17132 expressions
1.24/1.86	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.86	c 2	Converting to clausal form CSP
1.74/2.19	c 2	converted 1714 (10%) expressions
1.84/2.24	c 2	converted 3427 (20%) expressions
1.94/2.36	c 2	converted 5140 (30%) expressions
2.04/2.41	c 2	converted 6853 (40%) expressions
2.04/2.48	c 2	converted 8566 (50%) expressions
2.13/2.54	c 2	converted 10280 (60%) expressions
2.13/2.59	c 2	converted 11993 (70%) expressions
2.33/2.73	c 3	converted 13706 (80%) expressions
2.42/2.80	c 3	converted 15419 (90%) expressions
2.42/2.85	c 3	converted 17132 (100%) expressions
2.42/2.86	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 13
2.42/2.86	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.86	c 3	Propagation in CSP
2.53/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.94	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 13
2.53/2.94	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.95	c 3	Simplifing CSP by introducing new Boolean variables
2.82/3.28	c 3	CSP : 450 integers, 33360 booleans, 50040 clauses, largest domain size 13
2.82/3.28	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.42	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.45	c 3	45 (10%) CSP integer variables are encoded (495 clauses, 5311 bytes)
3.01/3.46	c 3	90 (20%) CSP integer variables are encoded (990 clauses, 10905 bytes)
3.01/3.46	c 3	135 (30%) CSP integer variables are encoded (1485 clauses, 17340 bytes)
3.01/3.46	c 3	180 (40%) CSP integer variables are encoded (1980 clauses, 23775 bytes)
3.01/3.46	c 3	225 (50%) CSP integer variables are encoded (2475 clauses, 30210 bytes)
3.01/3.46	c 3	270 (60%) CSP integer variables are encoded (2970 clauses, 36645 bytes)
3.01/3.46	c 3	315 (70%) CSP integer variables are encoded (3465 clauses, 43080 bytes)
3.01/3.46	c 3	360 (80%) CSP integer variables are encoded (3960 clauses, 49515 bytes)
3.01/3.47	c 3	405 (90%) CSP integer variables are encoded (4455 clauses, 55950 bytes)
3.01/3.47	c 3	450 (100%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
3.21/3.62	c 3	5004 (10%) CSP clauses are encoded (49986 clauses, 807987 bytes)
3.32/3.72	c 4	10008 (20%) CSP clauses are encoded (95022 clauses, 1599285 bytes)
3.41/3.82	c 4	15012 (30%) CSP clauses are encoded (140058 clauses, 2410989 bytes)
3.52/3.92	c 4	20016 (40%) CSP clauses are encoded (185094 clauses, 3248499 bytes)
3.61/4.02	c 4	25020 (50%) CSP clauses are encoded (230130 clauses, 4102515 bytes)
3.71/4.12	c 4	30024 (60%) CSP clauses are encoded (275166 clauses, 4956531 bytes)
3.80/4.28	c 4	35028 (70%) CSP clauses are encoded (320202 clauses, 5810547 bytes)
3.88/4.40	c 4	40032 (80%) CSP clauses are encoded (365238 clauses, 6664563 bytes)
3.96/4.49	c 4	45036 (90%) CSP clauses are encoded (410274 clauses, 7518579 bytes)
4.05/4.59	c 4	50040 (100%) CSP clauses are encoded (455310 clauses, 8372595 bytes)
4.05/4.59	c 4	50040 CSP clauses encoded
4.05/4.59	c 4	Writing map file : HOME/temp.map
4.15/4.61	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.15/4.61	c 4	SAT : 38760 SAT variables, 455310 SAT clauses, 8372595 bytes
4.15/4.61	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.15/4.67	c 4	SOLVING HOME/temp.cnf
4.15/4.67	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1818.21	sh: line 1: 25703 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1818.21	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1818.21	c 1818	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1818.22	c ERROR INTERRUPTED
1800.02/1818.22	s UNKNOWN
1800.02/1818.22	c 1818	CPU 1800.05 (0.05 0.07 1796.87 3.06)
1800.02/1818.22	c 1818	END Sun Jul 12 09:15:08 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085117-1247381089/watcher-2085117-1247381089 -o /tmp/evaluation-result-2085117-1247381089/solver-2085117-1247381089 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2085117-1247381089.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 2.18 4/74 25679
/proc/meminfo: memFree=1874904/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=18576 CPUtime=0
/proc/25679/stat : 25679 (runsolver) R 25677 25679 25606 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25175601 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25679/statm: 4644 284 249 26 0 2626 0

[startup+0.0240341 s]
/proc/loadavg: 1.93 2.00 2.18 4/74 25679
/proc/meminfo: memFree=1874904/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=12268 CPUtime=0
/proc/25679/stat : 25679 (sugar) D 25677 25679 25606 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 25175601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/25679/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101051 s]
/proc/loadavg: 1.93 2.00 2.18 4/74 25679
/proc/meminfo: memFree=1874904/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=12268 CPUtime=0.01
/proc/25679/stat : 25679 (sugar) R 25677 25679 25606 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 25175601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/25679/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12268

[startup+0.301077 s]
/proc/loadavg: 1.93 2.00 2.18 4/74 25679
/proc/meminfo: memFree=1874904/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=12268 CPUtime=0.04
/proc/25679/stat : 25679 (sugar) R 25677 25679 25606 0 -1 4194304 348 0 0 0 0 4 0 0 18 0 1 0 25175601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/25679/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12268

[startup+0.701127 s]
/proc/loadavg: 1.93 2.00 2.18 4/74 25679
/proc/meminfo: memFree=1874904/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=0.11
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1227 128 0 0 4 7 0 0 18 0 1 0 25175601 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 1.93 2.00 2.18 3/85 25691
/proc/meminfo: memFree=1852296/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=0.11
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1227 128 0 0 4 7 0 0 18 0 1 0 25175601 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25679 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25175642 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=864760 CPUtime=1.06
/proc/25683/stat : 25683 (java) S 25682 25679 25606 0 -1 0 11393 0 1 0 100 6 0 0 18 0 9 0 25175642 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 216190 9887 2557 9 0 210702 0
[pid=25683/tid=25684] ppid=25682 vsize=864760 CPUtime=0.61
/proc/25683/task/25684/stat : 25684 (java) R 25682 25679 25606 0 -1 64 2902 0 1 0 59 2 0 0 22 0 9 0 25175643 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4126386649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=864760 CPUtime=0.29
/proc/25683/task/25685/stat : 25685 (java) S 25682 25679 25606 0 -1 64 7256 0 0 0 26 3 0 0 16 0 9 0 25175645 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=864760 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25679 25606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25175645 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=864760 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25679 25606 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25175645 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=864760 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25679 25606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25175647 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=864760 CPUtime=0.14
/proc/25683/task/25689/stat : 25689 (java) S 25682 25679 25606 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 25175647 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=864760 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25679 25606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25175647 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=864760 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25679 25606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25175647 885514240 9887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 886984

[startup+3.10244 s]
/proc/loadavg: 1.93 2.00 2.18 4/85 25701
/proc/meminfo: memFree=1855880/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=1.24
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1310 11824 0 1 5 7 105 7 16 0 1 0 25175601 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1111 409 3 0 796 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 25606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25175759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868816 CPUtime=1.48
/proc/25693/stat : 25693 (java) S 25692 25679 25606 0 -1 0 12369 0 1 0 142 6 0 0 18 0 9 0 25175759 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25693/statm: 217204 11275 2566 9 0 211709 0
[pid=25693/tid=25694] ppid=25692 vsize=868816 CPUtime=0.84
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 25606 0 -1 64 2865 0 1 0 83 1 0 0 25 0 9 0 25175760 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868816 CPUtime=0.43
/proc/25693/task/25695/stat : 25695 (java) R 25692 25679 25606 0 -1 64 7318 0 0 0 40 3 0 0 16 0 9 0 25175761 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 102758074 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868816 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 25606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25175761 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868816 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 25606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25175761 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868816 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 25606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25175763 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868816 CPUtime=0.18
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 25606 0 -1 64 1487 0 0 0 17 1 0 0 16 0 9 0 25175763 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868816 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 25606 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25175763 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868816 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 25606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25175763 889667584 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 891040

[startup+6.30165 s]
/proc/loadavg: 1.94 2.00 2.18 3/77 25703
/proc/meminfo: memFree=1862152/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=920 CPUtime=0.45
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 137 0 0 0 19 26 0 0 25 0 1 0 25176069 942080 123 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 230 123 40 102 0 125 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 23144
heavy processes:

[startup+12.7025 s]
/proc/loadavg: 1.94 2.00 2.18 3/77 25703
/proc/meminfo: memFree=1845576/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=20560 CPUtime=5.6
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 4470 0 0 0 296 264 0 0 25 0 1 0 25176069 21053440 4456 996147200 134512640 134931368 4294956256 18446744073709551615 134524205 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 5140 4456 42 102 0 5035 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 42784
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 2.18 3/77 25703
/proc/meminfo: memFree=1840840/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=24256 CPUtime=18.39
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 5447 0 0 0 1574 265 0 0 25 0 1 0 25176069 24838144 5433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 6064 5433 42 102 0 5959 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 46480

[startup+51.1013 s]
/proc/loadavg: 1.97 2.00 2.17 3/77 25703
/proc/meminfo: memFree=1837768/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=26628 CPUtime=43.95
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 6165 0 0 0 4130 265 0 0 25 0 1 0 25176069 27267072 6048 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 6657 6048 48 102 0 6552 0
Current children cumulated CPU time (s) 48.14
Current children cumulated vsize (KiB) 48852

[startup+102.302 s]
/proc/loadavg: 2.02 2.00 2.16 4/86 25933
/proc/meminfo: memFree=1781952/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=27156 CPUtime=94.54
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 6408 0 0 0 9184 270 0 0 25 0 1 0 25176069 27807744 6196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 6789 6196 48 102 0 6684 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 49380

[startup+162.301 s]
/proc/loadavg: 2.12 2.04 2.16 3/87 25934
/proc/meminfo: memFree=1724216/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0

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

[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=31784 CPUtime=1284.95
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 8905 0 0 0 128216 279 0 0 25 0 1 0 25176069 32546816 7339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 7946 7339 48 102 0 7841 0
Current children cumulated CPU time (s) 1289.14
Current children cumulated vsize (KiB) 54008

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 25942
/proc/meminfo: memFree=1611832/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34492 CPUtime=1344.36
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9238 0 0 0 134157 279 0 0 25 0 1 0 25176069 35319808 7513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8623 7513 48 102 0 8518 0
Current children cumulated CPU time (s) 1348.55
Current children cumulated vsize (KiB) 56716

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 25942
/proc/meminfo: memFree=1589944/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34492 CPUtime=1403.79
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9238 0 0 0 140099 280 0 0 25 0 1 0 25176069 35319808 7513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8623 7513 48 102 0 8518 0
Current children cumulated CPU time (s) 1407.98
Current children cumulated vsize (KiB) 56716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 25942
/proc/meminfo: memFree=1589944/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34492 CPUtime=1463.2
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9238 0 0 0 146040 280 0 0 25 0 1 0 25176069 35319808 7513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8623 7513 48 102 0 8518 0
Current children cumulated CPU time (s) 1467.39
Current children cumulated vsize (KiB) 56716

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 25942
/proc/meminfo: memFree=1589560/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34756 CPUtime=1522.62
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9485 0 0 0 151982 280 0 0 25 0 1 0 25176069 35590144 7596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8689 7596 48 102 0 8584 0
Current children cumulated CPU time (s) 1526.81
Current children cumulated vsize (KiB) 56980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 25942
/proc/meminfo: memFree=1589560/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34756 CPUtime=1582.04
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9485 0 0 0 157924 280 0 0 25 0 1 0 25176069 35590144 7596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8689 7596 48 102 0 8584 0
Current children cumulated CPU time (s) 1586.23
Current children cumulated vsize (KiB) 56980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25942
/proc/meminfo: memFree=1589560/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=34756 CPUtime=1641.46
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9485 0 0 0 163866 280 0 0 25 0 1 0 25176069 35590144 7596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8689 7596 48 102 0 8584 0
Current children cumulated CPU time (s) 1645.65
Current children cumulated vsize (KiB) 56980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25942
/proc/meminfo: memFree=1589368/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=35020 CPUtime=1700.89
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9558 0 0 0 169809 280 0 0 25 0 1 0 25176069 35860480 7669 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8755 7669 48 102 0 8650 0
Current children cumulated CPU time (s) 1705.08
Current children cumulated vsize (KiB) 57244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25942
/proc/meminfo: memFree=1588536/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=35548 CPUtime=1760.31
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9870 0 0 0 175751 280 0 0 25 0 1 0 25176069 36401152 7808 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8887 7808 48 102 0 8782 0
Current children cumulated CPU time (s) 1764.5
Current children cumulated vsize (KiB) 57772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25942
/proc/meminfo: memFree=1566328/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=35548 CPUtime=1795.83
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9870 0 0 0 179303 280 0 0 25 0 1 0 25176069 36401152 7808 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8887 7808 48 102 0 8782 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 57772

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

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

[startup+1818.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25942
/proc/meminfo: memFree=1566328/2055920 swapFree=4192812/4192956
[pid=25679] ppid=25677 vsize=16868 CPUtime=4.19
/proc/25679/stat : 25679 (sugar) S 25677 25679 25606 0 -1 4194304 1365 25796 0 2 5 7 383 24 16 0 1 0 25175601 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 4217 1113 409 3 0 796 0
[pid=25702] ppid=25679 vsize=5356 CPUtime=0
/proc/25702/stat : 25702 (sh) S 25679 25679 25606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25176069 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25702/statm: 1339 232 193 169 0 50 0
[pid=25703] ppid=25702 vsize=35548 CPUtime=1795.83
/proc/25703/stat : 25703 (picosat) R 25702 25679 25606 0 -1 4194304 9870 0 0 0 179303 280 0 0 25 0 1 0 25176069 36401152 7808 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 8887 7808 48 102 0 8782 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 57772

Child status: 0
Real time (s): 1818.23
CPU time (s): 1800.07
CPU user time (s): 1796.93
CPU system time (s): 3.14452
CPU usage (%): 99.0016
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.93
system time used= 3.14452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37535
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= 3573
involuntary context switches= 41546

runsolver used 2.13867 second user time and 6.24805 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 08:44:50
IDJOB=2085117
IDBENCH=58289
IDSOLVER=738
FILE ID=node28/2085117-1247381089
PBS_JOBID= 9507279
Free space on /tmp= 66108 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15c-13.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085117-1247381089/watcher-2085117-1247381089 -o /tmp/evaluation-result-2085117-1247381089/solver-2085117-1247381089 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2085117-1247381089.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2e2238613188c0f9e19f75fabae3049a
RANDOM SEED=1440030663

node28.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.230
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.230
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:       1875384 kB
Buffers:          6432 kB
Cached:          74284 kB
SwapCached:          0 kB
Active:         100576 kB
Inactive:        31208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          59140 kB
Slab:            33696 kB
Committed_AS:   198776 kB
PageTables:       1920 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= 66112 MiB
End job on node28 at 2009-07-12 09:15:10