Trace number 2062589

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.1 1812.32

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-10.xml
MD5SUMad626daf93767ba6191917a08cf93670
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sat Jul 11 18:15:05 2009
0.03/0.08	c 0	PID 15151
0.03/0.08	c 0	HOST node49.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2062589-1247328905.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062589-1247328905.xml' 'HOME/temp.csp'
0.07/0.73	c 1	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.07/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.74	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'
0.71/0.83	c 1	Parsing HOME/temp.csp
0.71/0.92	c 1	parsed 991 expressions
0.71/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.93	c 1	Converting to clausal form CSP
0.71/0.96	c 1	converted 100 (10%) expressions
0.71/0.96	c 1	converted 199 (20%) expressions
0.71/0.97	c 1	converted 298 (30%) expressions
0.71/0.97	c 1	converted 397 (40%) expressions
0.71/0.97	c 1	converted 496 (50%) expressions
0.71/0.98	c 1	converted 595 (60%) expressions
0.94/1.06	c 1	converted 694 (70%) expressions
1.14/1.29	c 2	converted 793 (80%) expressions
1.73/1.80	c 2	converted 892 (90%) expressions
2.13/2.23	c 2	converted 991 (100%) expressions
2.13/2.23	c 2	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
2.13/2.23	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.23	c 2	Propagation in CSP
2.22/2.30	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.30	c 3	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
2.22/2.30	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.32	c 3	Simplifing CSP by introducing new Boolean variables
2.22/2.35	c 3	CSP : 498 integers, 10178 booleans, 28873 clauses, largest domain size 91
2.22/2.35	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.47	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.50	c 3	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.42/2.51	c 3	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.42/2.52	c 3	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.42/2.52	c 3	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.42/2.52	c 3	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.42/2.52	c 3	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.42/2.53	c 3	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.42/2.53	c 3	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.42/2.53	c 3	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.42/2.54	c 3	498 (100%) CSP integer variables are encoded (11305 clauses, 148479 bytes)
2.51/2.69	c 3	2888 (10%) CSP clauses are encoded (26986 clauses, 398115 bytes)
2.61/2.76	c 3	5775 (20%) CSP clauses are encoded (40645 clauses, 651785 bytes)
2.72/2.82	c 3	8662 (30%) CSP clauses are encoded (54288 clauses, 906853 bytes)
2.72/2.88	c 3	11550 (40%) CSP clauses are encoded (67939 clauses, 1162752 bytes)
2.81/2.94	c 3	14437 (50%) CSP clauses are encoded (81576 clauses, 1418229 bytes)
2.92/3.00	c 3	17324 (60%) CSP clauses are encoded (95226 clauses, 1673913 bytes)
2.92/3.06	c 3	20212 (70%) CSP clauses are encoded (108897 clauses, 1930178 bytes)
3.01/3.12	c 3	23099 (80%) CSP clauses are encoded (122540 clauses, 2185761 bytes)
3.01/3.18	c 3	25986 (90%) CSP clauses are encoded (136188 clauses, 2447739 bytes)
3.12/3.25	c 3	28873 (100%) CSP clauses are encoded (149948 clauses, 2720029 bytes)
3.12/3.25	c 3	28873 CSP clauses encoded
3.12/3.25	c 3	Writing map file : HOME/temp.map
3.12/3.26	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.12/3.26	c 3	SAT : 21960 SAT variables, 149948 SAT clauses, 2720029 bytes
3.12/3.26	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.17/3.32	c 4	SOLVING HOME/temp.cnf
3.17/3.32	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1812.31	sh: line 1: 15175 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1812.31	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1812.31	c 1813	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.04/1812.31	c ERROR INTERRUPTED
1800.04/1812.32	s UNKNOWN
1800.04/1812.32	c 1813	CPU 1800.07 (0.05 0.02 1799.03 0.97)
1800.04/1812.32	c 1813	END Sat Jul 11 18:45:18 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-2062589-1247328905/watcher-2062589-1247328905 -o /tmp/evaluation-result-2062589-1247328905/solver-2062589-1247328905 -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-2062589-1247328905.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.29 1.83 1.97 4/74 15151
/proc/meminfo: memFree=885424/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=18576 CPUtime=0
/proc/15151/stat : 15151 (runsolver) R 15149 15151 12282 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19950862 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15151/statm: 4644 284 249 26 0 2626 0

[startup+0.0474641 s]
/proc/loadavg: 1.29 1.83 1.97 4/74 15151
/proc/meminfo: memFree=885424/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=13468 CPUtime=0.03
/proc/15151/stat : 15151 (sugar) R 15149 15151 12282 0 -1 4194304 757 0 0 0 2 1 0 0 20 0 1 0 19950862 13791232 725 996147200 4194304 4206940 548682068608 18446744073709551615 224645573617 0 0 4224 0 0 0 0 17 1 0 0
/proc/15151/statm: 3367 725 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101701 s]
/proc/loadavg: 1.29 1.83 1.97 4/74 15151
/proc/meminfo: memFree=885424/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=0.07
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19950862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301493 s]
/proc/loadavg: 1.29 1.83 1.97 4/74 15151
/proc/meminfo: memFree=885424/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=0.07
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19950862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701554 s]
/proc/loadavg: 1.29 1.83 1.97 4/74 15151
/proc/meminfo: memFree=885424/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=0.07
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19950862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.29 1.83 1.97 4/85 15173
/proc/meminfo: memFree=874456/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=0.71
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1309 4876 0 1 5 2 60 4 16 0 1 0 19950862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1111 409 3 0 796 0
[pid=15164] ppid=15151 vsize=5356 CPUtime=0
/proc/15164/stat : 15164 (sh) S 15151 15151 12282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19950937 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15164/statm: 1339 233 193 169 0 50 0
[pid=15165] ppid=15164 vsize=868500 CPUtime=0.72
/proc/15165/stat : 15165 (java) S 15164 15151 12282 0 -1 0 7268 0 1 0 67 5 0 0 18 0 9 0 19950938 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15165/statm: 217125 6504 2567 9 0 211630 0
[pid=15165/tid=15166] ppid=15164 vsize=868500 CPUtime=0.43
/proc/15165/task/15166/stat : 15166 (java) R 15164 15151 12282 0 -1 64 2689 0 1 0 41 2 0 0 23 0 9 0 19950939 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15167] ppid=15164 vsize=868500 CPUtime=0.1
/proc/15165/task/15167/stat : 15167 (java) R 15164 15151 12282 0 -1 64 2404 0 0 0 9 1 0 0 16 0 9 0 19950940 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 102759270 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15168] ppid=15164 vsize=868500 CPUtime=0
/proc/15165/task/15168/stat : 15168 (java) S 15164 15151 12282 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19950940 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15169] ppid=15164 vsize=868500 CPUtime=0
/proc/15165/task/15169/stat : 15169 (java) S 15164 15151 12282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19950940 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15170] ppid=15164 vsize=868500 CPUtime=0
/proc/15165/task/15170/stat : 15170 (java) S 15164 15151 12282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19950942 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15171] ppid=15164 vsize=868500 CPUtime=0.17
/proc/15165/task/15171/stat : 15171 (java) S 15164 15151 12282 0 -1 64 1476 0 0 0 16 1 0 0 16 0 9 0 19950942 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15172] ppid=15164 vsize=868500 CPUtime=0
/proc/15165/task/15172/stat : 15172 (java) S 15164 15151 12282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19950942 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15173] ppid=15164 vsize=868500 CPUtime=0
/proc/15165/task/15173/stat : 15173 (java) S 15164 15151 12282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19950942 889344000 6504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890724

[startup+3.1029 s]
/proc/loadavg: 1.34 1.83 1.97 3/85 15173
/proc/meminfo: memFree=856536/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=0.71
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1310 4876 0 1 5 2 60 4 15 0 1 0 19950862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1111 409 3 0 796 0
[pid=15164] ppid=15151 vsize=5356 CPUtime=0
/proc/15164/stat : 15164 (sh) S 15151 15151 12282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19950937 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15164/statm: 1339 233 193 169 0 50 0
[pid=15165] ppid=15164 vsize=868696 CPUtime=2.3
/proc/15165/stat : 15165 (java) S 15164 15151 12282 0 -1 0 10805 0 1 0 219 11 0 0 18 0 9 0 19950938 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15165/statm: 217174 9713 2592 9 0 211651 0
[pid=15165/tid=15166] ppid=15164 vsize=868696 CPUtime=1.52
/proc/15165/task/15166/stat : 15166 (java) R 15164 15151 12282 0 -1 64 2982 0 1 0 147 5 0 0 25 0 9 0 19950939 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4126455904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15167] ppid=15164 vsize=868696 CPUtime=0.51
/proc/15165/task/15167/stat : 15167 (java) S 15164 15151 12282 0 -1 64 5601 0 0 0 47 4 0 0 16 0 9 0 19950940 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15168] ppid=15164 vsize=868696 CPUtime=0
/proc/15165/task/15168/stat : 15168 (java) S 15164 15151 12282 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19950940 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15169] ppid=15164 vsize=868696 CPUtime=0
/proc/15165/task/15169/stat : 15169 (java) S 15164 15151 12282 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19950940 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15170] ppid=15164 vsize=868696 CPUtime=0
/proc/15165/task/15170/stat : 15170 (java) S 15164 15151 12282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19950942 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15171] ppid=15164 vsize=868696 CPUtime=0.25
/proc/15165/task/15171/stat : 15171 (java) S 15164 15151 12282 0 -1 64 1523 0 0 0 24 1 0 0 16 0 9 0 19950942 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15172] ppid=15164 vsize=868696 CPUtime=0
/proc/15165/task/15172/stat : 15172 (java) S 15164 15151 12282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19950942 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15165/tid=15173] ppid=15164 vsize=868696 CPUtime=0
/proc/15165/task/15173/stat : 15173 (java) S 15164 15151 12282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19950942 889544704 9713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890920

[startup+6.30136 s]
/proc/loadavg: 1.34 1.83 1.97 3/77 15175
/proc/meminfo: memFree=872152/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=7988 CPUtime=2.93
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 1763 0 0 0 223 70 0 0 25 0 1 0 19951196 8179712 1738 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 1 0 0
/proc/15175/statm: 1997 1738 42 102 0 1892 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30212

[startup+12.7023 s]
/proc/loadavg: 1.44 1.83 1.97 3/77 15175
/proc/meminfo: memFree=871256/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=9160 CPUtime=9.28
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 1939 0 0 0 857 71 0 0 25 0 1 0 19951196 9379840 1914 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15175/statm: 2290 1914 42 102 0 2185 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 31384

[startup+25.5011 s]
/proc/loadavg: 1.53 1.84 1.97 3/77 15175
/proc/meminfo: memFree=869912/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=10216 CPUtime=21.95
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 2206 0 0 0 2124 71 0 0 25 0 1 0 19951196 10461184 2181 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/15175/statm: 2554 2181 42 102 0 2449 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32440

[startup+51.1017 s]
/proc/loadavg: 1.69 1.85 1.97 3/77 15175
/proc/meminfo: memFree=867416/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=11232 CPUtime=47.31
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 2502 0 0 0 4660 71 0 0 25 0 1 0 19951196 11501568 2475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15175/statm: 2808 2475 48 102 0 2703 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33456

[startup+102.307 s]
/proc/loadavg: 1.87 1.87 1.97 3/77 15175
/proc/meminfo: memFree=865496/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=11492 CPUtime=98.04
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 2612 0 0 0 9732 72 0 0 25 0 1 0 19951196 11767808 2517 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15175/statm: 2873 2517 48 102 0 2768 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 33716

[startup+162.301 s]
/proc/loadavg: 1.95 1.89 1.97 3/77 15175
/proc/meminfo: memFree=863960/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=15840 CPUtime=1287.06
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4618 0 0 0 128630 76 0 0 25 0 1 0 19951196 16220160 3592 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 3960 3592 48 102 0 3855 0
Current children cumulated CPU time (s) 1290.25
Current children cumulated vsize (KiB) 38064

[startup+1362.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1168488/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=15840 CPUtime=1347.02
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4649 0 0 0 134626 76 0 0 25 0 1 0 19951196 16220160 3623 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 3960 3623 48 102 0 3855 0
Current children cumulated CPU time (s) 1350.21
Current children cumulated vsize (KiB) 38064

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1168104/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16104 CPUtime=1407.02
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4777 0 0 0 140625 77 0 0 25 0 1 0 19951196 16490496 3672 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4026 3672 48 102 0 3921 0
Current children cumulated CPU time (s) 1410.21
Current children cumulated vsize (KiB) 38328

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1168168/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16236 CPUtime=1466.99
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4828 0 0 0 146622 77 0 0 25 0 1 0 19951196 16625664 3723 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4059 3723 48 102 0 3954 0
Current children cumulated CPU time (s) 1470.18
Current children cumulated vsize (KiB) 38460

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/83 15211
/proc/meminfo: memFree=1167784/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16632 CPUtime=1526.95
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4997 0 0 0 152618 77 0 0 25 0 1 0 19951196 17031168 3809 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4158 3809 48 102 0 4053 0
Current children cumulated CPU time (s) 1530.14
Current children cumulated vsize (KiB) 38856

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167720/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16632 CPUtime=1586.93
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 4998 0 0 0 158616 77 0 0 25 0 1 0 19951196 17031168 3810 996147200 134512640 134931368 4294956256 18446744073709551615 134525663 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4158 3810 48 102 0 4053 0
Current children cumulated CPU time (s) 1590.12
Current children cumulated vsize (KiB) 38856

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167656/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16632 CPUtime=1646.92
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 5082 0 0 0 164614 78 0 0 25 0 1 0 19951196 17031168 3811 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4158 3811 48 102 0 4053 0
Current children cumulated CPU time (s) 1650.11
Current children cumulated vsize (KiB) 38856

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167656/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16632 CPUtime=1706.89
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 5082 0 0 0 170611 78 0 0 25 0 1 0 19951196 17031168 3811 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4158 3811 48 102 0 4053 0
Current children cumulated CPU time (s) 1710.08
Current children cumulated vsize (KiB) 38856

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167208/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16896 CPUtime=1766.86
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 5239 0 0 0 176608 78 0 0 25 0 1 0 19951196 17301504 3881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4224 3881 48 102 0 4119 0
Current children cumulated CPU time (s) 1770.05
Current children cumulated vsize (KiB) 39120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167272/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16896 CPUtime=1796.85
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 5239 0 0 0 179607 78 0 0 25 0 1 0 19951196 17301504 3881 996147200 134512640 134931368 4294956256 18446744073709551615 134525898 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4224 3881 48 102 0 4119 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 39120

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

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

[startup+1812.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 15211
/proc/meminfo: memFree=1167272/2055920 swapFree=4192812/4192956
[pid=15151] ppid=15149 vsize=16868 CPUtime=3.19
/proc/15151/stat : 15151 (sugar) S 15149 15151 12282 0 -1 4194304 1365 16005 0 2 5 2 295 17 16 0 1 0 19950862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15151/statm: 4217 1113 409 3 0 796 0
[pid=15174] ppid=15151 vsize=5356 CPUtime=0
/proc/15174/stat : 15174 (sh) S 15151 15151 12282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19951195 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15174/statm: 1339 232 193 169 0 50 0
[pid=15175] ppid=15174 vsize=16896 CPUtime=1796.85
/proc/15175/stat : 15175 (picosat) R 15174 15151 12282 0 -1 4194304 5239 0 0 0 179607 78 0 0 25 0 1 0 19951196 17301504 3881 996147200 134512640 134931368 4294956256 18446744073709551615 134525898 0 0 4096 0 0 0 0 17 0 0 0
/proc/15175/statm: 4224 3881 48 102 0 4119 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 39120

Child status: 0
Real time (s): 1812.32
CPU time (s): 1800.1
CPU user time (s): 1799.1
CPU system time (s): 1.00085
CPU usage (%): 99.3254
Max. virtual memory (cumulated for all children) (KiB): 891060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.00085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23368
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= 3341
involuntary context switches= 32712

runsolver used 2.14367 second user time and 6.11307 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 18:15:05
IDJOB=2062589
IDBENCH=53913
IDSOLVER=738
FILE ID=node49/2062589-1247328905
PBS_JOBID= 9506531
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-10.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-2062589-1247328905/watcher-2062589-1247328905 -o /tmp/evaluation-result-2062589-1247328905/solver-2062589-1247328905 -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-2062589-1247328905.xml

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

MD5SUM BENCH= ad626daf93767ba6191917a08cf93670
RANDOM SEED=314670200

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        885904 kB
Buffers:         47668 kB
Cached:         757312 kB
SwapCached:        140 kB
Active:         478816 kB
Inactive:       619164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        885904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:         304160 kB
Slab:            56488 kB
Committed_AS:   441464 kB
PageTables:       2388 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= 66372 MiB
End job on node49 at 2009-07-11 18:45:20