Trace number 2059476

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.11 1800.63

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-3_ext.xml
MD5SUM0d63c340aa2de5a517388f1f4a3c0ad6
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.168973
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.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sat Jul 11 16:52:08 2009
0.04/0.07	c 0	PID 13564
0.04/0.07	c 0	HOST node61.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2059476-1247323927.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-2059476-1247323927.xml' 'HOME/temp.csp'
0.06/0.45	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.06/0.58	c 0	Parsing HOME/temp.csp
0.55/0.66	c 0	parsed 4437 expressions
0.55/0.67	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.67	c 0	Converting to clausal form CSP
0.55/0.73	c 0	converted 444 (10%) expressions
0.55/0.86	c 1	converted 888 (20%) expressions
1.09/1.03	c 1	converted 1332 (30%) expressions
1.28/1.23	c 1	converted 1775 (40%) expressions
1.43/1.34	c 1	converted 2219 (50%) expressions
1.74/1.61	c 1	converted 2663 (60%) expressions
1.85/1.72	c 1	converted 3106 (70%) expressions
1.94/1.83	c 2	converted 3550 (80%) expressions
2.05/1.92	c 2	converted 3994 (90%) expressions
2.44/2.30	c 2	converted 4437 (100%) expressions
2.44/2.30	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.44/2.30	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.44/2.30	c 2	Propagation in CSP
2.44/2.30	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.44/2.30	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.44/2.30	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.44/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.44/2.31	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.44/2.31	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.66/2.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.66/2.57	c 2	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.66/2.57	c 2	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.66/2.57	c 2	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.66/2.57	c 2	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.66/2.57	c 2	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.66/2.57	c 2	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.66/2.57	c 2	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.66/2.58	c 2	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.66/2.58	c 2	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.66/2.58	c 2	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.88/2.73	c 2	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.09/2.92	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391785 bytes)
3.29/3.11	c 3	1266 (30%) CSP clauses are encoded (31006 clauses, 573462 bytes)
3.39/3.30	c 3	1687 (40%) CSP clauses are encoded (39269 clauses, 753013 bytes)
3.59/3.49	c 3	2109 (50%) CSP clauses are encoded (48513 clauses, 961107 bytes)
3.79/3.68	c 3	2531 (60%) CSP clauses are encoded (57373 clauses, 1159184 bytes)
3.98/3.87	c 4	2952 (70%) CSP clauses are encoded (66037 clauses, 1353113 bytes)
4.18/4.06	c 4	3374 (80%) CSP clauses are encoded (75219 clauses, 1556946 bytes)
4.39/4.25	c 4	3796 (90%) CSP clauses are encoded (84418 clauses, 1760468 bytes)
4.59/4.43	c 4	4217 (100%) CSP clauses are encoded (94369 clauses, 1974175 bytes)
4.59/4.43	c 4	4217 CSP clauses encoded
4.59/4.43	c 4	Writing map file : HOME/temp.map
4.59/4.43	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.43	c 4	SAT : 7126 SAT variables, 94369 SAT clauses, 1974175 bytes
4.59/4.43	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.48	c 4	SOLVING HOME/temp.cnf
4.59/4.48	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1800.61	sh: line 1: 13588 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1800.61	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1800.61	c 1800	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.07/1800.62	c ERROR INTERRUPTED
1800.07/1800.62	s UNKNOWN
1800.07/1800.62	c 1800	CPU 1800.09 (0.05 0.02 1799.22 0.8)
1800.07/1800.62	c 1800	END Sat Jul 11 17:22:08 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-2059476-1247323927/watcher-2059476-1247323927 -o /tmp/evaluation-result-2059476-1247323927/solver-2059476-1247323927 -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-2059476-1247323927.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: 0.63 1.56 1.79 3/67 13564
/proc/meminfo: memFree=759720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=12272 CPUtime=0
/proc/13564/stat : 13564 (sugar) R 13562 13564 12140 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19456224 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 246415408126 0 0 4224 0 0 0 0 17 0 0 0
/proc/13564/statm: 3068 327 246 3 0 168 0

[startup+0.0453601 s]
/proc/loadavg: 0.63 1.56 1.79 3/67 13564
/proc/meminfo: memFree=759720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=14776 CPUtime=0.04
/proc/13564/stat : 13564 (sugar) R 13562 13564 12140 0 -1 4194304 855 0 0 0 3 1 0 0 18 0 1 0 19456224 15130624 823 996147200 4194304 4206940 548682068608 18446744073709551615 246424142512 0 0 4224 0 0 0 0 17 0 0 0
/proc/13564/statm: 3694 824 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.101369 s]
/proc/loadavg: 0.63 1.56 1.79 3/67 13564
/proc/meminfo: memFree=759720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=0.06
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19456224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30139 s]
/proc/loadavg: 0.63 1.56 1.79 3/67 13564
/proc/meminfo: memFree=759720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=0.06
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19456224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701428 s]
/proc/loadavg: 0.63 1.56 1.79 3/67 13564
/proc/meminfo: memFree=759720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=0.55
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1309 5410 0 1 5 1 45 4 16 0 1 0 19456224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.5025 s]
/proc/loadavg: 0.63 1.56 1.79 2/78 13586
/proc/meminfo: memFree=739408/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=0.55
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1309 5410 0 1 5 1 45 4 15 0 1 0 19456224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1111 409 3 0 796 0
[pid=13577] ppid=13564 vsize=5356 CPUtime=0
/proc/13577/stat : 13577 (sh) S 13564 13564 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19456275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13577/statm: 1339 233 193 169 0 50 0
[pid=13578] ppid=13577 vsize=869492 CPUtime=1.09
/proc/13578/stat : 13578 (java) S 13577 13564 12140 0 -1 0 11987 0 1 0 103 6 0 0 18 0 9 0 19456275 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13578/statm: 217373 11219 2566 9 0 211878 0
[pid=13578/tid=13579] ppid=13577 vsize=869492 CPUtime=0.41
/proc/13578/task/13579/stat : 13579 (java) S 13577 13564 12140 0 -1 64 2756 0 1 0 40 1 0 0 16 0 9 0 19456276 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13580] ppid=13577 vsize=869492 CPUtime=0.54
/proc/13578/task/13580/stat : 13580 (java) R 13577 13564 12140 0 -1 64 7081 0 0 0 51 3 0 0 17 0 9 0 19456278 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 104516175 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13581] ppid=13577 vsize=869492 CPUtime=0
/proc/13578/task/13581/stat : 13581 (java) S 13577 13564 12140 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19456278 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13582] ppid=13577 vsize=869492 CPUtime=0
/proc/13578/task/13582/stat : 13582 (java) S 13577 13564 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19456278 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13583] ppid=13577 vsize=869492 CPUtime=0
/proc/13578/task/13583/stat : 13583 (java) S 13577 13564 12140 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 19456280 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13584] ppid=13577 vsize=869492 CPUtime=0.11
/proc/13578/task/13584/stat : 13584 (java) S 13577 13564 12140 0 -1 64 1451 0 0 0 11 0 0 0 17 0 9 0 19456280 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13578/tid=13585] ppid=13577 vsize=869492 CPUtime=0
/proc/13578/task/13585/stat : 13585 (java) S 13577 13564 12140 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 19456280 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13586] ppid=13577 vsize=869492 CPUtime=0
/proc/13578/task/13586/stat : 13586 (java) S 13577 13564 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19456280 890359808 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 891716

[startup+3.10166 s]
/proc/loadavg: 0.63 1.56 1.79 2/78 13586
/proc/meminfo: memFree=703120/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=0.56
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1310 5410 0 1 5 2 45 4 15 0 1 0 19456224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1111 409 3 0 796 0
[pid=13577] ppid=13564 vsize=5356 CPUtime=0
/proc/13577/stat : 13577 (sh) S 13564 13564 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19456275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13577/statm: 1339 233 193 169 0 50 0
[pid=13578] ppid=13577 vsize=869544 CPUtime=2.73
/proc/13578/stat : 13578 (java) S 13577 13564 12140 0 -1 0 18482 0 1 0 263 10 0 0 18 0 9 0 19456275 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13578/statm: 217386 17668 2592 9 0 211863 0
[pid=13578/tid=13579] ppid=13577 vsize=869544 CPUtime=1.18
/proc/13578/task/13579/stat : 13579 (java) R 13577 13564 12140 0 -1 64 3470 0 1 0 116 2 0 0 17 0 9 0 19456276 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4126810825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13578/tid=13580] ppid=13577 vsize=869544 CPUtime=1.37
/proc/13578/task/13580/stat : 13580 (java) S 13577 13564 12140 0 -1 64 12808 0 0 0 131 6 0 0 15 0 9 0 19456278 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13581] ppid=13577 vsize=869544 CPUtime=0
/proc/13578/task/13581/stat : 13581 (java) S 13577 13564 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19456278 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13582] ppid=13577 vsize=869544 CPUtime=0
/proc/13578/task/13582/stat : 13582 (java) S 13577 13564 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19456278 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13578/tid=13583] ppid=13577 vsize=869544 CPUtime=0
/proc/13578/task/13583/stat : 13583 (java) S 13577 13564 12140 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 19456280 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13584] ppid=13577 vsize=869544 CPUtime=0.16
/proc/13578/task/13584/stat : 13584 (java) S 13577 13564 12140 0 -1 64 1505 0 0 0 15 1 0 0 16 0 9 0 19456280 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13585] ppid=13577 vsize=869544 CPUtime=0
/proc/13578/task/13585/stat : 13585 (java) S 13577 13564 12140 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 19456280 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13578/tid=13586] ppid=13577 vsize=869544 CPUtime=0
/proc/13578/task/13586/stat : 13586 (java) S 13577 13564 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19456280 890413056 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 891768

[startup+6.30195 s]
/proc/loadavg: 0.66 1.55 1.78 2/70 13588
/proc/meminfo: memFree=750352/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=4972 CPUtime=1.8
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 1105 0 0 0 132 48 0 0 25 0 1 0 19456673 5091328 1091 996147200 134512640 134931368 4294956256 18446744073709551615 134529736 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 1243 1091 42 102 0 1138 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 27196

[startup+12.7016 s]
/proc/loadavg: 0.68 1.54 1.78 3/85 13619
/proc/meminfo: memFree=724544/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=6784 CPUtime=8.2
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 1606 0 0 0 771 49 0 0 25 0 1 0 19456673 6946816 1579 996147200 134512640 134931368 4294956256 18446744073709551615 134522745 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 1696 1579 48 102 0 1591 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 29008

[startup+25.5018 s]
/proc/loadavg: 1.11 1.59 1.79 3/77 13621
/proc/meminfo: memFree=725312/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=7656 CPUtime=21
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 1832 0 0 0 2050 50 0 0 25 0 1 0 19456673 7839744 1805 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 1914 1805 48 102 0 1809 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 29880

[startup+51.1012 s]
/proc/loadavg: 1.41 1.63 1.80 3/77 13621
/proc/meminfo: memFree=707840/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=9276 CPUtime=46.58
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 2314 0 0 0 4608 50 0 0 25 0 1 0 19456673 9498624 2182 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 2319 2182 48 102 0 2214 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 31500

[startup+102.306 s]
/proc/loadavg: 1.79 1.70 1.81 3/77 13621
/proc/meminfo: memFree=697344/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=12164 CPUtime=97.77
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 3286 0 0 0 9726 51 0 0 25 0 1 0 19456673 12455936 2794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 3041 2794 48 102 0 2936 0
Current children cumulated CPU time (s) 102.42
Current children cumulated vsize (KiB) 34388

[startup+162.302 s]
/proc/loadavg: 2.02 1.78 1.83 3/77 13621
/proc/meminfo: memFree=688832/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=28276 CPUtime=1237.32
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 11131 0 0 0 123672 60 0 0 25 0 1 0 19456673 28954624 6841 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7069 6841 48 102 0 6964 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 50500

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=630720/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29068 CPUtime=1297.3
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 11456 0 0 0 129669 61 0 0 25 0 1 0 19456673 29765632 7024 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7267 7024 48 102 0 7162 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 51292

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=630656/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29068 CPUtime=1357.28
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 11610 0 0 0 135667 61 0 0 25 0 1 0 19456673 29765632 7031 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7267 7031 48 102 0 7162 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 51292

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=630656/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29068 CPUtime=1417.26
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 11764 0 0 0 141665 61 0 0 25 0 1 0 19456673 29765632 7036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7267 7036 48 102 0 7162 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 51292

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=630656/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29056 CPUtime=1477.23
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 11928 0 0 0 147662 61 0 0 25 0 1 0 19456673 29753344 7046 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7264 7046 48 102 0 7159 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 51280

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629760/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29980 CPUtime=1537.21
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12307 0 0 0 153660 61 0 0 25 0 1 0 19456673 30699520 7269 996147200 134512640 134931368 4294956256 18446744073709551615 134529886 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7495 7269 48 102 0 7390 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 52204

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629760/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29980 CPUtime=1597.18
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12307 0 0 0 159657 61 0 0 25 0 1 0 19456673 30699520 7269 996147200 134512640 134931368 4294956256 18446744073709551615 134529876 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7495 7269 48 102 0 7390 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 52204

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629696/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29868 CPUtime=1657.16
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12465 0 0 0 165655 61 0 0 25 0 1 0 19456673 30584832 7270 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7467 7270 48 102 0 7362 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 52092

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629632/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=29868 CPUtime=1717.13
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12638 0 0 0 171652 61 0 0 25 0 1 0 19456673 30584832 7281 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7467 7281 48 102 0 7362 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 52092

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629184/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=30132 CPUtime=1777.11
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12868 0 0 0 177650 61 0 0 25 0 1 0 19456673 30855168 7347 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7533 7347 48 102 0 7428 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 52356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 13627
/proc/meminfo: memFree=629184/2055920 swapFree=4192952/4192956
[pid=13564] ppid=13562 vsize=16868 CPUtime=4.65
/proc/13564/stat : 13564 (sugar) S 13562 13564 12140 0 -1 4194304 1365 24251 0 2 5 2 441 17 16 0 1 0 19456224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13564/statm: 4217 1113 409 3 0 796 0
[pid=13587] ppid=13564 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (sh) S 13564 13564 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19456673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 232 193 169 0 50 0
[pid=13588] ppid=13587 vsize=30132 CPUtime=1795.42
/proc/13588/stat : 13588 (picosat) R 13587 13564 12140 0 -1 4194304 12868 0 0 0 179480 62 0 0 25 0 1 0 19456673 30855168 7347 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13588/statm: 7533 7347 48 102 0 7428 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 52356

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): 1800.63
CPU time (s): 1800.11
CPU user time (s): 1799.28
CPU system time (s): 0.831873
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 891768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.831873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39158
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= 866
involuntary context switches= 6928

runsolver used 2.29965 second user time and 5.8931 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 16:52:08
IDJOB=2059476
IDBENCH=53585
IDSOLVER=738
FILE ID=node61/2059476-1247323927
PBS_JOBID= 9506507
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-3_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-2059476-1247323927/watcher-2059476-1247323927 -o /tmp/evaluation-result-2059476-1247323927/solver-2059476-1247323927 -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-2059476-1247323927.xml

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

MD5SUM BENCH= 0d63c340aa2de5a517388f1f4a3c0ad6
RANDOM SEED=444566890

node61.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.229
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.229
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:        760200 kB
Buffers:         46396 kB
Cached:        1181272 kB
SwapCached:          4 kB
Active:          66812 kB
Inactive:      1176220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        760200 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          25196 kB
Slab:            38536 kB
Committed_AS:   127940 kB
PageTables:       1576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-11 17:22:10