Trace number 1038873

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1810.42

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-2_ext.xml
MD5SUMa874846b5f636a65f037f19dc412b84b
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.184971
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 (download as text)

0.00/0.27	c 0	Sugar v1-13 + HOME/picosat
0.00/0.27	c 0	BEGIN Wed Jul  2 04:31:28 2008
0.00/0.27	c 0	PID 23671
0.00/0.27	c 0	HOST node45.alineos.net
0.00/0.27	c 0	CONVERTING HOME/instance-1038873-1214965888.xml TO HOME/temp.csp
0.00/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1038873-1214965888.xml' 'HOME/temp.csp'
0.04/0.85	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.04/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.90	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.98	c 1	Parsing HOME/temp.csp
0.98/1.34	c 2	parsed 4437 expressions
0.98/1.35	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.35	c 2	Converting to clausal form CSP
1.07/1.43	c 2	converted 444 (10%) expressions
1.27/1.60	c 2	converted 888 (20%) expressions
1.38/1.76	c 2	converted 1332 (30%) expressions
1.68/2.01	c 2	converted 1775 (40%) expressions
1.77/2.14	c 2	converted 2219 (50%) expressions
2.07/2.44	c 3	converted 2663 (60%) expressions
2.16/2.54	c 3	converted 3106 (70%) expressions
2.26/2.67	c 3	converted 3550 (80%) expressions
2.56/2.98	c 3	converted 3994 (90%) expressions
2.76/3.17	c 3	converted 4437 (100%) expressions
2.76/3.17	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.76/3.17	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.76/3.17	c 3	Propagation in CSP
2.76/3.18	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.76/3.18	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.76/3.18	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.76/3.18	c 3	Simplifing CSP by introducing new Boolean variables
2.76/3.18	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.76/3.18	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.05/3.44	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.05/3.46	c 4	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
3.05/3.46	c 4	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
3.05/3.47	c 4	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
3.05/3.47	c 4	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
3.05/3.47	c 4	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
3.05/3.47	c 4	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
3.05/3.47	c 4	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
3.05/3.47	c 4	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
3.05/3.47	c 4	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
3.05/3.47	c 4	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.24/3.65	c 4	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.44/3.85	c 4	844 (20%) CSP clauses are encoded (22163 clauses, 392001 bytes)
3.64/4.05	c 4	1266 (30%) CSP clauses are encoded (31006 clauses, 573364 bytes)
3.85/4.24	c 4	1687 (40%) CSP clauses are encoded (39317 clauses, 753872 bytes)
4.04/4.44	c 5	2109 (50%) CSP clauses are encoded (48513 clauses, 960814 bytes)
4.23/4.64	c 5	2531 (60%) CSP clauses are encoded (57421 clauses, 1160043 bytes)
4.43/4.83	c 5	2952 (70%) CSP clauses are encoded (65989 clauses, 1352202 bytes)
4.62/5.03	c 5	3374 (80%) CSP clauses are encoded (75219 clauses, 1556920 bytes)
4.82/5.22	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760442 bytes)
5.03/5.41	c 6	4217 (100%) CSP clauses are encoded (94369 clauses, 1974149 bytes)
5.03/5.41	c 6	4217 CSP clauses encoded
5.03/5.42	c 6	Writing map file : HOME/temp.map
5.03/5.42	c 6	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.42	c 6	SAT : 7126 SAT variables, 94369 SAT clauses, 1974149 bytes
5.03/5.42	c 6	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.45	c 6	SOLVING HOME/temp.cnf
5.03/5.45	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1810.41	sh: line 1: 23695 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1810.41	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1810.41	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1810.41	c ERROR INTERRUPTED
1800.00/1810.42	s UNKNOWN
1800.00/1810.42	c 1811	CPU 1799.17 (0.04 0.01 1799.13 0.86)
1800.00/1810.42	c 1811	END Wed Jul  2 05:01:39 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038873-1214965888/watcher-1038873-1214965888 -o /tmp/evaluation-result-1038873-1214965888/solver-1038873-1214965888 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1038873-1214965888.xml 

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


[startup+0 s]
/proc/loadavg: 2.18 2.12 2.08 4/84 23671
/proc/meminfo: memFree=1813724/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=18572 CPUtime=0
/proc/23671/stat : 23671 (runsolver) D 23669 23671 23634 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1975561194 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 258939088167 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23671/statm: 4643 292 257 25 0 2626 0

[startup+0.091208 s]
/proc/loadavg: 2.18 2.12 2.08 4/84 23671
/proc/meminfo: memFree=1813724/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=11864 CPUtime=0
/proc/23671/stat : 23671 (sugar) D 23669 23671 23634 0 -1 4194304 123 0 3 0 0 0 0 0 18 0 1 0 1975561194 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 258958626104 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23671/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.101206 s]
/proc/loadavg: 2.18 2.12 2.08 4/84 23671
/proc/meminfo: memFree=1813724/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=11864 CPUtime=0
/proc/23671/stat : 23671 (sugar) D 23669 23671 23634 0 -1 4194304 123 0 4 0 0 0 0 0 18 0 1 0 1975561194 12148736 95 996147200 4194304 4206940 548682068608 18446744073709551615 258958641696 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23671/statm: 2966 95 64 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301252 s]
/proc/loadavg: 2.18 2.12 2.08 4/84 23671
/proc/meminfo: memFree=1813724/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=0.04
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 882 127 18 0 3 1 0 0 19 0 1 0 1975561194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702321 s]
/proc/loadavg: 2.18 2.12 2.08 4/84 23671
/proc/meminfo: memFree=1813724/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=0.04
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 882 127 18 0 3 1 0 0 19 0 1 0 1975561194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 2.18 2.12 2.08 4/95 23693
/proc/meminfo: memFree=1805372/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=0.61
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 955 5353 18 1 3 1 52 5 15 0 1 0 1975561194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 797 370 3 0 500 0
[pid=23684] ppid=23671 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23671 23671 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975561285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 233 193 169 0 50 0
[pid=23685] ppid=23684 vsize=864332 CPUtime=0.57
/proc/23685/stat : 23685 (java) S 23684 23671 23634 0 -1 0 4979 0 1 0 54 3 0 0 18 0 9 0 1975561285 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 216083 4398 1831 9 0 210658 0
[pid=23685/tid=23686] ppid=23684 vsize=864332 CPUtime=0.4
/proc/23685/task/23686/stat : 23686 (java) R 23684 23671 23634 0 -1 64 2632 0 1 0 39 1 0 0 18 0 9 0 1975561286 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23687] ppid=23684 vsize=864332 CPUtime=0.05
/proc/23685/task/23687/stat : 23687 (java) R 23684 23671 23634 0 -1 64 1306 0 0 0 5 0 0 0 16 0 9 0 1975561287 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 102721906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23684 vsize=864332 CPUtime=0
/proc/23685/task/23688/stat : 23688 (java) S 23684 23671 23634 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1975561288 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23684 vsize=864332 CPUtime=0
/proc/23685/task/23689/stat : 23689 (java) S 23684 23671 23634 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1975561288 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23690] ppid=23684 vsize=864332 CPUtime=0
/proc/23685/task/23690/stat : 23690 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975561290 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23691] ppid=23684 vsize=864332 CPUtime=0.08
/proc/23685/task/23691/stat : 23691 (java) S 23684 23671 23634 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1975561290 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23692] ppid=23684 vsize=864332 CPUtime=0
/proc/23685/task/23692/stat : 23692 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975561290 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23693] ppid=23684 vsize=864332 CPUtime=0
/proc/23685/task/23693/stat : 23693 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975561290 885075968 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 883288

[startup+3.10276 s]
/proc/loadavg: 2.18 2.12 2.08 4/95 23693
/proc/meminfo: memFree=1778876/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=0.61
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 955 5353 18 1 3 1 52 5 15 0 1 0 1975561194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 797 370 3 0 500 0
[pid=23684] ppid=23671 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23671 23671 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975561285 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 233 193 169 0 50 0
[pid=23685] ppid=23684 vsize=868280 CPUtime=2.15
/proc/23685/stat : 23685 (java) S 23684 23671 23634 0 -1 0 16763 0 1 0 207 8 0 0 18 0 9 0 1975561285 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23685/statm: 217070 15990 2540 9 0 211645 0
[pid=23685/tid=23686] ppid=23684 vsize=868280 CPUtime=0.84
/proc/23685/task/23686/stat : 23686 (java) R 23684 23671 23634 0 -1 64 3240 0 1 0 83 1 0 0 22 0 9 0 1975561286 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4126606290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23687] ppid=23684 vsize=868280 CPUtime=1.14
/proc/23685/task/23687/stat : 23687 (java) S 23684 23671 23634 0 -1 64 11421 0 0 0 109 5 0 0 18 0 9 0 1975561287 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23688] ppid=23684 vsize=868280 CPUtime=0
/proc/23685/task/23688/stat : 23688 (java) S 23684 23671 23634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975561288 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23689] ppid=23684 vsize=868280 CPUtime=0
/proc/23685/task/23689/stat : 23689 (java) S 23684 23671 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975561288 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23690] ppid=23684 vsize=868280 CPUtime=0
/proc/23685/task/23690/stat : 23690 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975561290 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23691] ppid=23684 vsize=868280 CPUtime=0.14
/proc/23685/task/23691/stat : 23691 (java) S 23684 23671 23634 0 -1 64 1409 0 0 0 14 0 0 0 16 0 9 0 1975561290 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23692] ppid=23684 vsize=868280 CPUtime=0
/proc/23685/task/23692/stat : 23692 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975561290 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23685/tid=23693] ppid=23684 vsize=868280 CPUtime=0
/proc/23685/task/23693/stat : 23693 (java) S 23684 23671 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975561290 889118720 15990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 887236

[startup+6.30233 s]
/proc/loadavg: 2.24 2.14 2.09 3/95 23693
/proc/meminfo: memFree=1747836/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 13600

[startup+12.7015 s]
/proc/loadavg: 2.22 2.13 2.08 3/87 23695
/proc/meminfo: memFree=1801340/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=6684 CPUtime=7.16
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 1567 0 0 0 663 53 0 0 25 0 1 0 1975561740 6844416 1540 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 1671 1540 48 102 0 1566 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 25640

[startup+25.5028 s]
/proc/loadavg: 2.17 2.13 2.08 3/87 23695
/proc/meminfo: memFree=1800508/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=7484 CPUtime=19.84
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 1785 0 0 0 1931 53 0 0 25 0 1 0 1975561740 7663616 1758 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 1871 1758 48 102 0 1766 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 26440

[startup+51.1025 s]
/proc/loadavg: 2.11 2.11 2.08 3/87 23695
/proc/meminfo: memFree=1729916/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=8928 CPUtime=45.33
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 2255 0 0 0 4480 53 0 0 25 0 1 0 1975561740 9142272 2114 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/23695/statm: 2232 2114 48 102 0 2127 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 27884

[startup+102.307 s]
/proc/loadavg: 2.05 2.10 2.08 3/87 23695
/proc/meminfo: memFree=1667196/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=12080 CPUtime=96.44
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 3249 0 0 0 9590 54 0 0 25 0 1 0 1975561740 12369920 2797 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23695/statm: 3020 2797 48 102 0 2915 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 31036

[startup+162.302 s]
/proc/loadavg: 2.15 2.11 2.08 3/87 23695
/proc/meminfo: memFree=1664444/2055920 swapFree=4178652/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=14324 CPUtime=156.41
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 4169 0 0 0 15586 55 0 0 25 0 1 0 1975561740 14667776 3372 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23695/statm: 3581 3372 48 102 0 3476 0
Current children cumulated CPU time (s) 161.48

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

[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=28388 CPUtime=1232.01
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 11045 0 0 0 123139 62 0 0 25 0 1 0 1975561740 29069312 6871 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7097 6871 48 102 0 6992 0
Current children cumulated CPU time (s) 1237.08
Current children cumulated vsize (KiB) 47344

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/87 23697
/proc/meminfo: memFree=1237820/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=29708 CPUtime=1291.45
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 11516 0 0 0 129082 63 0 0 25 0 1 0 1975561740 30420992 7200 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7427 7200 48 102 0 7322 0
Current children cumulated CPU time (s) 1296.52
Current children cumulated vsize (KiB) 48664

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/87 23697
/proc/meminfo: memFree=1214076/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=29708 CPUtime=1350.87
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 11678 0 0 0 135024 63 0 0 25 0 1 0 1975561740 30420992 7213 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7427 7213 48 102 0 7322 0
Current children cumulated CPU time (s) 1355.94
Current children cumulated vsize (KiB) 48664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.03 3/87 23697
/proc/meminfo: memFree=1214012/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=29708 CPUtime=1410.3
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 11828 0 0 0 140967 63 0 0 25 0 1 0 1975561740 30420992 7214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7427 7214 48 102 0 7322 0
Current children cumulated CPU time (s) 1415.37
Current children cumulated vsize (KiB) 48664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/87 23697
/proc/meminfo: memFree=1213884/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=29708 CPUtime=1469.73
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 11977 0 0 0 146910 63 0 0 25 0 1 0 1975561740 30420992 7214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7427 7214 48 102 0 7322 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 48664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 23697
/proc/meminfo: memFree=1213820/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=29708 CPUtime=1529.16
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 12144 0 0 0 152852 64 0 0 25 0 1 0 1975561740 30420992 7226 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7427 7226 48 102 0 7322 0
Current children cumulated CPU time (s) 1534.23
Current children cumulated vsize (KiB) 48664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 23697
/proc/meminfo: memFree=1212220/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=31292 CPUtime=1588.55
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 12692 0 0 0 158791 64 0 0 25 0 1 0 1975561740 32043008 7618 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7823 7618 48 102 0 7718 0
Current children cumulated CPU time (s) 1593.62
Current children cumulated vsize (KiB) 50248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 23697
/proc/meminfo: memFree=1212092/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=31292 CPUtime=1647.96
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 12850 0 0 0 164732 64 0 0 25 0 1 0 1975561740 32043008 7619 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7823 7619 48 102 0 7718 0
Current children cumulated CPU time (s) 1653.03
Current children cumulated vsize (KiB) 50248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23697
/proc/meminfo: memFree=1211964/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=31292 CPUtime=1707.41
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 13026 0 0 0 170676 65 0 0 25 0 1 0 1975561740 32043008 7632 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23695/statm: 7823 7632 48 102 0 7718 0
Current children cumulated CPU time (s) 1712.48
Current children cumulated vsize (KiB) 50248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 23741
/proc/meminfo: memFree=1867420/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=31292 CPUtime=1766.84
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 13026 0 0 0 176619 65 0 0 25 0 1 0 1975561740 32043008 7632 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23695/statm: 7823 7632 48 102 0 7718 0
Current children cumulated CPU time (s) 1771.91
Current children cumulated vsize (KiB) 50248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 23781
/proc/meminfo: memFree=1846364/2055920 swapFree=4178684/4192956
[pid=23671] ppid=23669 vsize=13600 CPUtime=5.07
/proc/23671/stat : 23671 (sugar) S 23669 23671 23634 0 -1 4194304 1004 23892 18 2 4 1 485 17 16 0 1 0 1975561194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23671/statm: 3400 799 370 3 0 500 0
[pid=23694] ppid=23671 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23671 23671 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975561740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 232 193 169 0 50 0
[pid=23695] ppid=23694 vsize=31424 CPUtime=1794.93
/proc/23695/stat : 23695 (picosat) R 23694 23671 23634 0 -1 4194304 13221 0 0 0 179427 66 0 0 25 0 1 0 1975561740 32178176 7663 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23695/statm: 7856 7663 48 102 0 7751 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 50380

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): 1810.42
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.883865
CPU usage (%): 99.4276
Max. virtual memory (cumulated for all children) (KiB): 887348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38994
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2079
involuntary context switches= 41530

runsolver used 2.43463 second user time and 5.79412 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-02 04:31:28
IDJOB=1038873
IDBENCH=53588
IDSOLVER=345
FILE ID=node45/1038873-1214965888
PBS_JOBID= 7870354
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038873-1214965888/watcher-1038873-1214965888 -o /tmp/evaluation-result-1038873-1214965888/solver-1038873-1214965888 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1038873-1214965888.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a874846b5f636a65f037f19dc412b84b
RANDOM SEED=2094512019

node45.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.268
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.268
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:       1814268 kB
Buffers:          3312 kB
Cached:          81000 kB
SwapCached:       6264 kB
Active:         148284 kB
Inactive:        52640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814268 kB
SwapTotal:     4192956 kB
SwapFree:      4178652 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:         128748 kB
Slab:            25968 kB
Committed_AS:  4331468 kB
PageTables:       1944 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= 66548 MiB
End job on node45 at 2008-07-02 05:01:41