Trace number 1042509

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 1807.52

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-10.xml
MD5SUMad626daf93767ba6191917a08cf93670
Bench CategoryGLOBAL (global constraints)
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:52:16 2008
0.00/0.04	c 0	PID 9915
0.03/0.04	c 0	HOST node87.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1042509-1215003136.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-1042509-1215003136.xml' 'HOME/temp.csp'
0.03/0.48	c 1	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.03/0.58	c 1	Parsing HOME/temp.csp
0.46/0.80	c 1	parsed 991 expressions
0.46/0.80	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.80	c 1	Converting to clausal form CSP
0.46/0.82	c 1	converted 100 (10%) expressions
0.46/0.83	c 1	converted 199 (20%) expressions
0.46/0.83	c 1	converted 298 (30%) expressions
0.46/0.83	c 1	converted 397 (40%) expressions
0.46/0.83	c 1	converted 496 (50%) expressions
0.46/0.85	c 1	converted 595 (60%) expressions
0.46/0.89	c 1	converted 694 (70%) expressions
0.93/1.07	c 2	converted 793 (80%) expressions
1.43/1.52	c 2	converted 892 (90%) expressions
1.83/1.90	c 2	converted 991 (100%) expressions
1.83/1.90	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
1.83/1.90	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.90	c 2	Propagation in CSP
1.93/2.06	c 2	1240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.93/2.06	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
1.93/2.06	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.07	c 3	Simplifing CSP by introducing new Boolean variables
2.02/2.10	c 3	CSP : 498 integers, 11399 booleans, 32555 clauses, largest domain size 91
2.02/2.10	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.22	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.25	c 3	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.12/2.26	c 3	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.12/2.26	c 3	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.12/2.27	c 3	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.12/2.27	c 3	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.12/2.27	c 3	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.12/2.27	c 3	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.12/2.27	c 3	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.12/2.28	c 3	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.12/2.28	c 3	498 (100%) CSP integer variables are encoded (11314 clauses, 148614 bytes)
2.32/2.42	c 3	3256 (10%) CSP clauses are encoded (29444 clauses, 439952 bytes)
2.32/2.50	c 3	6511 (20%) CSP clauses are encoded (47849 clauses, 782890 bytes)
2.41/2.57	c 3	9767 (30%) CSP clauses are encoded (66043 clauses, 1123667 bytes)
2.52/2.63	c 3	13022 (40%) CSP clauses are encoded (84216 clauses, 1464601 bytes)
2.62/2.70	c 3	16278 (50%) CSP clauses are encoded (102251 clauses, 1802923 bytes)
2.62/2.77	c 3	19533 (60%) CSP clauses are encoded (120129 clauses, 2138430 bytes)
2.71/2.84	c 3	22789 (70%) CSP clauses are encoded (137837 clauses, 2470599 bytes)
2.81/2.91	c 3	26044 (80%) CSP clauses are encoded (155360 clauses, 2799231 bytes)
2.81/2.98	c 3	29300 (90%) CSP clauses are encoded (172766 clauses, 3135984 bytes)
2.91/3.04	c 3	32555 (100%) CSP clauses are encoded (189905 clauses, 3475084 bytes)
2.91/3.04	c 3	32555 CSP clauses encoded
2.91/3.05	c 3	Writing map file : HOME/temp.map
2.91/3.06	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.06	c 3	SAT : 23191 SAT variables, 189905 SAT clauses, 3475084 bytes
2.91/3.06	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.12	c 4	SOLVING HOME/temp.cnf
2.97/3.12	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1807.50	sh: line 1:  9939 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1807.51	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1807.51	c 1808	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.08/1807.51	c ERROR INTERRUPTED
1800.08/1807.51	s UNKNOWN
1800.08/1807.51	c 1808	CPU 1799.05 (0.03 0.01 1799.02 1.04)
1800.08/1807.51	c 1808	END Wed Jul  2 15:22:24 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-1042509-1215003136/watcher-1042509-1215003136 -o /tmp/evaluation-result-1042509-1215003136/solver-1042509-1215003136 -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-1042509-1215003136.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.06 2.04 4/73 9915
/proc/meminfo: memFree=1900432/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=12272 CPUtime=0
/proc/9915/stat : 9915 (sugar) R 9913 9915 8976 0 -1 4194304 390 0 0 0 0 0 0 0 18 0 1 0 612569310 12566528 358 996147200 4194304 4206940 548682068608 18446744073709551615 254633924032 0 0 4224 0 0 0 0 17 0 0 0
/proc/9915/statm: 3068 364 274 3 0 168 0

[startup+0.0411699 s]
/proc/loadavg: 2.16 2.06 2.04 4/73 9915
/proc/meminfo: memFree=1900432/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.03
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 845 0 0 0 2 1 0 0 19 0 1 0 612569310 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9915/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101177 s]
/proc/loadavg: 2.16 2.06 2.04 4/73 9915
/proc/meminfo: memFree=1900432/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.03
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 612569310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301202 s]
/proc/loadavg: 2.16 2.06 2.04 4/73 9915
/proc/meminfo: memFree=1900432/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.03
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 612569310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70124 s]
/proc/loadavg: 2.16 2.06 2.04 4/73 9915
/proc/meminfo: memFree=1900432/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.46
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 973 4812 0 1 3 1 38 4 15 0 1 0 612569310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.16 2.06 2.04 4/84 9937
/proc/meminfo: memFree=1885816/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.46
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 974 4812 0 1 3 1 38 4 15 0 1 0 612569310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 797 370 3 0 500 0
[pid=9928] ppid=9915 vsize=5356 CPUtime=0
/proc/9928/stat : 9928 (sh) S 9915 9915 8976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612569361 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9928/statm: 1339 233 193 169 0 50 0
[pid=9929] ppid=9928 vsize=868352 CPUtime=0.97
/proc/9929/stat : 9929 (java) S 9928 9915 8976 0 -1 0 8172 0 1 0 92 5 0 0 18 0 9 0 612569361 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9929/statm: 217088 7345 2540 9 0 211663 0
[pid=9929/tid=9930] ppid=9928 vsize=868352 CPUtime=0.56
/proc/9929/task/9930/stat : 9930 (java) R 9928 9915 8976 0 -1 64 2708 0 1 0 55 1 0 0 25 0 9 0 612569362 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4126597188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9931] ppid=9928 vsize=868352 CPUtime=0.18
/proc/9929/task/9931/stat : 9931 (java) S 9928 9915 8976 0 -1 64 3306 0 0 0 17 1 0 0 16 0 9 0 612569363 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9932] ppid=9928 vsize=868352 CPUtime=0
/proc/9929/task/9932/stat : 9932 (java) S 9928 9915 8976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 612569364 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9933] ppid=9928 vsize=868352 CPUtime=0
/proc/9929/task/9933/stat : 9933 (java) S 9928 9915 8976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612569364 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9934] ppid=9928 vsize=868352 CPUtime=0
/proc/9929/task/9934/stat : 9934 (java) S 9928 9915 8976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612569365 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9935] ppid=9928 vsize=868352 CPUtime=0.19
/proc/9929/task/9935/stat : 9935 (java) S 9928 9915 8976 0 -1 64 1465 0 0 0 18 1 0 0 16 0 9 0 612569365 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9936] ppid=9928 vsize=868352 CPUtime=0
/proc/9929/task/9936/stat : 9936 (java) S 9928 9915 8976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 612569365 889192448 7345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9937] ppid=9928 vsize=868352 CPUtime=0
/proc/9929/task/9937/stat : 9937 (java) S 9928 9915 8976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 612569365 889192448 7345 996147200 134512640 134550740 4294955952 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) 887308

[startup+3.10251 s]
/proc/loadavg: 2.16 2.06 2.04 3/84 9937
/proc/meminfo: memFree=1868152/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=0.46
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 974 4812 0 1 3 1 38 4 15 0 1 0 612569310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 797 370 3 0 500 0
[pid=9928] ppid=9915 vsize=5356 CPUtime=0
/proc/9928/stat : 9928 (sh) S 9915 9915 8976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612569361 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9928/statm: 1339 233 193 169 0 50 0
[pid=9929] ppid=9928 vsize=868464 CPUtime=2.51
/proc/9929/stat : 9929 (java) S 9928 9915 8976 0 -1 0 11123 0 1 0 242 9 0 0 18 0 9 0 612569361 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9929/statm: 217116 10047 2568 9 0 211663 0
[pid=9929/tid=9930] ppid=9928 vsize=868464 CPUtime=1.7
/proc/9929/task/9930/stat : 9930 (java) S 9928 9915 8976 0 -1 64 3051 0 1 0 167 3 0 0 25 0 9 0 612569362 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9931] ppid=9928 vsize=868464 CPUtime=0.52
/proc/9929/task/9931/stat : 9931 (java) S 9928 9915 8976 0 -1 64 5871 0 0 0 49 3 0 0 16 0 9 0 612569363 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9932] ppid=9928 vsize=868464 CPUtime=0
/proc/9929/task/9932/stat : 9932 (java) S 9928 9915 8976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 612569364 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9933] ppid=9928 vsize=868464 CPUtime=0
/proc/9929/task/9933/stat : 9933 (java) S 9928 9915 8976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612569364 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9934] ppid=9928 vsize=868464 CPUtime=0
/proc/9929/task/9934/stat : 9934 (java) S 9928 9915 8976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612569365 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9935] ppid=9928 vsize=868464 CPUtime=0.26
/proc/9929/task/9935/stat : 9935 (java) S 9928 9915 8976 0 -1 64 1508 0 0 0 25 1 0 0 15 0 9 0 612569365 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9936] ppid=9928 vsize=868464 CPUtime=0
/proc/9929/task/9936/stat : 9936 (java) S 9928 9915 8976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 612569365 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9929/tid=9937] ppid=9928 vsize=868464 CPUtime=0
/proc/9929/task/9937/stat : 9937 (java) S 9928 9915 8976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 612569365 889307136 10047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887420

[startup+6.30287 s]
/proc/loadavg: 2.22 2.08 2.05 3/76 9939
/proc/meminfo: memFree=1886328/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=9544 CPUtime=3.15
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 2048 0 0 0 234 81 0 0 25 0 1 0 612569622 9773056 2034 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9939/statm: 2386 2034 42 102 0 2281 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 28500

[startup+12.7016 s]
/proc/loadavg: 2.20 2.07 2.05 3/76 9939
/proc/meminfo: memFree=1885760/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=10072 CPUtime=9.52
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 2187 0 0 0 871 81 0 0 25 0 1 0 612569622 10313728 2173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9939/statm: 2518 2173 42 102 0 2413 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 29028

[startup+25.502 s]
/proc/loadavg: 2.16 2.07 2.05 3/76 9939
/proc/meminfo: memFree=1884736/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=11128 CPUtime=22.28
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 2455 0 0 0 2146 82 0 0 25 0 1 0 612569622 11395072 2441 996147200 134512640 134931368 4294956256 18446744073709551615 134524001 0 0 4096 0 0 0 0 17 1 0 0
/proc/9939/statm: 2782 2441 42 102 0 2677 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 30084

[startup+51.1019 s]
/proc/loadavg: 2.10 2.06 2.05 3/76 9939
/proc/meminfo: memFree=1883136/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=12712 CPUtime=47.77
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 2875 0 0 0 4695 82 0 0 25 0 1 0 612569622 13017088 2861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9939/statm: 3178 2861 42 102 0 3073 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 31668

[startup+102.306 s]
/proc/loadavg: 2.07 2.06 2.05 3/76 9939
/proc/meminfo: memFree=1882240/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=13244 CPUtime=98.77
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 3106 0 0 0 9795 82 0 0 25 0 1 0 612569622 13561856 2997 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/9939/statm: 3311 2997 48 102 0 3206 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 32200

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.05 3/76 9939
/proc/meminfo: memFree=1882048/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0

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

[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=17460 CPUtime=1293.91
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5116 0 0 0 129305 86 0 0 25 0 1 0 612569622 17879040 4077 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4365 4077 48 102 0 4260 0
Current children cumulated CPU time (s) 1296.9
Current children cumulated vsize (KiB) 36416

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1887552/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=17460 CPUtime=1353.68
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5116 0 0 0 135281 87 0 0 25 0 1 0 612569622 17879040 4077 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4365 4077 48 102 0 4260 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 36416

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1887040/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=17724 CPUtime=1413.43
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5278 0 0 0 141256 87 0 0 25 0 1 0 612569622 18149376 4153 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4431 4153 48 102 0 4326 0
Current children cumulated CPU time (s) 1416.42
Current children cumulated vsize (KiB) 36680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1887040/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=17724 CPUtime=1473.19
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5278 0 0 0 147232 87 0 0 25 0 1 0 612569622 18149376 4153 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4431 4153 48 102 0 4326 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 36680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1887040/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=17988 CPUtime=1532.95
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5325 0 0 0 153208 87 0 0 25 0 1 0 612569622 18419712 4200 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4497 4200 48 102 0 4392 0
Current children cumulated CPU time (s) 1535.94
Current children cumulated vsize (KiB) 36944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1886656/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18120 CPUtime=1592.7
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5468 0 0 0 159183 87 0 0 25 0 1 0 612569622 18554880 4253 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4530 4253 48 102 0 4425 0
Current children cumulated CPU time (s) 1595.69
Current children cumulated vsize (KiB) 37076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1886592/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18120 CPUtime=1652.47
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5468 0 0 0 165159 88 0 0 25 0 1 0 612569622 18554880 4253 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4530 4253 48 102 0 4425 0
Current children cumulated CPU time (s) 1655.46
Current children cumulated vsize (KiB) 37076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1886208/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18648 CPUtime=1712.23
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5696 0 0 0 171135 88 0 0 25 0 1 0 612569622 19095552 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4662 4386 48 102 0 4557 0
Current children cumulated CPU time (s) 1715.22
Current children cumulated vsize (KiB) 37604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 9973
/proc/meminfo: memFree=1886016/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18648 CPUtime=1771.98
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5696 0 0 0 177110 88 0 0 25 0 1 0 612569622 19095552 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4662 4386 48 102 0 4557 0
Current children cumulated CPU time (s) 1774.97
Current children cumulated vsize (KiB) 37604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1886016/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18648 CPUtime=1797.09
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5696 0 0 0 179621 88 0 0 25 0 1 0 612569622 19095552 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4662 4386 48 102 0 4557 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 37604

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 9973
/proc/meminfo: memFree=1886016/2055920 swapFree=4179360/4192956
[pid=9915] ppid=9913 vsize=13600 CPUtime=2.99
/proc/9915/stat : 9915 (sugar) S 9913 9915 8976 0 -1 4194304 1022 16226 0 2 3 1 281 14 16 0 1 0 612569310 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9915/statm: 3400 799 370 3 0 500 0
[pid=9938] ppid=9915 vsize=5356 CPUtime=0
/proc/9938/stat : 9938 (sh) S 9915 9915 8976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612569622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9938/statm: 1339 232 193 169 0 50 0
[pid=9939] ppid=9938 vsize=18648 CPUtime=1797.09
/proc/9939/stat : 9939 (picosat) R 9938 9915 8976 0 -1 4194304 5696 0 0 0 179621 88 0 0 25 0 1 0 612569622 19095552 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/9939/statm: 4662 4386 48 102 0 4557 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 37604

Child status: 0
Real time (s): 1807.52
CPU time (s): 1800.13
CPU user time (s): 1799.07
CPU system time (s): 1.05884
CPU usage (%): 99.5908
Max. virtual memory (cumulated for all children) (KiB): 887560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.05884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23680
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= 3508
involuntary context switches= 27057

runsolver used 1.56876 second user time and 5.02524 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-02 14:52:16
IDJOB=1042509
IDBENCH=53913
IDSOLVER=345
FILE ID=node87/1042509-1215003136
PBS_JOBID= 7870751
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad626daf93767ba6191917a08cf93670
RANDOM SEED=1399131441

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1900912 kB
Buffers:          6224 kB
Cached:          59832 kB
SwapCached:       7452 kB
Active:          76256 kB
Inactive:        11888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900912 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          29580 kB
Slab:            52244 kB
Committed_AS:  1443128 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node87 at 2008-07-02 15:22:26