Trace number 2062875

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.06 1806.34

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-10.xml
MD5SUM543831571f95a2d5d937b4f047616190
Bench CategoryAlldiff (alldiff)
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 variables300
Number of constraints141
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(41)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:30:19 2009
0.00/0.08	c 0	PID 10831
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062875-1247329819.xml TO HOME/temp.csp
0.00/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-2062875-1247329819.xml' 'HOME/temp.csp'
0.07/0.38	c 0	2 domains, 300 variables, 0 predicates, 1 relations, 141 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.07/0.49	c 0	Parsing HOME/temp.csp
0.35/0.54	c 1	parsed 444 expressions
0.35/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.55	c 1	Converting to clausal form CSP
0.35/0.57	c 1	converted 45 (10%) expressions
0.35/0.57	c 1	converted 89 (20%) expressions
0.35/0.57	c 1	converted 134 (30%) expressions
0.35/0.57	c 1	converted 178 (40%) expressions
0.35/0.57	c 1	converted 222 (50%) expressions
0.35/0.57	c 1	converted 267 (60%) expressions
0.35/0.59	c 1	converted 311 (70%) expressions
0.35/0.62	c 1	converted 356 (80%) expressions
0.35/0.64	c 1	converted 400 (90%) expressions
0.35/1.07	c 1	converted 444 (100%) expressions
0.35/1.07	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
0.35/1.07	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/1.07	c 1	Propagation in CSP
1.02/1.12	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.12	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
1.02/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.25	c 1	CSP : 300 integers, 13500 booleans, 20432 clauses, largest domain size 100
1.11/1.25	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.35	c 1	30 (10%) CSP integer variables are encoded (240 clauses, 2512 bytes)
1.22/1.35	c 1	60 (20%) CSP integer variables are encoded (480 clauses, 5152 bytes)
1.22/1.35	c 1	90 (30%) CSP integer variables are encoded (720 clauses, 7792 bytes)
1.22/1.35	c 1	120 (40%) CSP integer variables are encoded (960 clauses, 10576 bytes)
1.22/1.35	c 1	150 (50%) CSP integer variables are encoded (1200 clauses, 13696 bytes)
1.22/1.36	c 1	180 (60%) CSP integer variables are encoded (1440 clauses, 16816 bytes)
1.22/1.37	c 1	210 (70%) CSP integer variables are encoded (2580 clauses, 31636 bytes)
1.22/1.37	c 1	240 (80%) CSP integer variables are encoded (5520 clauses, 69856 bytes)
1.22/1.38	c 1	270 (90%) CSP integer variables are encoded (8460 clauses, 108076 bytes)
1.22/1.38	c 1	300 (100%) CSP integer variables are encoded (11400 clauses, 149663 bytes)
1.80/1.97	c 2	2044 (10%) CSP clauses are encoded (44646 clauses, 817561 bytes)
1.90/2.01	c 2	4087 (20%) CSP clauses are encoded (58767 clauses, 1069581 bytes)
2.00/2.11	c 2	6130 (30%) CSP clauses are encoded (105963 clauses, 1999183 bytes)
2.21/2.39	c 2	8173 (40%) CSP clauses are encoded (242844 clauses, 4744222 bytes)
2.50/2.67	c 3	10216 (50%) CSP clauses are encoded (379725 clauses, 7489693 bytes)
2.79/2.93	c 3	12260 (60%) CSP clauses are encoded (516706 clauses, 10237747 bytes)
2.99/3.19	c 3	14303 (70%) CSP clauses are encoded (653587 clauses, 12990319 bytes)
3.28/3.45	c 3	16346 (80%) CSP clauses are encoded (790468 clauses, 15749695 bytes)
3.59/3.71	c 4	18389 (90%) CSP clauses are encoded (927349 clauses, 18519907 bytes)
3.78/3.98	c 4	20432 (100%) CSP clauses are encoded (1064032 clauses, 21360864 bytes)
3.78/3.98	c 4	20432 CSP clauses encoded
3.78/3.98	c 4	Writing map file : HOME/temp.map
3.78/3.99	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.78/3.99	c 4	SAT : 25200 SAT variables, 1064032 SAT clauses, 21360864 bytes
3.78/3.99	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.89/4.02	c 4	SOLVING HOME/temp.cnf
3.89/4.02	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1806.32	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1806.32	c 1806	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.06/1806.32	c ERROR INTERRUPTED
1800.06/1806.32	s UNKNOWN
1800.06/1806.32	c 1806	CPU 3.91 (0.07 0.01 3.56 0.27)
1800.06/1806.32	c 1806	END Sat Jul 11 19:00:25 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-2062875-1247329819/watcher-2062875-1247329819 -o /tmp/evaluation-result-2062875-1247329819/solver-2062875-1247329819 -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-2062875-1247329819.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: 2.16 2.13 2.04 4/74 10831
/proc/meminfo: memFree=907268/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=18576 CPUtime=0
/proc/10831/stat : 10831 (runsolver) R 10829 10831 9593 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20049015 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10831/statm: 4644 284 249 26 0 2626 0

[startup+0.105797 s]
/proc/loadavg: 2.16 2.13 2.04 4/74 10831
/proc/meminfo: memFree=907268/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.07
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.20181 s]
/proc/loadavg: 2.16 2.13 2.04 4/74 10831
/proc/meminfo: memFree=907268/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.07
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301821 s]
/proc/loadavg: 2.16 2.13 2.04 4/74 10831
/proc/meminfo: memFree=907268/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.07
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701865 s]
/proc/loadavg: 2.16 2.13 2.04 4/74 10831
/proc/meminfo: memFree=907268/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.35
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1309 4549 0 1 6 1 25 3 16 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 2.16 2.13 2.04 4/85 10853
/proc/meminfo: memFree=886244/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.35
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1310 4549 0 1 6 1 25 3 15 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
[pid=10844] ppid=10831 vsize=5356 CPUtime=0
/proc/10844/stat : 10844 (sh) S 10831 10831 9593 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20049056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10844/statm: 1339 233 193 169 0 50 0
[pid=10845] ppid=10844 vsize=868680 CPUtime=1.06
/proc/10845/stat : 10845 (java) S 10844 10831 9593 0 -1 0 8880 0 1 0 100 6 0 0 18 0 9 0 20049056 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10845/statm: 217170 8048 2592 9 0 211647 0
[pid=10845/tid=10846] ppid=10844 vsize=868680 CPUtime=0.54
/proc/10845/task/10846/stat : 10846 (java) R 10844 10831 9593 0 -1 64 2775 0 1 0 52 2 0 0 22 0 9 0 20049057 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10847] ppid=10844 vsize=868680 CPUtime=0.27
/proc/10845/task/10847/stat : 10847 (java) R 10844 10831 9593 0 -1 64 3883 0 0 0 26 1 0 0 16 0 9 0 20049058 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10848] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10848/stat : 10848 (java) S 10844 10831 9593 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20049058 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10849] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10849/stat : 10849 (java) S 10844 10831 9593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20049058 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10850] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10850/stat : 10850 (java) S 10844 10831 9593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20049061 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10851] ppid=10844 vsize=868680 CPUtime=0.22
/proc/10845/task/10851/stat : 10851 (java) S 10844 10831 9593 0 -1 64 1523 0 0 0 21 1 0 0 16 0 9 0 20049061 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10852] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10852/stat : 10852 (java) S 10844 10831 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20049061 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10853] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10853/stat : 10853 (java) S 10844 10831 9593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20049061 889528320 8048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890904

[startup+3.10213 s]
/proc/loadavg: 2.16 2.13 2.04 3/85 10853
/proc/meminfo: memFree=878948/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=0.35
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1310 4549 0 1 6 1 25 3 15 0 1 0 20049015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1111 409 3 0 796 0
[pid=10844] ppid=10831 vsize=5356 CPUtime=0
/proc/10844/stat : 10844 (sh) S 10831 10831 9593 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20049056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10844/statm: 1339 233 193 169 0 50 0
[pid=10845] ppid=10844 vsize=868680 CPUtime=2.64
/proc/10845/stat : 10845 (java) S 10844 10831 9593 0 -1 0 9227 0 1 0 248 16 0 0 18 0 9 0 20049056 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10845/statm: 217170 8066 2592 9 0 211647 0
[pid=10845/tid=10846] ppid=10844 vsize=868680 CPUtime=1.97
/proc/10845/task/10846/stat : 10846 (java) R 10844 10831 9593 0 -1 64 3106 0 1 0 188 9 0 0 25 0 9 0 20049057 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10847] ppid=10844 vsize=868680 CPUtime=0.38
/proc/10845/task/10847/stat : 10847 (java) S 10844 10831 9593 0 -1 64 3883 0 0 0 34 4 0 0 16 0 9 0 20049058 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10848] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10848/stat : 10848 (java) S 10844 10831 9593 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20049058 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10849] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10849/stat : 10849 (java) S 10844 10831 9593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20049058 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10850] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10850/stat : 10850 (java) S 10844 10831 9593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20049061 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10851] ppid=10844 vsize=868680 CPUtime=0.25
/proc/10845/task/10851/stat : 10851 (java) S 10844 10831 9593 0 -1 64 1539 0 0 0 24 1 0 0 16 0 9 0 20049061 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10852] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10852/stat : 10852 (java) S 10844 10831 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20049061 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10845/tid=10853] ppid=10844 vsize=868680 CPUtime=0
/proc/10845/task/10853/stat : 10853 (java) S 10844 10831 9593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20049061 889528320 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890904

[startup+6.30249 s]
/proc/loadavg: 2.15 2.13 2.04 3/77 10855
/proc/meminfo: memFree=875748/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=11252 CPUtime=2.25
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 2498 0 0 0 105 120 0 0 25 0 1 0 20049417 11522048 2484 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10855/statm: 2813 2484 40 102 0 2708 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 33476

[startup+12.7012 s]
/proc/loadavg: 2.14 2.12 2.04 3/77 10855
/proc/meminfo: memFree=850148/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=36104 CPUtime=8.58
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 8719 0 0 0 396 462 0 0 25 0 1 0 20049417 36970496 8705 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10855/statm: 9026 8705 40 102 0 8921 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 58328

[startup+25.5016 s]
/proc/loadavg: 2.11 2.12 2.03 3/77 10855
/proc/meminfo: memFree=843364/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=40612 CPUtime=21.26
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 9948 0 0 0 1611 515 0 0 25 0 1 0 20049417 41586688 9907 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/10855/statm: 10153 9907 48 102 0 10048 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 62836

[startup+51.1014 s]
/proc/loadavg: 2.13 2.12 2.04 3/77 10855
/proc/meminfo: memFree=841828/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=42196 CPUtime=46.6
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 10361 0 0 0 4145 515 0 0 25 0 1 0 20049417 43208704 10320 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10855/statm: 10549 10320 48 102 0 10444 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 64420

[startup+102.301 s]
/proc/loadavg: 2.12 2.12 2.04 3/77 10855
/proc/meminfo: memFree=838180/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=49592 CPUtime=97.32
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 11201 0 0 0 9216 516 0 0 25 0 1 0 20049417 50782208 11160 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/10855/statm: 12398 11160 48 102 0 12293 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 71816

[startup+162.302 s]
/proc/loadavg: 2.11 2.11 2.04 3/77 10855
/proc/meminfo: memFree=834340/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=757868/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=77680 CPUtime=1292.33
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 18658 0 0 0 128706 527 0 0 25 0 1 0 20049417 79544320 18280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 19420 18280 48 102 0 19315 0
Current children cumulated CPU time (s) 1296.24
Current children cumulated vsize (KiB) 99904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 10908
/proc/meminfo: memFree=755884/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=77680 CPUtime=1352.31
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 18658 0 0 0 134703 528 0 0 25 0 1 0 20049417 79544320 18280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 19420 18280 48 102 0 19315 0
Current children cumulated CPU time (s) 1356.22
Current children cumulated vsize (KiB) 99904

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10908
/proc/meminfo: memFree=750700/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81244 CPUtime=1412.29
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19544 0 0 0 140700 529 0 0 25 0 1 0 20049417 83193856 19166 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20311 19166 48 102 0 20206 0
Current children cumulated CPU time (s) 1416.2
Current children cumulated vsize (KiB) 103468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=750188/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1472.27
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19742 0 0 0 146697 530 0 0 25 0 1 0 20049417 83464192 19237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19237 48 102 0 20272 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 103732

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=750124/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1532.25
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19742 0 0 0 152695 530 0 0 25 0 1 0 20049417 83464192 19237 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19237 48 102 0 20272 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 103732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=750060/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1592.22
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19742 0 0 0 158692 530 0 0 25 0 1 0 20049417 83464192 19237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19237 48 102 0 20272 0
Current children cumulated CPU time (s) 1596.13
Current children cumulated vsize (KiB) 103732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=750060/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1652.2
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19742 0 0 0 164690 530 0 0 25 0 1 0 20049417 83464192 19237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19237 48 102 0 20272 0
Current children cumulated CPU time (s) 1656.11
Current children cumulated vsize (KiB) 103732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=750060/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1712.18
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19743 0 0 0 170688 530 0 0 25 0 1 0 20049417 83464192 19238 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19238 48 102 0 20272 0
Current children cumulated CPU time (s) 1716.09
Current children cumulated vsize (KiB) 103732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=749868/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1772.15
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19743 0 0 0 176685 530 0 0 25 0 1 0 20049417 83464192 19238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19238 48 102 0 20272 0
Current children cumulated CPU time (s) 1776.06
Current children cumulated vsize (KiB) 103732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10908
/proc/meminfo: memFree=749868/2055920 swapFree=4192956/4192956
[pid=10831] ppid=10829 vsize=16868 CPUtime=3.91
/proc/10831/stat : 10831 (sugar) S 10829 10831 9593 0 -1 4194304 1365 14310 0 2 7 1 356 27 16 0 1 0 20049015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10831/statm: 4217 1113 409 3 0 796 0
[pid=10854] ppid=10831 vsize=5356 CPUtime=0
/proc/10854/stat : 10854 (sh) S 10831 10831 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20049417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10854/statm: 1339 232 193 169 0 50 0
[pid=10855] ppid=10854 vsize=81508 CPUtime=1796.15
/proc/10855/stat : 10855 (picosat) R 10854 10831 9593 0 -1 4194304 19743 0 0 0 179085 530 0 0 25 0 1 0 20049417 83464192 19238 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/10855/statm: 20377 19238 48 102 0 20272 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 103732

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10831 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=633447
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 3.9384
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.34
CPU time (s): 1800.06
CPU user time (s): 1794.48
CPU system time (s): 5.58
CPU usage (%): 99.6524
Max. virtual memory (cumulated for all children) (KiB): 890980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.63345
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16155
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= 7050
involuntary context switches= 6981

runsolver used 2.01369 second user time and 6.21105 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 18:30:19
IDJOB=2062875
IDBENCH=53939
IDSOLVER=738
FILE ID=node9/2062875-1247329819
PBS_JOBID= 9506609
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-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-2062875-1247329819/watcher-2062875-1247329819 -o /tmp/evaluation-result-2062875-1247329819/solver-2062875-1247329819 -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-2062875-1247329819.xml

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

MD5SUM BENCH= 543831571f95a2d5d937b4f047616190
RANDOM SEED=957218840

node9.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.216
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.216
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:        907748 kB
Buffers:         62744 kB
Cached:         997172 kB
SwapCached:          0 kB
Active:         442728 kB
Inactive:       652532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        907748 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          46172 kB
Slab:            38200 kB
Committed_AS:   212136 kB
PageTables:       1780 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= 66384 MiB
End job on node9 at 2009-07-11 19:00:27