Trace number 2070553

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.08 1804.83

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-12-a3.xml
MD5SUM159836703c8d4079f442c681ff91b599
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.11968
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sun Jul 12 00:31:08 2009
0.03/0.08	c 0	PID 16064
0.03/0.08	c 0	HOST node47.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2070553-1247351467.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-2070553-1247351467.xml' 'HOME/temp.csp'
0.07/0.57	c 0	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.07/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.58	c 0	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.52/0.71	c 0	Parsing HOME/temp.csp
0.52/0.79	c 0	parsed 2360 expressions
0.52/0.80	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.80	c 0	Converting to clausal form CSP
0.52/0.87	c 0	converted 236 (10%) expressions
0.52/0.99	c 1	converted 472 (20%) expressions
0.87/1.02	c 1	converted 708 (30%) expressions
0.87/1.04	c 1	converted 944 (40%) expressions
0.87/1.05	c 1	converted 1180 (50%) expressions
0.87/1.06	c 1	converted 1416 (60%) expressions
0.87/1.07	c 1	converted 1652 (70%) expressions
0.87/1.08	c 1	converted 1888 (80%) expressions
0.87/1.09	c 1	converted 2124 (90%) expressions
0.87/1.10	c 1	converted 2360 (100%) expressions
0.87/1.10	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 70
0.87/1.10	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.87/1.10	c 1	Propagation in CSP
0.98/1.15	c 1	210 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.15	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 70
0.98/1.15	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.15	c 1	Simplifing CSP by introducing new Boolean variables
0.98/1.19	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 70
0.98/1.19	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.07/1.24	c 1	8 (10%) CSP integer variables are encoded (464 clauses, 4956 bytes)
1.07/1.25	c 1	16 (20%) CSP integer variables are encoded (934 clauses, 10126 bytes)
1.07/1.25	c 1	24 (30%) CSP integer variables are encoded (1447 clauses, 16698 bytes)
1.07/1.25	c 1	32 (40%) CSP integer variables are encoded (1947 clauses, 23198 bytes)
1.07/1.25	c 1	39 (50%) CSP integer variables are encoded (2377 clauses, 28788 bytes)
1.07/1.25	c 1	47 (60%) CSP integer variables are encoded (2872 clauses, 35223 bytes)
1.07/1.25	c 1	55 (70%) CSP integer variables are encoded (3364 clauses, 41619 bytes)
1.07/1.25	c 1	63 (80%) CSP integer variables are encoded (3854 clauses, 47989 bytes)
1.07/1.26	c 1	71 (90%) CSP integer variables are encoded (4331 clauses, 54190 bytes)
1.07/1.26	c 1	78 (100%) CSP integer variables are encoded (4744 clauses, 59559 bytes)
1.16/1.33	c 1	664 (10%) CSP clauses are encoded (32901 clauses, 534338 bytes)
1.26/1.40	c 1	1327 (20%) CSP clauses are encoded (60827 clauses, 1047063 bytes)
1.26/1.46	c 1	1990 (30%) CSP clauses are encoded (88943 clauses, 1576148 bytes)
1.36/1.52	c 1	2654 (40%) CSP clauses are encoded (116246 clauses, 2089643 bytes)
1.36/1.57	c 1	3317 (50%) CSP clauses are encoded (144181 clauses, 2615229 bytes)
1.46/1.62	c 1	3980 (60%) CSP clauses are encoded (171560 clauses, 3130209 bytes)
1.46/1.67	c 1	4644 (70%) CSP clauses are encoded (199274 clauses, 3651601 bytes)
1.56/1.73	c 1	5307 (80%) CSP clauses are encoded (226701 clauses, 4167469 bytes)
1.56/1.78	c 1	5970 (90%) CSP clauses are encoded (253954 clauses, 4680025 bytes)
2.04/2.28	c 2	6633 (100%) CSP clauses are encoded (542083 clauses, 9311947 bytes)
2.04/2.28	c 2	6633 CSP clauses encoded
2.04/2.28	c 2	Writing map file : HOME/temp.map
2.04/2.29	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.04/2.29	c 2	SAT : 9112 SAT variables, 542083 SAT clauses, 9311947 bytes
2.04/2.29	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.04/2.29	c 2	SOLVING HOME/temp.cnf
2.04/2.29	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1804.81	sh: line 1: 16088 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1804.81	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1804.81	c 1804	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.03/1804.81	c ERROR INTERRUPTED
1800.03/1804.82	s UNKNOWN
1800.03/1804.82	c 1804	CPU 1800.06 (0.07 0.01 1797.03 2.95)
1800.03/1804.82	c 1804	END Sun Jul 12 01:01:12 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-2070553-1247351467/watcher-2070553-1247351467 -o /tmp/evaluation-result-2070553-1247351467/solver-2070553-1247351467 -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-2070553-1247351467.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.26 1.75 1.94 4/81 16064
/proc/meminfo: memFree=498312/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=12268 CPUtime=0
/proc/16064/stat : 16064 (sugar) R 16062 16064 15039 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22210463 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16064/statm: 3067 316 241 3 0 167 0

[startup+0.050645 s]
/proc/loadavg: 1.26 1.75 1.94 4/81 16064
/proc/meminfo: memFree=498312/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=13600 CPUtime=0.03
/proc/16064/stat : 16064 (sugar) R 16062 16064 15039 0 -1 4194304 783 0 0 0 3 0 0 0 18 0 1 0 22210463 13926400 751 996147200 4194304 4206940 548682068608 18446744073709551615 208717411858 0 0 4224 0 0 0 0 17 1 0 0
/proc/16064/statm: 3400 751 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.105656 s]
/proc/loadavg: 1.26 1.75 1.94 4/81 16064
/proc/meminfo: memFree=498312/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=0.07
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22210463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301674 s]
/proc/loadavg: 1.26 1.75 1.94 4/81 16064
/proc/meminfo: memFree=498312/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=0.07
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22210463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701717 s]
/proc/loadavg: 1.26 1.75 1.94 4/81 16064
/proc/meminfo: memFree=498312/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=0.52
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1292 5254 0 1 6 1 41 4 16 0 1 0 22210463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 1.26 1.75 1.94 3/92 16086
/proc/meminfo: memFree=483760/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=0.52
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1310 5254 0 1 6 1 41 4 15 0 1 0 22210463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1111 409 3 0 796 0
[pid=16077] ppid=16064 vsize=5356 CPUtime=0
/proc/16077/stat : 16077 (sh) S 16064 16064 15039 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22210522 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16077/statm: 1339 233 193 169 0 50 0
[pid=16078] ppid=16077 vsize=868616 CPUtime=0.84
/proc/16078/stat : 16078 (java) S 16077 16064 15039 0 -1 0 6954 0 1 0 78 6 0 0 18 0 9 0 22210523 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16078/statm: 217154 6131 2589 9 0 211631 0
[pid=16078/tid=16079] ppid=16077 vsize=868616 CPUtime=0.53
/proc/16078/task/16079/stat : 16079 (java) R 16077 16064 15039 0 -1 64 2787 0 1 0 50 3 0 0 19 0 9 0 22210523 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 102093920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16080] ppid=16077 vsize=868616 CPUtime=0.08
/proc/16078/task/16080/stat : 16080 (java) S 16077 16064 15039 0 -1 64 1974 0 0 0 8 0 0 0 16 0 9 0 22210528 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16081] ppid=16077 vsize=868616 CPUtime=0
/proc/16078/task/16081/stat : 16081 (java) S 16077 16064 15039 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22210528 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16082] ppid=16077 vsize=868616 CPUtime=0
/proc/16078/task/16082/stat : 16082 (java) S 16077 16064 15039 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22210528 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16083] ppid=16077 vsize=868616 CPUtime=0
/proc/16078/task/16083/stat : 16083 (java) S 16077 16064 15039 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22210530 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16084] ppid=16077 vsize=868616 CPUtime=0.2
/proc/16078/task/16084/stat : 16084 (java) S 16077 16064 15039 0 -1 64 1495 0 0 0 19 1 0 0 16 0 9 0 22210530 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16085] ppid=16077 vsize=868616 CPUtime=0
/proc/16078/task/16085/stat : 16085 (java) S 16077 16064 15039 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22210530 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16078/tid=16086] ppid=16077 vsize=868616 CPUtime=0
/proc/16078/task/16086/stat : 16086 (java) S 16077 16064 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22210531 889462784 6131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 890840

[startup+3.10197 s]
/proc/loadavg: 1.26 1.75 1.94 3/92 16086
/proc/meminfo: memFree=472880/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30135 s]
/proc/loadavg: 1.32 1.75 1.94 3/84 16088
/proc/meminfo: memFree=472688/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=17320 CPUtime=3.94
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 4077 0 0 0 172 222 0 0 25 0 1 0 22210693 17735680 4063 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 4330 4063 40 102 0 4225 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 39544

[startup+12.702 s]
/proc/loadavg: 1.38 1.76 1.94 3/84 16088
/proc/meminfo: memFree=465712/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=20556 CPUtime=10.29
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 4944 0 0 0 762 267 0 0 25 0 1 0 22210693 21049344 4921 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 5139 4921 42 102 0 5034 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 42780

[startup+25.5014 s]
/proc/loadavg: 1.51 1.77 1.94 3/84 16088
/proc/meminfo: memFree=465776/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=20688 CPUtime=22.97
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 4987 0 0 0 2029 268 0 0 25 0 1 0 22210693 21184512 4964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 5172 4964 42 102 0 5067 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 42912

[startup+51.1012 s]
/proc/loadavg: 1.68 1.78 1.94 3/84 16088
/proc/meminfo: memFree=465520/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=20952 CPUtime=48.33
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 5075 0 0 0 4565 268 0 0 25 0 1 0 22210693 21454848 5052 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 5238 5052 42 102 0 5133 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 43176

[startup+102.307 s]
/proc/loadavg: 1.86 1.81 1.94 4/84 16088
/proc/meminfo: memFree=464880/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=23792 CPUtime=99.05
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 5257 0 0 0 9637 268 0 0 25 0 1 0 22210693 24363008 5234 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 5948 5234 42 102 0 5843 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 46016

[startup+162.301 s]
/proc/loadavg: 1.95 1.85 1.94 3/84 16088
/proc/meminfo: memFree=463856/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=24584 CPUtime=158.49
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 5479 0 0 0 15580 269 0 0 25 0 1 0 22210693 25174016 5456 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 6146 5456 42 102 0 6041 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 46808

[startup+222.302 s]
/proc/loadavg: 1.98 1.87 1.94 3/84 16088
/proc/meminfo: memFree=463216/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=25244 CPUtime=217.92
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 5651 0 0 0 21523 269 0 0 25 0 1 0 22210693 25849856 5628 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16088/statm: 6311 5628 42 102 0 6206 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 47468

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

[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=34480 CPUtime=1235.61
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8123 0 0 0 123285 276 0 0 25 0 1 0 22210693 35307520 8001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8620 8001 48 102 0 8515 0
Current children cumulated CPU time (s) 1237.76
Current children cumulated vsize (KiB) 56704

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1295.59
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 129283 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1297.74
Current children cumulated vsize (KiB) 57364

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1355.56
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 135280 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1357.71
Current children cumulated vsize (KiB) 57364

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1415.54
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 141278 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1417.69
Current children cumulated vsize (KiB) 57364

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1475.51
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 147275 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1477.66
Current children cumulated vsize (KiB) 57364

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1535.49
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 153273 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 57364

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819200/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1595.47
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 159271 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1597.62
Current children cumulated vsize (KiB) 57364

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819136/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1655.44
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 165268 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1657.59
Current children cumulated vsize (KiB) 57364

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819136/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1715.42
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 171266 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1717.57
Current children cumulated vsize (KiB) 57364

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16291
/proc/meminfo: memFree=819072/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1775.39
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 177263 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1777.54
Current children cumulated vsize (KiB) 57364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 1.99 1.97 1.93 3/83 16297
/proc/meminfo: memFree=819000/2055920 swapFree=4192956/4192956
[pid=16064] ppid=16062 vsize=16868 CPUtime=2.15
/proc/16064/stat : 16064 (sugar) S 16062 16064 15039 0 -1 4194304 1365 12757 0 2 7 1 190 17 16 0 1 0 22210463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16064/statm: 4217 1113 409 3 0 796 0
[pid=16087] ppid=16064 vsize=5356 CPUtime=0
/proc/16087/stat : 16087 (sh) S 16064 16064 15039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22210693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16087/statm: 1339 232 193 169 0 50 0
[pid=16088] ppid=16087 vsize=35140 CPUtime=1797.88
/proc/16088/stat : 16088 (picosat) R 16087 16064 15039 0 -1 4194304 8428 0 0 0 179512 276 0 0 25 0 1 0 22210693 35983360 8184 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16088/statm: 8785 8184 48 102 0 8680 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 57364

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

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

Child status: 0
Real time (s): 1804.83
CPU time (s): 1800.08
CPU user time (s): 1797.1
CPU system time (s): 2.98055
CPU usage (%): 99.7372
Max. virtual memory (cumulated for all children) (KiB): 890840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 2.98055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23269
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= 4530
involuntary context switches= 27203

runsolver used 2.36464 second user time and 5.85011 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 00:31:08
IDJOB=2070553
IDBENCH=55368
IDSOLVER=738
FILE ID=node47/2070553-1247351467
PBS_JOBID= 9506913
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-12-a3.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-2070553-1247351467/watcher-2070553-1247351467 -o /tmp/evaluation-result-2070553-1247351467/solver-2070553-1247351467 -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-2070553-1247351467.xml

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

MD5SUM BENCH= 159836703c8d4079f442c681ff91b599
RANDOM SEED=1679596085

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        498856 kB
Buffers:         65492 kB
Cached:         981504 kB
SwapCached:          0 kB
Active:         719700 kB
Inactive:       767972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        498856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         461120 kB
Slab:            53620 kB
Committed_AS:   606256 kB
PageTables:       2812 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= 66456 MiB
End job on node47 at 2009-07-12 01:01:14