Trace number 1078052

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.13 1808.92

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-40_ext.xml
MD5SUM72800f33560a9e3da2b338883daf5b30
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0709
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:02:41 2008
0.00/0.04	c 0	PID 6679
0.03/0.04	c 0	HOST node75.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1078052-1215205361.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078052-1215205361.xml' 'HOME/temp.csp'
0.03/0.71	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.69/0.81	c 1	Parsing HOME/temp.csp
1.84/1.95	c 2	parsed 141 expressions
1.84/1.95	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.84/1.95	c 2	Converting to clausal form CSP
1.84/1.97	c 2	converted 15 (10%) expressions
2.04/2.16	c 2	converted 29 (20%) expressions
2.04/2.16	c 2	converted 43 (30%) expressions
2.04/2.17	c 2	converted 57 (40%) expressions
2.04/2.19	c 2	converted 71 (50%) expressions
2.14/2.24	c 2	converted 85 (60%) expressions
2.23/2.35	c 2	converted 99 (70%) expressions
2.33/2.48	c 3	converted 113 (80%) expressions
2.64/2.79	c 3	converted 127 (90%) expressions
2.83/2.96	c 3	converted 141 (100%) expressions
2.83/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.83/2.96	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.83/2.96	c 3	Propagation in CSP
2.83/2.96	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.83/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.83/2.96	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.83/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.83/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.83/2.96	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.03/3.10	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.03/3.10	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.03/3.10	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.03/3.10	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.03/3.11	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.03/3.11	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.03/3.11	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.03/3.11	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.03/3.11	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.03/3.11	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.23/3.31	c 3	6 (10%) CSP clauses are encoded (11128 clauses, 254682 bytes)
3.33/3.44	c 4	12 (20%) CSP clauses are encoded (21924 clauses, 513971 bytes)
3.42/3.57	c 4	18 (30%) CSP clauses are encoded (32704 clauses, 773058 bytes)
3.62/3.70	c 4	24 (40%) CSP clauses are encoded (43543 clauses, 1042204 bytes)
3.72/3.84	c 4	30 (50%) CSP clauses are encoded (54333 clauses, 1310008 bytes)
3.82/3.97	c 4	36 (60%) CSP clauses are encoded (65210 clauses, 1583483 bytes)
4.02/4.10	c 4	42 (70%) CSP clauses are encoded (76037 clauses, 1868664 bytes)
4.11/4.24	c 4	48 (80%) CSP clauses are encoded (86908 clauses, 2159393 bytes)
4.22/4.38	c 4	54 (90%) CSP clauses are encoded (97782 clauses, 2450448 bytes)
4.41/4.51	c 5	60 (100%) CSP clauses are encoded (108623 clauses, 2740935 bytes)
4.41/4.51	c 5	60 CSP clauses encoded
4.41/4.51	c 5	Writing map file : HOME/temp.map
4.41/4.51	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.51	c 5	SAT : 380 SAT variables, 108623 SAT clauses, 2740935 bytes
4.41/4.51	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.53	c 5	SOLVING HOME/temp.cnf
4.41/4.53	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1808.91	sh: line 1:  6703 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1808.91	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1808.91	c 1809	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.07/1808.91	c ERROR INTERRUPTED
1800.07/1808.92	s UNKNOWN
1800.07/1808.92	c 1809	CPU 1798.94 (0.03 0 1798.91 1.16)
1800.07/1808.92	c 1809	END Fri Jul  4 23:32:50 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-1078052-1215205361/watcher-1078052-1215205361 -o /tmp/evaluation-result-1078052-1215205361/solver-1078052-1215205361 -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-1078052-1215205361.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.11 2.15 2.01 4/73 6679
/proc/meminfo: memFree=1538488/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=11908 CPUtime=0
/proc/6679/stat : 6679 (sugar) R 6677 6679 3838 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 1999485885 12193792 70 996147200 4194304 4206940 548682068608 18446744073709551615 231880048113 0 0 4096 0 0 0 0 17 1 0 0
/proc/6679/statm: 2977 70 52 3 0 65 0

[startup+0.047103 s]
/proc/loadavg: 2.11 2.15 2.01 4/73 6679
/proc/meminfo: memFree=1538488/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.03
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 1999485885 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100993 s]
/proc/loadavg: 2.11 2.15 2.01 4/73 6679
/proc/meminfo: memFree=1538488/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.03
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1999485885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302012 s]
/proc/loadavg: 2.11 2.15 2.01 4/73 6679
/proc/meminfo: memFree=1538488/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.03
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1999485885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701059 s]
/proc/loadavg: 2.11 2.15 2.01 4/73 6679
/proc/meminfo: memFree=1538488/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.03
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1999485885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.11 2.15 2.01 3/84 6701
/proc/meminfo: memFree=1527264/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.69
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 973 6926 0 1 3 0 59 7 15 0 1 0 1999485885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 797 370 3 0 500 0
[pid=6692] ppid=6679 vsize=5356 CPUtime=0
/proc/6692/stat : 6692 (sh) S 6679 6679 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999485958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6692/statm: 1339 233 193 169 0 50 0
[pid=6693] ppid=6692 vsize=864044 CPUtime=0.75
/proc/6693/stat : 6693 (java) S 6692 6679 3838 0 -1 0 7675 0 1 0 71 4 0 0 20 0 9 0 1999485958 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6693/statm: 216011 6956 2532 9 0 210593 0
[pid=6693/tid=6694] ppid=6692 vsize=864044 CPUtime=0.46
/proc/6693/task/6694/stat : 6694 (java) R 6692 6679 3838 0 -1 64 2469 0 1 0 46 0 0 0 25 0 9 0 1999485959 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6695] ppid=6692 vsize=864044 CPUtime=0.23
/proc/6693/task/6695/stat : 6695 (java) R 6692 6679 3838 0 -1 64 4197 0 0 0 21 2 0 0 16 0 9 0 1999485960 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6696] ppid=6692 vsize=864044 CPUtime=0
/proc/6693/task/6696/stat : 6696 (java) S 6692 6679 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999485961 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6697] ppid=6692 vsize=864044 CPUtime=0
/proc/6693/task/6697/stat : 6697 (java) S 6692 6679 3838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999485961 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6698] ppid=6692 vsize=864044 CPUtime=0
/proc/6693/task/6698/stat : 6698 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999485962 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6699] ppid=6692 vsize=864044 CPUtime=0.04
/proc/6693/task/6699/stat : 6699 (java) S 6692 6679 3838 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 1999485963 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6700] ppid=6692 vsize=864044 CPUtime=0
/proc/6693/task/6700/stat : 6700 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999485963 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6701] ppid=6692 vsize=864044 CPUtime=0
/proc/6693/task/6701/stat : 6701 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999485963 884781056 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883000

[startup+3.10234 s]
/proc/loadavg: 2.26 2.18 2.02 4/84 6701
/proc/meminfo: memFree=1506400/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=0.69
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 974 6926 0 1 3 0 59 7 15 0 1 0 1999485885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 797 370 3 0 500 0
[pid=6692] ppid=6679 vsize=5356 CPUtime=0
/proc/6692/stat : 6692 (sh) S 6679 6679 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999485958 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6692/statm: 1339 233 193 169 0 50 0
[pid=6693] ppid=6692 vsize=864280 CPUtime=2.34
/proc/6693/stat : 6693 (java) S 6692 6679 3838 0 -1 0 15709 0 1 0 224 10 0 0 20 0 9 0 1999485958 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6693/statm: 216070 14925 2561 9 0 210617 0
[pid=6693/tid=6694] ppid=6692 vsize=864280 CPUtime=1.08
/proc/6693/task/6694/stat : 6694 (java) R 6692 6679 3838 0 -1 64 3240 0 1 0 107 1 0 0 25 0 9 0 1999485959 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4125978453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6695] ppid=6692 vsize=864280 CPUtime=1.18
/proc/6693/task/6695/stat : 6695 (java) S 6692 6679 3838 0 -1 64 11450 0 0 0 111 7 0 0 18 0 9 0 1999485960 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6696] ppid=6692 vsize=864280 CPUtime=0
/proc/6693/task/6696/stat : 6696 (java) S 6692 6679 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999485961 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6697] ppid=6692 vsize=864280 CPUtime=0
/proc/6693/task/6697/stat : 6697 (java) S 6692 6679 3838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999485961 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6698] ppid=6692 vsize=864280 CPUtime=0
/proc/6693/task/6698/stat : 6698 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999485962 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6699] ppid=6692 vsize=864280 CPUtime=0.05
/proc/6693/task/6699/stat : 6699 (java) S 6692 6679 3838 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1999485963 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6700] ppid=6692 vsize=864280 CPUtime=0
/proc/6693/task/6700/stat : 6700 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999485963 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6693/tid=6701] ppid=6692 vsize=864280 CPUtime=0
/proc/6693/task/6701/stat : 6701 (java) S 6692 6679 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999485963 885022720 14925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883236

[startup+6.30172 s]
/proc/loadavg: 2.26 2.18 2.02 3/76 6703
/proc/meminfo: memFree=1528800/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=5232 CPUtime=1.75
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 1232 0 0 0 93 82 0 0 25 0 1 0 1999486339 5357568 1218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 1308 1218 42 102 0 1203 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 24188

[startup+12.7025 s]
/proc/loadavg: 2.22 2.17 2.01 3/76 6703
/proc/meminfo: memFree=1526176/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=6024 CPUtime=8.11
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 1416 0 0 0 729 82 0 0 25 0 1 0 1999486339 6168576 1402 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 1506 1402 42 102 0 1401 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 24980

[startup+25.502 s]
/proc/loadavg: 2.19 2.17 2.01 3/76 6703
/proc/meminfo: memFree=1524832/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=7808 CPUtime=20.85
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 1779 0 0 0 2002 83 0 0 25 0 1 0 1999486339 7995392 1763 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 1952 1763 48 102 0 1847 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 26764

[startup+51.102 s]
/proc/loadavg: 2.12 2.15 2.01 3/76 6703
/proc/meminfo: memFree=1524704/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=8044 CPUtime=46.31
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 1819 0 0 0 4548 83 0 0 25 0 1 0 1999486339 8237056 1803 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 2011 1803 48 102 0 1906 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 27000

[startup+102.306 s]
/proc/loadavg: 2.08 2.14 2.01 3/76 6703
/proc/meminfo: memFree=1523936/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=8668 CPUtime=97.26
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 2019 0 0 0 9643 83 0 0 25 0 1 0 1999486339 8876032 1936 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 2167 1936 48 102 0 2062 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 27624

[startup+162.301 s]
/proc/loadavg: 2.07 2.13 2.01 3/76 6703
/proc/meminfo: memFree=1523808/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0

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

[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13236 CPUtime=1291.36
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4534 0 0 0 129046 90 0 0 25 0 1 0 1999486339 13553664 3128 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3309 3128 48 102 0 3204 0
Current children cumulated CPU time (s) 1295.8
Current children cumulated vsize (KiB) 32192

[startup+1362.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/76 6703
/proc/meminfo: memFree=1518624/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13500 CPUtime=1351.06
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4699 0 0 0 135016 90 0 0 25 0 1 0 1999486339 13824000 3203 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3375 3203 48 102 0 3270 0
Current children cumulated CPU time (s) 1355.5
Current children cumulated vsize (KiB) 32456

[startup+1422.31 s]
/proc/loadavg: 2.06 2.08 2.01 3/76 6703
/proc/meminfo: memFree=1518240/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13764 CPUtime=1410.78
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4881 0 0 0 140988 90 0 0 25 0 1 0 1999486339 14094336 3291 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3441 3291 48 102 0 3336 0
Current children cumulated CPU time (s) 1415.22
Current children cumulated vsize (KiB) 32720

[startup+1482.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/76 6703
/proc/meminfo: memFree=1518304/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13764 CPUtime=1470.48
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4881 0 0 0 146957 91 0 0 25 0 1 0 1999486339 14094336 3291 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3441 3291 48 102 0 3336 0
Current children cumulated CPU time (s) 1474.92
Current children cumulated vsize (KiB) 32720

[startup+1542.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/76 6703
/proc/meminfo: memFree=1518432/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13764 CPUtime=1530.19
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4975 0 0 0 152928 91 0 0 25 0 1 0 1999486339 14094336 3291 996147200 134512640 134931368 4294956256 18446744073709551615 134541565 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3441 3291 48 102 0 3336 0
Current children cumulated CPU time (s) 1534.63
Current children cumulated vsize (KiB) 32720

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 6766
/proc/meminfo: memFree=1637288/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=13764 CPUtime=1589.87
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 4978 0 0 0 158895 92 0 0 25 0 1 0 1999486339 14094336 3294 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3441 3294 48 102 0 3336 0
Current children cumulated CPU time (s) 1594.31
Current children cumulated vsize (KiB) 32720

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/83 6766
/proc/meminfo: memFree=1630952/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=14160 CPUtime=1649.62
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 5176 0 0 0 164869 93 0 0 25 0 1 0 1999486339 14499840 3393 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3540 3393 48 102 0 3435 0
Current children cumulated CPU time (s) 1654.06
Current children cumulated vsize (KiB) 33116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 6766
/proc/meminfo: memFree=1630824/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=14160 CPUtime=1709.38
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 5176 0 0 0 170845 93 0 0 25 0 1 0 1999486339 14499840 3393 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3540 3393 48 102 0 3435 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 33116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 6766
/proc/meminfo: memFree=1630696/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=14160 CPUtime=1769.14
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 5275 0 0 0 176821 93 0 0 25 0 1 0 1999486339 14499840 3393 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3540 3393 48 102 0 3435 0
Current children cumulated CPU time (s) 1773.58
Current children cumulated vsize (KiB) 33116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 6766
/proc/meminfo: memFree=1630696/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=14160 CPUtime=1795.63
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 5275 0 0 0 179470 93 0 0 25 0 1 0 1999486339 14499840 3393 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3540 3393 48 102 0 3435 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 33116

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 6766
/proc/meminfo: memFree=1630696/2055920 swapFree=4180584/4192956
[pid=6679] ppid=6677 vsize=13600 CPUtime=4.44
/proc/6679/stat : 6679 (sugar) S 6677 6679 3838 0 -1 4194304 1022 23027 0 2 3 0 420 21 16 0 1 0 1999485885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6679/statm: 3400 798 370 3 0 500 0
[pid=6702] ppid=6679 vsize=5356 CPUtime=0
/proc/6702/stat : 6702 (sh) S 6679 6679 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999486338 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1339 232 193 169 0 50 0
[pid=6703] ppid=6702 vsize=14160 CPUtime=1795.63
/proc/6703/stat : 6703 (picosat) R 6702 6679 3838 0 -1 4194304 5275 0 0 0 179470 93 0 0 25 0 1 0 1999486339 14499840 3393 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6703/statm: 3540 3393 48 102 0 3435 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 33116

Child status: 0
Real time (s): 1808.92
CPU time (s): 1800.13
CPU user time (s): 1798.95
CPU system time (s): 1.17482
CPU usage (%): 99.5138
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30057
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= 2359
involuntary context switches= 30962

runsolver used 2.53561 second user time and 5.42218 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 23:02:41
IDJOB=1078052
IDBENCH=56756
IDSOLVER=345
FILE ID=node75/1078052-1215205361
PBS_JOBID= 7881592
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-40_ext.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-1078052-1215205361/watcher-1078052-1215205361 -o /tmp/evaluation-result-1078052-1215205361/solver-1078052-1215205361 -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-1078052-1215205361.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72800f33560a9e3da2b338883daf5b30
RANDOM SEED=979706665

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1538904 kB
Buffers:         54832 kB
Cached:         235872 kB
SwapCached:       6320 kB
Active:         287284 kB
Inactive:       164960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538904 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         169140 kB
Slab:            49612 kB
Committed_AS:  4323148 kB
PageTables:       2204 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= 66552 MiB
End job on node75 at 2008-07-04 23:32:52