Trace number 2059531

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 1814.62

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-m-2_ext.xml
MD5SUMa7b2d88fca63e18bbc1a826209f183ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.166974
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 16:52:29 2009
0.00/0.08	c 0	PID 13728
0.07/0.08	c 0	HOST node67.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2059531-1247323948.xml TO HOME/temp.csp
0.07/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-2059531-1247323948.xml' 'HOME/temp.csp'
0.07/0.76	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.75/0.85	c 0	Parsing HOME/temp.csp
1.05/1.11	c 1	parsed 4437 expressions
1.05/1.12	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.12	c 1	Converting to clausal form CSP
1.05/1.19	c 1	converted 444 (10%) expressions
1.24/1.35	c 1	converted 888 (20%) expressions
1.45/1.53	c 1	converted 1332 (30%) expressions
1.65/1.79	c 1	converted 1775 (40%) expressions
1.84/1.90	c 1	converted 2219 (50%) expressions
2.13/2.22	c 2	converted 2663 (60%) expressions
2.23/2.34	c 2	converted 3106 (70%) expressions
2.33/2.44	c 2	converted 3550 (80%) expressions
2.63/2.78	c 2	converted 3994 (90%) expressions
2.83/2.97	c 3	converted 4437 (100%) expressions
2.83/2.97	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.83/2.97	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.83/2.97	c 3	Propagation in CSP
2.83/2.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.83/2.97	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.83/2.97	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.83/2.98	c 3	Simplifing CSP by introducing new Boolean variables
2.83/2.98	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.83/2.98	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.13/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.13/3.27	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
3.13/3.27	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
3.13/3.27	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
3.13/3.28	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
3.13/3.28	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
3.13/3.28	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
3.13/3.28	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
3.13/3.28	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
3.13/3.28	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
3.13/3.28	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.32/3.47	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209951 bytes)
3.51/3.68	c 3	844 (20%) CSP clauses are encoded (22211 clauses, 392540 bytes)
3.71/3.88	c 3	1266 (30%) CSP clauses are encoded (31102 clauses, 574527 bytes)
3.92/4.08	c 4	1687 (40%) CSP clauses are encoded (39365 clauses, 754519 bytes)
4.11/4.27	c 4	2109 (50%) CSP clauses are encoded (48561 clauses, 961461 bytes)
4.31/4.48	c 4	2531 (60%) CSP clauses are encoded (57421 clauses, 1159805 bytes)
4.51/4.68	c 4	2952 (70%) CSP clauses are encoded (66037 clauses, 1352849 bytes)
4.71/4.87	c 4	3374 (80%) CSP clauses are encoded (75171 clauses, 1556064 bytes)
4.91/5.08	c 5	3796 (90%) CSP clauses are encoded (84370 clauses, 1759586 bytes)
5.10/5.27	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1973911 bytes)
5.10/5.27	c 5	4217 CSP clauses encoded
5.10/5.27	c 5	Writing map file : HOME/temp.map
5.10/5.28	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.28	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1973911 bytes
5.10/5.28	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.19/5.32	c 5	SOLVING HOME/temp.cnf
5.19/5.32	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1814.61	sh: line 1: 13752 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1814.61	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1814.61	c 1814	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/1814.61	c ERROR INTERRUPTED
1800.03/1814.62	s UNKNOWN
1800.03/1814.62	c 1814	CPU 1800.04 (0.06 0.02 1799.1 0.86)
1800.03/1814.62	c 1814	END Sat Jul 11 17:22:43 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-2059531-1247323948/watcher-2059531-1247323948 -o /tmp/evaluation-result-2059531-1247323948/solver-2059531-1247323948 -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-2059531-1247323948.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.17 1.70 1.82 4/81 13728
/proc/meminfo: memFree=697616/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=18576 CPUtime=0
/proc/13728/stat : 13728 (runsolver) R 13726 13728 12402 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19457584 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13728/statm: 4644 284 249 26 0 2626 0

[startup+0.0842551 s]
/proc/loadavg: 1.17 1.70 1.82 4/81 13728
/proc/meminfo: memFree=697616/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16740 CPUtime=0.07
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 19457584 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100926 s]
/proc/loadavg: 1.17 1.70 1.82 4/81 13728
/proc/meminfo: memFree=697616/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=0.07
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19457584 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301941 s]
/proc/loadavg: 1.17 1.70 1.82 4/81 13728
/proc/meminfo: memFree=697616/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=0.07
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19457584 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701985 s]
/proc/loadavg: 1.17 1.70 1.82 4/81 13728
/proc/meminfo: memFree=697616/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=0.07
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19457584 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 1.24 1.70 1.82 4/92 13750
/proc/meminfo: memFree=689080/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=0.75
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1309 5410 0 1 6 1 63 5 16 0 1 0 19457584 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1111 409 3 0 796 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 12402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19457661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=864256 CPUtime=0.7
/proc/13742/stat : 13742 (java) S 13741 13728 12402 0 -1 0 7447 0 1 0 67 3 0 0 18 0 9 0 19457661 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 216064 6723 2566 9 0 210569 0
[pid=13742/tid=13743] ppid=13741 vsize=864256 CPUtime=0.42
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 12402 0 -1 64 2666 0 1 0 41 1 0 0 20 0 9 0 19457662 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=864256 CPUtime=0.2
/proc/13742/task/13744/stat : 13744 (java) R 13741 13728 12402 0 -1 64 3771 0 0 0 19 1 0 0 16 0 9 0 19457664 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 104187657 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=864256 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 12402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19457664 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=864256 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 12402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19457664 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=864256 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 12402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19457666 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=864256 CPUtime=0.06
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 12402 0 -1 64 312 0 0 0 6 0 0 0 16 0 9 0 19457666 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=864256 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 12402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19457666 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=864256 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 12402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19457666 884998144 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886480

[startup+3.10224 s]
/proc/loadavg: 1.24 1.70 1.82 4/92 13750
/proc/meminfo: memFree=659384/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=0.75
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1310 5410 0 1 6 1 63 5 15 0 1 0 19457584 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1111 409 3 0 796 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 12402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19457661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868664 CPUtime=2.28
/proc/13742/stat : 13742 (java) S 13741 13728 12402 0 -1 0 18001 0 1 0 219 9 0 0 18 0 9 0 19457661 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217166 17226 2566 9 0 211671 0
[pid=13742/tid=13743] ppid=13741 vsize=868664 CPUtime=0.82
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 12402 0 -1 64 3222 0 1 0 81 1 0 0 24 0 9 0 19457662 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868664 CPUtime=1.3
/proc/13742/task/13744/stat : 13744 (java) R 13741 13728 12402 0 -1 64 12654 0 0 0 124 6 0 0 18 0 9 0 19457664 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 104189947 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868664 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 12402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19457664 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868664 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 12402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19457664 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868664 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 12402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19457666 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868664 CPUtime=0.13
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 12402 0 -1 64 1427 0 0 0 12 1 0 0 16 0 9 0 19457666 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868664 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 12402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19457666 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868664 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 12402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19457666 889511936 17226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890888

[startup+6.30156 s]
/proc/loadavg: 1.24 1.70 1.82 3/84 13752
/proc/meminfo: memFree=690936/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=4172 CPUtime=0.96
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 924 0 0 0 43 53 0 0 25 0 1 0 19458116 4272128 910 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 1043 910 40 102 0 938 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 26396

[startup+12.7022 s]
/proc/loadavg: 1.36 1.71 1.82 3/84 13752
/proc/meminfo: memFree=685688/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=6696 CPUtime=7.3
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 1581 0 0 0 674 56 0 0 25 0 1 0 19458116 6856704 1554 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 1674 1554 48 102 0 1569 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28920

[startup+25.5015 s]
/proc/loadavg: 1.46 1.72 1.82 3/84 13752
/proc/meminfo: memFree=684920/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=7476 CPUtime=19.98
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 1787 0 0 0 1942 56 0 0 25 0 1 0 19458116 7655424 1760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 1869 1760 48 102 0 1764 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 29700

[startup+51.1011 s]
/proc/loadavg: 1.64 1.74 1.83 3/84 13752
/proc/meminfo: memFree=683384/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=9424 CPUtime=45.33
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 2348 0 0 0 4477 56 0 0 25 0 1 0 19458116 9650176 2216 996147200 134512640 134931368 4294956256 18446744073709551615 134531375 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 2356 2216 48 102 0 2251 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 31648

[startup+102.306 s]
/proc/loadavg: 1.85 1.78 1.83 3/84 13752
/proc/meminfo: memFree=681144/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=11008 CPUtime=96.06
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 3094 0 0 0 9549 57 0 0 25 0 1 0 19458116 11272192 2653 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 2752 2653 48 102 0 2647 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 33232

[startup+162.301 s]
/proc/loadavg: 1.94 1.82 1.84 3/84 13752
/proc/meminfo: memFree=679096/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=27884 CPUtime=1225.31
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 10918 0 0 0 122466 65 0 0 25 0 1 0 19458116 28553216 6718 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 6971 6718 48 102 0 6866 0
Current children cumulated CPU time (s) 1230.53
Current children cumulated vsize (KiB) 50108

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 13799
/proc/meminfo: memFree=555816/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=27884 CPUtime=1284.75
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 11060 0 0 0 128410 65 0 0 25 0 1 0 19458116 28553216 6721 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 6971 6721 48 102 0 6866 0
Current children cumulated CPU time (s) 1289.97
Current children cumulated vsize (KiB) 50108

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=555624/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=27884 CPUtime=1344.19
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 11208 0 0 0 134354 65 0 0 25 0 1 0 19458116 28553216 6727 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 6971 6727 48 102 0 6866 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 50108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=554664/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=28808 CPUtime=1403.62
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 11586 0 0 0 140297 65 0 0 25 0 1 0 19458116 29499392 6958 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 7202 6958 48 102 0 7097 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 51032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=553320/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=29996 CPUtime=1463.06
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12060 0 0 0 146241 65 0 0 25 0 1 0 19458116 30715904 7283 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13752/statm: 7499 7283 48 102 0 7394 0
Current children cumulated CPU time (s) 1468.28
Current children cumulated vsize (KiB) 52220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=501160/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30392 CPUtime=1522.62
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12285 0 0 0 152196 66 0 0 25 0 1 0 19458116 31121408 7359 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7598 7359 48 102 0 7493 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 52616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=500968/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30368 CPUtime=1582.59
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12446 0 0 0 158193 66 0 0 25 0 1 0 19458116 31096832 7367 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7592 7367 48 102 0 7487 0
Current children cumulated CPU time (s) 1587.81
Current children cumulated vsize (KiB) 52592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=500712/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30368 CPUtime=1642.56
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12608 0 0 0 164190 66 0 0 25 0 1 0 19458116 31096832 7373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7592 7373 48 102 0 7487 0
Current children cumulated CPU time (s) 1647.78
Current children cumulated vsize (KiB) 52592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=500712/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30248 CPUtime=1702.54
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12764 0 0 0 170188 66 0 0 25 0 1 0 19458116 30973952 7365 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7562 7365 48 102 0 7457 0
Current children cumulated CPU time (s) 1707.76
Current children cumulated vsize (KiB) 52472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=500712/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30248 CPUtime=1762.52
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12935 0 0 0 176186 66 0 0 25 0 1 0 19458116 30973952 7375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7562 7375 48 102 0 7457 0
Current children cumulated CPU time (s) 1767.74
Current children cumulated vsize (KiB) 52472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 13799
/proc/meminfo: memFree=500712/2055920 swapFree=4192956/4192956
[pid=13728] ppid=13726 vsize=16868 CPUtime=5.22
/proc/13728/stat : 13728 (sugar) S 13726 13728 12402 0 -1 4194304 1365 24149 0 2 6 2 495 19 16 0 1 0 19457584 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 4217 1113 409 3 0 796 0
[pid=13751] ppid=13728 vsize=5356 CPUtime=0
/proc/13751/stat : 13751 (sh) S 13728 13728 12402 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19458116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13751/statm: 1339 232 193 169 0 50 0
[pid=13752] ppid=13751 vsize=30248 CPUtime=1794.81
/proc/13752/stat : 13752 (picosat) R 13751 13728 12402 0 -1 4194304 12935 0 0 0 179415 66 0 0 25 0 1 0 19458116 30973952 7375 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/13752/statm: 7562 7375 48 102 0 7457 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 52472

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): 1814.62
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.892864
CPU usage (%): 99.1978
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.892864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39123
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= 2158
involuntary context switches= 41478

runsolver used 2.03969 second user time and 6.22705 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 16:52:29
IDJOB=2059531
IDBENCH=53590
IDSOLVER=738
FILE ID=node67/2059531-1247323948
PBS_JOBID= 9506497
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-2_ext.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-2059531-1247323948/watcher-2059531-1247323948 -o /tmp/evaluation-result-2059531-1247323948/solver-2059531-1247323948 -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-2059531-1247323948.xml

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

MD5SUM BENCH= a7b2d88fca63e18bbc1a826209f183ae
RANDOM SEED=857617074

node67.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.239
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.239
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:        698096 kB
Buffers:         45296 kB
Cached:        1192848 kB
SwapCached:          0 kB
Active:         151716 kB
Inactive:      1135148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        698096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          69160 kB
Slab:            56064 kB
Committed_AS:   199256 kB
PageTables:       1948 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= 66488 MiB
End job on node67 at 2009-07-11 17:22:45