Trace number 2060730

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.08 1807.83

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-26-26.xml
MD5SUMdee6717e94e3c396cc9a79e38a8821c4
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1352
Number of constraints1628
Maximum constraint arity26
Maximum domain size79
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1301
Global constraints used (with number of constraints)cumulative(2),weightedsum(325)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sat Jul 11 17:27:35 2009
0.06/0.08	c 0	PID 12787
0.06/0.08	c 0	HOST node21.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2060730-1247326055.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060730-1247326055.xml' 'HOME/temp.csp'
0.07/0.63	c 1	27 domains, 1352 variables, 2 predicates, 0 relations, 1628 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 1	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.60/0.75	c 1	Parsing HOME/temp.csp
0.60/0.86	c 1	parsed 3009 expressions
0.60/0.87	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.87	c 1	Converting to clausal form CSP
0.60/0.89	c 1	converted 301 (10%) expressions
0.60/0.90	c 1	converted 602 (20%) expressions
0.60/0.90	c 1	converted 903 (30%) expressions
0.60/0.90	c 1	converted 1204 (40%) expressions
0.91/1.05	c 1	converted 1505 (50%) expressions
1.01/1.11	c 1	converted 1806 (60%) expressions
1.01/1.14	c 2	converted 2107 (70%) expressions
1.01/1.17	c 2	converted 2408 (80%) expressions
1.01/1.20	c 2	converted 2709 (90%) expressions
1.91/2.09	c 2	converted 3009 (100%) expressions
1.91/2.09	c 2	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
1.91/2.09	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.91/2.09	c 2	Propagation in CSP
2.00/2.17	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.17	c 3	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
2.00/2.17	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.00/2.18	c 3	Simplifing CSP by introducing new Boolean variables
2.00/2.20	c 3	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
2.00/2.20	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.10/2.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.32	c 3	594 (10%) CSP integer variables are encoded (3300 clauses, 40781 bytes)
2.19/2.32	c 3	1187 (20%) CSP integer variables are encoded (3300 clauses, 40781 bytes)
2.19/2.33	c 3	1781 (30%) CSP integer variables are encoded (5834 clauses, 73723 bytes)
2.19/2.33	c 3	2374 (40%) CSP integer variables are encoded (9635 clauses, 126615 bytes)
2.19/2.34	c 3	2967 (50%) CSP integer variables are encoded (13255 clauses, 180915 bytes)
2.19/2.34	c 3	3561 (60%) CSP integer variables are encoded (17056 clauses, 237930 bytes)
2.19/2.35	c 3	4154 (70%) CSP integer variables are encoded (20676 clauses, 292230 bytes)
2.19/2.36	c 3	4748 (80%) CSP integer variables are encoded (24477 clauses, 349245 bytes)
2.19/2.36	c 3	5341 (90%) CSP integer variables are encoded (28097 clauses, 403545 bytes)
2.19/2.38	c 3	5934 (100%) CSP integer variables are encoded (31898 clauses, 460560 bytes)
2.49/2.60	c 3	1750 (10%) CSP clauses are encoded (127239 clauses, 2124904 bytes)
2.69/2.88	c 3	3499 (20%) CSP clauses are encoded (184324 clauses, 3397380 bytes)
3.18/3.37	c 4	5249 (30%) CSP clauses are encoded (225385 clauses, 4689262 bytes)
3.68/3.80	c 4	6998 (40%) CSP clauses are encoded (260238 clauses, 5951495 bytes)
4.08/4.23	c 5	8747 (50%) CSP clauses are encoded (294728 clauses, 7186294 bytes)
4.76/4.91	c 5	10497 (60%) CSP clauses are encoded (427638 clauses, 10381994 bytes)
5.26/5.45	c 6	12246 (70%) CSP clauses are encoded (470767 clauses, 11953342 bytes)
5.75/5.91	c 6	13996 (80%) CSP clauses are encoded (507690 clauses, 13293777 bytes)
6.15/6.33	c 7	15745 (90%) CSP clauses are encoded (541023 clauses, 14491612 bytes)
6.74/6.98	c 7	17494 (100%) CSP clauses are encoded (670951 clauses, 17654776 bytes)
6.74/6.98	c 7	17494 CSP clauses encoded
6.74/6.98	c 7	Writing map file : HOME/temp.map
6.74/6.99	c 7	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.74/6.99	c 7	SAT : 40428 SAT variables, 670951 SAT clauses, 17654776 bytes
6.74/6.99	c 7	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.83/7.04	c 7	SOLVING HOME/temp.cnf
6.83/7.04	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1807.81	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1807.81	c 1808	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/1807.82	c ERROR INTERRUPTED
1800.08/1807.82	s UNKNOWN
1800.08/1807.82	c 1808	CPU 6.86 (0.06 0.01 6.55 0.24)
1800.08/1807.82	c 1808	END Sat Jul 11 17:57:43 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060730-1247326055/watcher-2060730-1247326055 -o /tmp/evaluation-result-2060730-1247326055/solver-2060730-1247326055 -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-2060730-1247326055.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.08 1.51 1.73 4/80 12787
/proc/meminfo: memFree=1530856/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=12268 CPUtime=0
/proc/12787/stat : 12787 (sugar) R 12785 12787 10564 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19672009 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12787/statm: 3067 316 241 3 0 167 0

[startup+0.0766241 s]
/proc/loadavg: 1.08 1.51 1.73 4/80 12787
/proc/meminfo: memFree=1530856/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16608 CPUtime=0.06
/proc/12787/stat : 12787 (sugar) R 12785 12787 10564 0 -1 4194304 1080 0 0 0 5 1 0 0 18 0 1 0 19672009 17006592 1048 996147200 4194304 4206940 548682068608 18446744073709551615 221250001345 0 0 4224 0 0 0 0 17 1 0 0
/proc/12787/statm: 4152 1048 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101625 s]
/proc/loadavg: 1.08 1.51 1.73 4/80 12787
/proc/meminfo: memFree=1530856/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.07
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301649 s]
/proc/loadavg: 1.08 1.51 1.73 4/80 12787
/proc/meminfo: memFree=1530856/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.07
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701696 s]
/proc/loadavg: 1.08 1.51 1.73 4/80 12787
/proc/meminfo: memFree=1530856/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.6
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1292 5324 0 1 6 1 50 3 16 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 1.08 1.51 1.73 5/91 12809
/proc/meminfo: memFree=1517776/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.6
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1309 5324 0 1 6 1 50 3 15 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
[pid=12800] ppid=12787 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12787 12787 10564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 233 193 169 0 50 0
[pid=12801] ppid=12800 vsize=868592 CPUtime=0.8
/proc/12801/stat : 12801 (java) S 12800 12787 10564 0 -1 0 7647 0 1 0 77 3 0 0 18 0 9 0 19672076 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12801/statm: 217148 6876 2567 9 0 211653 0
[pid=12801/tid=12802] ppid=12800 vsize=868592 CPUtime=0.49
/proc/12801/task/12802/stat : 12802 (java) R 12800 12787 10564 0 -1 64 2700 0 1 0 48 1 0 0 20 0 9 0 19672077 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4126772166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12803] ppid=12800 vsize=868592 CPUtime=0.1
/proc/12801/task/12803/stat : 12803 (java) S 12800 12787 10564 0 -1 64 2756 0 0 0 10 0 0 0 16 0 9 0 19672079 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12804] ppid=12800 vsize=868592 CPUtime=0
/proc/12801/task/12804/stat : 12804 (java) S 12800 12787 10564 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19672079 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12805] ppid=12800 vsize=868592 CPUtime=0
/proc/12801/task/12805/stat : 12805 (java) S 12800 12787 10564 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19672079 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12806] ppid=12800 vsize=868592 CPUtime=0
/proc/12801/task/12806/stat : 12806 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19672081 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12807] ppid=12800 vsize=868592 CPUtime=0.17
/proc/12801/task/12807/stat : 12807 (java) S 12800 12787 10564 0 -1 64 1492 0 0 0 17 0 0 0 16 0 9 0 19672081 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12808] ppid=12800 vsize=868592 CPUtime=0
/proc/12801/task/12808/stat : 12808 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19672081 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12809] ppid=12800 vsize=868592 CPUtime=0
/proc/12801/task/12809/stat : 12809 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672082 889438208 6876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890816

[startup+3.10195 s]
/proc/loadavg: 1.08 1.51 1.73 3/91 12809
/proc/meminfo: memFree=1502160/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.6
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1310 5324 0 1 6 1 50 3 15 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
[pid=12800] ppid=12787 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12787 12787 10564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 233 193 169 0 50 0
[pid=12801] ppid=12800 vsize=868728 CPUtime=2.39
/proc/12801/stat : 12801 (java) S 12800 12787 10564 0 -1 0 10085 0 1 0 230 9 0 0 18 0 9 0 19672076 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12801/statm: 217182 8971 2591 9 0 211659 0
[pid=12801/tid=12802] ppid=12800 vsize=868728 CPUtime=1.64
/proc/12801/task/12802/stat : 12802 (java) R 12800 12787 10564 0 -1 64 2985 0 1 0 160 4 0 0 24 0 9 0 19672077 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4126526070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12803] ppid=12800 vsize=868728 CPUtime=0.45
/proc/12801/task/12803/stat : 12803 (java) S 12800 12787 10564 0 -1 64 4848 0 0 0 43 2 0 0 16 0 9 0 19672079 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12804] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12804/stat : 12804 (java) S 12800 12787 10564 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19672079 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12805] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12805/stat : 12805 (java) S 12800 12787 10564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19672079 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12806] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12806/stat : 12806 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19672081 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12807] ppid=12800 vsize=868728 CPUtime=0.26
/proc/12801/task/12807/stat : 12807 (java) S 12800 12787 10564 0 -1 64 1553 0 0 0 26 0 0 0 16 0 9 0 19672081 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12808] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12808/stat : 12808 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19672081 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12809] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12809/stat : 12809 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672082 889577472 8971 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) 890952

[startup+6.30229 s]
/proc/loadavg: 1.16 1.51 1.73 3/91 12809
/proc/meminfo: memFree=1489296/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=0.6
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1310 5324 0 1 6 1 50 3 15 0 1 0 19672009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1111 409 3 0 796 0
[pid=12800] ppid=12787 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12787 12787 10564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 233 193 169 0 50 0
[pid=12801] ppid=12800 vsize=868728 CPUtime=5.55
/proc/12801/stat : 12801 (java) S 12800 12787 10564 0 -1 0 10334 0 1 0 539 16 0 0 18 0 9 0 19672076 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12801/statm: 217182 8977 2591 9 0 211659 0
[pid=12801/tid=12802] ppid=12800 vsize=868728 CPUtime=4.7
/proc/12801/task/12802/stat : 12802 (java) R 12800 12787 10564 0 -1 64 3228 0 1 0 460 10 0 0 25 0 9 0 19672077 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4126531721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12803] ppid=12800 vsize=868728 CPUtime=0.54
/proc/12801/task/12803/stat : 12803 (java) S 12800 12787 10564 0 -1 64 4848 0 0 0 50 4 0 0 16 0 9 0 19672079 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12804] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12804/stat : 12804 (java) S 12800 12787 10564 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19672079 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12805] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12805/stat : 12805 (java) S 12800 12787 10564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19672079 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12806] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12806/stat : 12806 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19672081 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12807] ppid=12800 vsize=868728 CPUtime=0.27
/proc/12801/task/12807/stat : 12807 (java) S 12800 12787 10564 0 -1 64 1559 0 0 0 27 0 0 0 16 0 9 0 19672081 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12808] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12808/stat : 12808 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19672081 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12801/tid=12809] ppid=12800 vsize=868728 CPUtime=0
/proc/12801/task/12809/stat : 12809 (java) S 12800 12787 10564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672082 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890952

[startup+12.702 s]
/proc/loadavg: 1.22 1.52 1.73 3/83 12811
/proc/meminfo: memFree=1490640/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=23276 CPUtime=5.59
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 5273 0 0 0 256 303 0 0 25 0 1 0 19672714 23834624 5259 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12811/statm: 5819 5259 40 102 0 5714 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 45500

[startup+25.5014 s]
/proc/loadavg: 1.40 1.54 1.73 3/83 12811
/proc/meminfo: memFree=1481296/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=32216 CPUtime=18.27
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 7161 0 0 0 1416 411 0 0 25 0 1 0 19672714 32989184 7114 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/12811/statm: 8054 7114 42 102 0 7949 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 54440

[startup+51.1011 s]
/proc/loadavg: 1.60 1.58 1.74 3/83 12811
/proc/meminfo: memFree=1479952/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=33800 CPUtime=43.62
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 7546 0 0 0 3951 411 0 0 25 0 1 0 19672714 34611200 7499 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12811/statm: 8450 7499 42 102 0 8345 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 56024

[startup+102.307 s]
/proc/loadavg: 1.83 1.64 1.75 3/83 12811
/proc/meminfo: memFree=1476880/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1511616/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=53860 CPUtime=1287.93
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13034 0 0 0 128373 420 0 0 25 0 1 0 19672714 55152640 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134524238 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13465 12645 48 102 0 13360 0
Current children cumulated CPU time (s) 1294.79
Current children cumulated vsize (KiB) 76084

[startup+1362.3 s]
/proc/loadavg: 1.14 1.25 1.51 2/85 12896
/proc/meminfo: memFree=1511616/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=53860 CPUtime=1347.9
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13034 0 0 0 134370 420 0 0 25 0 1 0 19672714 55152640 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13465 12645 48 102 0 13360 0
Current children cumulated CPU time (s) 1354.76
Current children cumulated vsize (KiB) 76084

[startup+1422.31 s]
/proc/loadavg: 1.05 1.20 1.48 2/85 12898
/proc/meminfo: memFree=1511424/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=53860 CPUtime=1407.88
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13034 0 0 0 140368 420 0 0 25 0 1 0 19672714 55152640 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13465 12645 48 102 0 13360 0
Current children cumulated CPU time (s) 1414.74
Current children cumulated vsize (KiB) 76084

[startup+1482.3 s]
/proc/loadavg: 1.02 1.16 1.44 2/85 12898
/proc/meminfo: memFree=1511488/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=53860 CPUtime=1467.85
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13034 0 0 0 146364 421 0 0 25 0 1 0 19672714 55152640 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13465 12645 48 102 0 13360 0
Current children cumulated CPU time (s) 1474.71
Current children cumulated vsize (KiB) 76084

[startup+1542.3 s]
/proc/loadavg: 1.00 1.13 1.41 2/85 12898
/proc/meminfo: memFree=1511488/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=53860 CPUtime=1527.83
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13034 0 0 0 152362 421 0 0 25 0 1 0 19672714 55152640 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13465 12645 48 102 0 13360 0
Current children cumulated CPU time (s) 1534.69
Current children cumulated vsize (KiB) 76084

[startup+1602.3 s]
/proc/loadavg: 1.00 1.11 1.38 2/85 12898
/proc/meminfo: memFree=1510848/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=54900 CPUtime=1587.8
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13324 0 0 0 158359 421 0 0 25 0 1 0 19672714 56217600 12806 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13725 12806 48 102 0 13620 0
Current children cumulated CPU time (s) 1594.66
Current children cumulated vsize (KiB) 77124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.08 1.36 2/85 12898
/proc/meminfo: memFree=1510848/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=54900 CPUtime=1647.77
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13324 0 0 0 164356 421 0 0 25 0 1 0 19672714 56217600 12806 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13725 12806 48 102 0 13620 0
Current children cumulated CPU time (s) 1654.63
Current children cumulated vsize (KiB) 77124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.33 2/85 12898
/proc/meminfo: memFree=1510784/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=54900 CPUtime=1707.75
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13324 0 0 0 170354 421 0 0 25 0 1 0 19672714 56217600 12806 996147200 134512640 134931368 4294956256 18446744073709551615 134520125 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13725 12806 48 102 0 13620 0
Current children cumulated CPU time (s) 1714.61
Current children cumulated vsize (KiB) 77124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.31 2/85 12898
/proc/meminfo: memFree=1510656/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=54900 CPUtime=1767.72
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13324 0 0 0 176351 421 0 0 25 0 1 0 19672714 56217600 12806 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13725 12806 48 102 0 13620 0
Current children cumulated CPU time (s) 1774.58
Current children cumulated vsize (KiB) 77124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 1.00 1.05 1.30 2/85 12898
/proc/meminfo: memFree=1510720/2055920 swapFree=4192952/4192956
[pid=12787] ppid=12785 vsize=16868 CPUtime=6.86
/proc/12787/stat : 12787 (sugar) S 12785 12787 10564 0 -1 4194304 1365 16033 0 2 6 1 655 24 16 0 1 0 19672009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12787/statm: 4217 1113 409 3 0 796 0
[pid=12810] ppid=12787 vsize=5356 CPUtime=0
/proc/12810/stat : 12810 (sh) S 12787 12787 10564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19672714 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12810/statm: 1339 232 193 169 0 50 0
[pid=12811] ppid=12810 vsize=54900 CPUtime=1793.22
/proc/12811/stat : 12811 (picosat) R 12810 12787 10564 0 -1 4194304 13324 0 0 0 178900 422 0 0 25 0 1 0 19672714 56217600 12806 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/12811/statm: 13725 12806 48 102 0 13620 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 77124

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12787 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=622993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=270958
# CPU time returned by wait4() is 6.89395
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.83
CPU time (s): 1800.08
CPU user time (s): 1795.61
CPU system time (s): 4.47
CPU usage (%): 99.5712
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.62299
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17883
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= 6628
involuntary context switches= 6793

runsolver used 2.12868 second user time and 5.32219 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-11 17:27:35
IDJOB=2060730
IDBENCH=53744
IDSOLVER=738
FILE ID=node21/2060730-1247326055
PBS_JOBID= 9506586
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-26-26.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-2060730-1247326055/watcher-2060730-1247326055 -o /tmp/evaluation-result-2060730-1247326055/solver-2060730-1247326055 -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-2060730-1247326055.xml

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

MD5SUM BENCH= dee6717e94e3c396cc9a79e38a8821c4
RANDOM SEED=1696316907

node21.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.240
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.240
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:       1531336 kB
Buffers:         30460 kB
Cached:         358632 kB
SwapCached:          4 kB
Active:         125748 kB
Inactive:       344956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531336 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          99448 kB
Slab:            39008 kB
Committed_AS:   876408 kB
PageTables:       1900 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= 66380 MiB
End job on node21 at 2009-07-11 17:57:45