Trace number 2078627

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.14 1814.02

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-50_ext.xml
MD5SUMcec7bbc1f4223b37f158f0cf026d1076
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.541
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 04:54:38 2009
0.04/0.07	c 0	PID 26745
0.04/0.07	c 0	HOST node80.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2078627-1247367277.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078627-1247367277.xml' 'HOME/temp.csp'
0.06/0.71	c 0	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.75	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.68/0.82	c 0	Parsing HOME/temp.csp
1.61/1.77	c 1	parsed 139 expressions
1.61/1.78	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.78	c 1	Converting to clausal form CSP
1.70/1.80	c 1	converted 14 (10%) expressions
1.70/1.82	c 1	converted 28 (20%) expressions
1.80/1.96	c 2	converted 42 (30%) expressions
1.80/1.96	c 2	converted 56 (40%) expressions
1.80/1.98	c 2	converted 70 (50%) expressions
1.91/2.03	c 2	converted 84 (60%) expressions
2.00/2.13	c 2	converted 98 (70%) expressions
2.11/2.23	c 2	converted 112 (80%) expressions
2.40/2.51	c 2	converted 126 (90%) expressions
2.50/2.63	c 2	converted 139 (100%) expressions
2.50/2.63	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.50/2.63	c 2	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.63	c 2	Propagation in CSP
2.50/2.63	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.63	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.50/2.63	c 2	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.50/2.63	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.50/2.63	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.75	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.59/2.76	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.59/2.76	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.59/2.76	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.59/2.76	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.59/2.76	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.59/2.76	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.59/2.76	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.59/2.77	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.59/2.77	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.80/2.95	c 3	6 (10%) CSP clauses are encoded (11261 clauses, 251832 bytes)
2.90/3.07	c 3	12 (20%) CSP clauses are encoded (22069 clauses, 507637 bytes)
2.99/3.20	c 3	18 (30%) CSP clauses are encoded (32847 clauses, 768547 bytes)
3.19/3.32	c 3	24 (40%) CSP clauses are encoded (43052 clauses, 1020716 bytes)
3.29/3.44	c 3	30 (50%) CSP clauses are encoded (53829 clauses, 1288276 bytes)
3.39/3.57	c 3	36 (60%) CSP clauses are encoded (64678 clauses, 1557046 bytes)
3.49/3.69	c 3	42 (70%) CSP clauses are encoded (75573 clauses, 1838801 bytes)
3.68/3.82	c 3	48 (80%) CSP clauses are encoded (86387 clauses, 2127405 bytes)
3.78/3.94	c 4	54 (90%) CSP clauses are encoded (97158 clauses, 2415605 bytes)
3.88/4.05	c 4	59 (100%) CSP clauses are encoded (106189 clauses, 2657545 bytes)
3.88/4.05	c 4	59 CSP clauses encoded
3.88/4.05	c 4	Writing map file : HOME/temp.map
3.88/4.05	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.88/4.05	c 4	SAT : 380 SAT variables, 106189 SAT clauses, 2657545 bytes
3.88/4.05	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.94/4.10	c 4	SOLVING HOME/temp.cnf
3.94/4.10	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1814.00	sh: line 1: 26769 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1814.01	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1814.01	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.08/1814.01	c ERROR INTERRUPTED
1800.08/1814.02	s UNKNOWN
1800.08/1814.02	c 1814	CPU 1800.11 (0.05 0.01 1799.07 0.98)
1800.08/1814.02	c 1814	END Sun Jul 12 05:24:52 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-2078627-1247367277/watcher-2078627-1247367277 -o /tmp/evaluation-result-2078627-1247367277/solver-2078627-1247367277 -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-2078627-1247367277.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.98 2.04 2.12 4/73 26745
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=12272 CPUtime=0
/proc/26745/stat : 26745 (sugar) R 26743 26745 17899 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23792346 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/26745/statm: 3068 327 246 3 0 168 0

[startup+0.053329 s]
/proc/loadavg: 1.98 2.04 2.12 4/73 26745
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16080 CPUtime=0.04
/proc/26745/stat : 26745 (sugar) R 26743 26745 17899 0 -1 4194304 939 0 0 0 3 1 0 0 18 0 1 0 23792346 16465920 907 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/26745/statm: 4020 908 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101339 s]
/proc/loadavg: 1.98 2.04 2.12 4/73 26745
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23792346 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301377 s]
/proc/loadavg: 1.98 2.04 2.12 4/73 26745
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23792346 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701458 s]
/proc/loadavg: 1.98 2.04 2.12 4/73 26745
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23792346 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 1.98 2.04 2.12 3/84 26767
/proc/meminfo: memFree=1632072/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.68
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1309 7065 0 1 5 1 57 5 15 0 1 0 23792346 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
[pid=26758] ppid=26745 vsize=5356 CPUtime=0
/proc/26758/stat : 26758 (sh) S 26745 26745 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23792421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26758/statm: 1339 233 193 169 0 50 0
[pid=26759] ppid=26758 vsize=862284 CPUtime=0.73
/proc/26759/stat : 26759 (java) S 26758 26745 17899 0 -1 0 7356 0 1 0 70 3 0 0 19 0 9 0 23792421 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26759/statm: 215571 6630 2158 9 0 210484 0
[pid=26759/tid=26760] ppid=26758 vsize=862284 CPUtime=0.44
/proc/26759/task/26760/stat : 26760 (java) R 26758 26745 17899 0 -1 64 2031 0 1 0 43 1 0 0 23 0 9 0 23792422 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26761] ppid=26758 vsize=862284 CPUtime=0.24
/proc/26759/task/26761/stat : 26761 (java) R 26758 26745 17899 0 -1 64 4317 0 0 0 23 1 0 0 16 0 9 0 23792423 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 102768042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26762] ppid=26758 vsize=862284 CPUtime=0
/proc/26759/task/26762/stat : 26762 (java) S 26758 26745 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23792424 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26763] ppid=26758 vsize=862284 CPUtime=0
/proc/26759/task/26763/stat : 26763 (java) S 26758 26745 17899 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23792424 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26764] ppid=26758 vsize=862284 CPUtime=0
/proc/26759/task/26764/stat : 26764 (java) S 26758 26745 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23792425 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26765] ppid=26758 vsize=862284 CPUtime=0.03
/proc/26759/task/26765/stat : 26765 (java) S 26758 26745 17899 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23792425 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26766] ppid=26758 vsize=862284 CPUtime=0
/proc/26759/task/26766/stat : 26766 (java) S 26758 26745 17899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23792426 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26767] ppid=26758 vsize=862284 CPUtime=0
/proc/26759/task/26767/stat : 26767 (java) S 26758 26745 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23792426 882978816 6630 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) 884508

[startup+3.10195 s]
/proc/loadavg: 1.98 2.04 2.12 3/84 26767
/proc/meminfo: memFree=1605256/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.68
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1310 7065 0 1 5 1 57 5 15 0 1 0 23792346 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
[pid=26758] ppid=26745 vsize=5356 CPUtime=0
/proc/26758/stat : 26758 (sh) S 26745 26745 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23792421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26758/statm: 1339 233 193 169 0 50 0
[pid=26759] ppid=26758 vsize=864488 CPUtime=2.31
/proc/26759/stat : 26759 (java) S 26758 26745 17899 0 -1 0 14865 0 1 0 224 7 0 0 19 0 9 0 23792421 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26759/statm: 216122 14077 2590 9 0 210599 0
[pid=26759/tid=26760] ppid=26758 vsize=864488 CPUtime=1.27
/proc/26759/task/26760/stat : 26760 (java) R 26758 26745 17899 0 -1 64 3239 0 1 0 125 2 0 0 20 0 9 0 23792422 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26761] ppid=26758 vsize=864488 CPUtime=0.95
/proc/26759/task/26761/stat : 26761 (java) R 26758 26745 17899 0 -1 64 10590 0 0 0 92 3 0 0 16 0 9 0 23792423 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 104307147 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26762] ppid=26758 vsize=864488 CPUtime=0
/proc/26759/task/26762/stat : 26762 (java) S 26758 26745 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23792424 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26763] ppid=26758 vsize=864488 CPUtime=0
/proc/26759/task/26763/stat : 26763 (java) S 26758 26745 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23792424 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26764] ppid=26758 vsize=864488 CPUtime=0
/proc/26759/task/26764/stat : 26764 (java) S 26758 26745 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23792425 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26765] ppid=26758 vsize=864488 CPUtime=0.06
/proc/26759/task/26765/stat : 26765 (java) S 26758 26745 17899 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 23792425 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26766] ppid=26758 vsize=864488 CPUtime=0
/proc/26759/task/26766/stat : 26766 (java) S 26758 26745 17899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23792426 885235712 14077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26767] ppid=26758 vsize=864488 CPUtime=0
/proc/26759/task/26767/stat : 26767 (java) S 26758 26745 17899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23792426 885235712 14077 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) 886712

[startup+6.30161 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26769
/proc/meminfo: memFree=1632968/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=5232 CPUtime=2.18
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 1223 0 0 0 142 76 0 0 25 0 1 0 23792756 5357568 1209 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 1308 1209 42 102 0 1203 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27456

[startup+12.7029 s]
/proc/loadavg: 2.05 2.06 2.12 3/76 26769
/proc/meminfo: memFree=1631568/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=6024 CPUtime=8.55
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 1445 0 0 0 779 76 0 0 25 0 1 0 23792756 6168576 1431 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 1506 1431 42 102 0 1401 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 28248

[startup+25.5015 s]
/proc/loadavg: 2.04 2.05 2.12 3/76 26769
/proc/meminfo: memFree=1630360/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=7732 CPUtime=21.3
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 1770 0 0 0 2053 77 0 0 25 0 1 0 23792756 7917568 1743 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 1933 1743 48 102 0 1828 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 29956

[startup+51.1017 s]
/proc/loadavg: 2.03 2.05 2.12 3/76 26769
/proc/meminfo: memFree=1630040/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=7984 CPUtime=46.78
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 1835 0 0 0 4601 77 0 0 25 0 1 0 23792756 8175616 1808 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 1996 1808 48 102 0 1891 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 30208

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.11 3/76 26769
/proc/meminfo: memFree=1629528/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=8500 CPUtime=97.77
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 2007 0 0 0 9700 77 0 0 25 0 1 0 23792756 8704000 1912 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 2125 1912 48 102 0 2020 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 30724

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.11 3/76 26769
/proc/meminfo: memFree=1629016/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=13244 CPUtime=1229.83
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 4625 0 0 0 122902 81 0 0 25 0 1 0 23792756 13561856 3135 996147200 134512640 134931368 4294956256 18446744073709551615 134525865 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3311 3135 48 102 0 3206 0
Current children cumulated CPU time (s) 1233.79
Current children cumulated vsize (KiB) 35468

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1555976/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=13508 CPUtime=1289.27
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 4778 0 0 0 128846 81 0 0 25 0 1 0 23792756 13832192 3200 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3377 3200 48 102 0 3272 0
Current children cumulated CPU time (s) 1293.23
Current children cumulated vsize (KiB) 35732

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1553480/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=13508 CPUtime=1348.69
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 4778 0 0 0 134788 81 0 0 25 0 1 0 23792756 13832192 3200 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3377 3200 48 102 0 3272 0
Current children cumulated CPU time (s) 1352.65
Current children cumulated vsize (KiB) 35732

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1551048/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=13432 CPUtime=1408.13
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 4878 0 0 0 140732 81 0 0 25 0 1 0 23792756 13754368 3205 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3358 3205 48 102 0 3253 0
Current children cumulated CPU time (s) 1412.09
Current children cumulated vsize (KiB) 35656

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1548680/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=13564 CPUtime=1467.56
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 4907 0 0 0 146675 81 0 0 25 0 1 0 23792756 13889536 3234 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3391 3234 48 102 0 3286 0
Current children cumulated CPU time (s) 1471.52
Current children cumulated vsize (KiB) 35788

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1545480/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14092 CPUtime=1526.99
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5148 0 0 0 152618 81 0 0 25 0 1 0 23792756 14430208 3378 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1530.95
Current children cumulated vsize (KiB) 36316

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1543496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14092 CPUtime=1586.42
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5245 0 0 0 158561 81 0 0 25 0 1 0 23792756 14430208 3378 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1590.38
Current children cumulated vsize (KiB) 36316

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1541320/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14092 CPUtime=1645.86
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5245 0 0 0 164505 81 0 0 25 0 1 0 23792756 14430208 3378 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1649.82
Current children cumulated vsize (KiB) 36316

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1538632/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14224 CPUtime=1705.29
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5251 0 0 0 170448 81 0 0 25 0 1 0 23792756 14565376 3384 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3556 3384 48 102 0 3451 0
Current children cumulated CPU time (s) 1709.25
Current children cumulated vsize (KiB) 36448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1536584/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14488 CPUtime=1764.72
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5444 0 0 0 176391 81 0 0 25 0 1 0 23792756 14835712 3475 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3622 3475 48 102 0 3517 0
Current children cumulated CPU time (s) 1768.68
Current children cumulated vsize (KiB) 36712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 1.99 1.97 2.00 3/78 26859
/proc/meminfo: memFree=1535752/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.96
/proc/26745/stat : 26745 (sugar) S 26743 26745 17899 0 -1 4194304 1364 22273 0 2 5 1 375 15 16 0 1 0 23792346 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1112 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23792756 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=14488 CPUtime=1796.12
/proc/26769/stat : 26769 (picosat) R 26768 26745 17899 0 -1 4194304 5444 0 0 0 179531 81 0 0 25 0 1 0 23792756 14835712 3475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26769/statm: 3622 3475 48 102 0 3517 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 36712

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.02
CPU time (s): 1800.14
CPU user time (s): 1799.13
CPU system time (s): 1.00585
CPU usage (%): 99.2345
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.00585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29861
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= 2650
involuntary context switches= 35632

runsolver used 2.10568 second user time and 5.64714 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 04:54:38
IDJOB=2078627
IDBENCH=56793
IDSOLVER=738
FILE ID=node80/2078627-1247367277
PBS_JOBID= 9506971
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-50_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-2078627-1247367277/watcher-2078627-1247367277 -o /tmp/evaluation-result-2078627-1247367277/solver-2078627-1247367277 -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-2078627-1247367277.xml

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

MD5SUM BENCH= cec7bbc1f4223b37f158f0cf026d1076
RANDOM SEED=19773640

node80.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1645448 kB
Buffers:         39072 kB
Cached:         276040 kB
SwapCached:          0 kB
Active:         142740 kB
Inactive:       189680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:          28932 kB
Slab:            63476 kB
Committed_AS:   183036 kB
PageTables:       1724 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= 66356 MiB
End job on node80 at 2009-07-12 05:24:54