Trace number 1083519

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
Bench Category2-ARY-INT (binary constraints in intension)
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:32:29 2008
0.00/0.04	c 0	PID 24581
0.04/0.05	c 0	HOST node23.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1083519-1215228748.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083519-1215228748.xml' 'HOME/temp.csp'
1.26/1.31	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.28/1.44	c 1	Parsing HOME/temp.csp
1.28/1.76	c 1	parsed 10000 expressions
1.28/1.87	c 1	parsed 13840 expressions
1.28/1.87	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.87	c 1	Converting to clausal form CSP
1.28/2.07	c 2	converted 1384 (10%) expressions
2.00/2.16	c 2	converted 2768 (20%) expressions
2.10/2.21	c 2	converted 4152 (30%) expressions
2.10/2.26	c 2	converted 5536 (40%) expressions
2.19/2.37	c 2	converted 6920 (50%) expressions
2.29/2.42	c 2	converted 8304 (60%) expressions
2.29/2.47	c 2	converted 9688 (70%) expressions
2.40/2.52	c 2	converted 11072 (80%) expressions
2.40/2.57	c 2	converted 12456 (90%) expressions
2.49/2.62	c 2	converted 13840 (100%) expressions
2.49/2.62	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1545
2.49/2.62	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.62	c 2	Propagation in CSP
3.28/3.45	c 3	765434 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.45	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 731
3.28/3.45	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.45	c 3	Simplifing CSP by introducing new Boolean variables
3.39/3.57	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 731
3.39/3.57	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.68	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.59/3.77	c 3	80 (10%) CSP integer variables are encoded (47200 clauses, 685892 bytes)
3.68/3.83	c 3	160 (20%) CSP integer variables are encoded (93360 clauses, 1378292 bytes)
3.68/3.87	c 3	240 (30%) CSP integer variables are encoded (127160 clauses, 1939963 bytes)
3.79/3.92	c 3	320 (40%) CSP integer variables are encoded (163800 clauses, 2562843 bytes)
3.79/3.98	c 4	400 (50%) CSP integer variables are encoded (208080 clauses, 3315603 bytes)
3.89/4.05	c 4	480 (60%) CSP integer variables are encoded (255040 clauses, 4113923 bytes)
3.99/4.11	c 4	560 (70%) CSP integer variables are encoded (303840 clauses, 4943523 bytes)
3.99/4.17	c 4	640 (80%) CSP integer variables are encoded (349280 clauses, 5716003 bytes)
4.09/4.24	c 4	720 (90%) CSP integer variables are encoded (395560 clauses, 6502763 bytes)
4.09/4.29	c 4	800 (100%) CSP integer variables are encoded (429480 clauses, 7079403 bytes)
5.37/5.59	c 5	3654 (10%) CSP clauses are encoded (1049387 clauses, 21177639 bytes)
6.75/6.95	c 6	7308 (20%) CSP clauses are encoded (1717105 clauses, 36741153 bytes)
7.92/8.19	c 8	10962 (30%) CSP clauses are encoded (2313630 clauses, 50638398 bytes)
9.31/9.57	c 9	14616 (40%) CSP clauses are encoded (2986362 clauses, 66466326 bytes)
10.30/10.59	c 10	18270 (50%) CSP clauses are encoded (3481826 clauses, 78557149 bytes)
11.39/11.66	c 11	21924 (60%) CSP clauses are encoded (3994031 clauses, 91006065 bytes)
12.80/13.23	c 13	25578 (70%) CSP clauses are encoded (4673269 clauses, 107532213 bytes)
14.17/14.62	c 14	29232 (80%) CSP clauses are encoded (5346638 clauses, 123828789 bytes)
15.57/16.09	c 16	32886 (90%) CSP clauses are encoded (6085068 clauses, 141539270 bytes)
16.95/17.49	c 17	36540 (100%) CSP clauses are encoded (6797219 clauses, 157834163 bytes)
16.95/17.49	c 17	36540 CSP clauses encoded
16.95/17.49	c 17	Writing map file : HOME/temp.map
17.03/17.52	c 17	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.03/17.52	c 17	SAT : 453880 SAT variables, 6797219 SAT clauses, 157834163 bytes
17.03/17.52	c 17	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.03/17.57	c 17	SOLVING HOME/temp.cnf
17.03/17.57	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1803.92	c ERROR INTERRUPTED
1800.06/1803.95	s UNKNOWN
1800.06/1803.95	c 1803	CPU 15.74 (0.03 0.01 15.71 1.32)
1800.06/1803.95	c 1803	END Sat Jul  5 06:02:32 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.51 2.43 2.19 4/80 24581
/proc/meminfo: memFree=1658488/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=12268 CPUtime=0
/proc/24581/stat : 24581 (sugar) R 24579 24581 20758 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001849010 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24581/statm: 3067 316 241 3 0 167 0

[startup+0.0501671 s]
/proc/loadavg: 2.51 2.43 2.19 4/80 24581
/proc/meminfo: memFree=1658488/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=0.04
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2001849010 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100862 s]
/proc/loadavg: 2.51 2.43 2.19 4/80 24581
/proc/meminfo: memFree=1658488/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=0.04
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001849010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301881 s]
/proc/loadavg: 2.51 2.43 2.19 4/80 24581
/proc/meminfo: memFree=1658488/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=0.04
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001849010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701932 s]
/proc/loadavg: 2.51 2.43 2.19 4/80 24581
/proc/meminfo: memFree=1658488/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=0.04
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001849010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 2.55 2.44 2.19 3/91 24593
/proc/meminfo: memFree=1634656/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=1.28
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 973 10479 0 1 3 1 117 7 16 0 1 0 2001849010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10221 s]
/proc/loadavg: 2.55 2.44 2.19 4/91 24603
/proc/meminfo: memFree=1640224/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=1.28
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 974 10479 0 1 3 1 117 7 15 0 1 0 2001849010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 797 370 3 0 500 0
[pid=24594] ppid=24581 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24581 24581 20758 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001849146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 233 193 169 0 50 0
[pid=24595] ppid=24594 vsize=868356 CPUtime=1.71
/proc/24595/stat : 24595 (java) S 24594 24581 20758 0 -1 0 9775 0 1 0 166 5 0 0 18 0 9 0 2001849146 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24595/statm: 217089 8849 2540 9 0 211664 0
[pid=24595/tid=24596] ppid=24594 vsize=868356 CPUtime=1.15
/proc/24595/task/24596/stat : 24596 (java) R 24594 24581 20758 0 -1 64 2797 0 1 0 113 2 0 0 25 0 9 0 2001849147 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4126594774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24597] ppid=24594 vsize=868356 CPUtime=0.34
/proc/24595/task/24597/stat : 24597 (java) S 24594 24581 20758 0 -1 64 4837 0 0 0 32 2 0 0 16 0 9 0 2001849148 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24598] ppid=24594 vsize=868356 CPUtime=0
/proc/24595/task/24598/stat : 24598 (java) S 24594 24581 20758 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001849148 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24599] ppid=24594 vsize=868356 CPUtime=0
/proc/24595/task/24599/stat : 24599 (java) S 24594 24581 20758 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001849148 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24600] ppid=24594 vsize=868356 CPUtime=0
/proc/24595/task/24600/stat : 24600 (java) S 24594 24581 20758 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001849150 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24601] ppid=24594 vsize=868356 CPUtime=0.19
/proc/24595/task/24601/stat : 24601 (java) S 24594 24581 20758 0 -1 64 1444 0 0 0 19 0 0 0 16 0 9 0 2001849150 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24602] ppid=24594 vsize=868356 CPUtime=0
/proc/24595/task/24602/stat : 24602 (java) S 24594 24581 20758 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001849150 889196544 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24603] ppid=24594 vsize=868356 CPUtime=0
/proc/24595/task/24603/stat : 24603 (java) S 24594 24581 20758 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001849150 889196544 8849 996147200 134512640 134550740 4294955952 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) 887312

[startup+6.30157 s]
/proc/loadavg: 2.55 2.44 2.19 3/91 24603
/proc/meminfo: memFree=1604448/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=1.28
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 974 10479 0 1 3 1 117 7 16 0 1 0 2001849010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 797 370 3 0 500 0
[pid=24594] ppid=24581 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24581 24581 20758 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001849146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 233 193 169 0 50 0
[pid=24595] ppid=24594 vsize=868468 CPUtime=4.88
/proc/24595/stat : 24595 (java) S 24594 24581 20758 0 -1 0 12058 0 1 0 460 28 0 0 18 0 9 0 2001849146 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24595/statm: 217117 10516 2565 9 0 211664 0
[pid=24595/tid=24596] ppid=24594 vsize=868468 CPUtime=3.93
/proc/24595/task/24596/stat : 24596 (java) R 24594 24581 20758 0 -1 64 3369 0 1 0 372 21 0 0 25 0 9 0 2001849147 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24597] ppid=24594 vsize=868468 CPUtime=0.66
/proc/24595/task/24597/stat : 24597 (java) S 24594 24581 20758 0 -1 64 6511 0 0 0 61 5 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24598] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24598/stat : 24598 (java) S 24594 24581 20758 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24599] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24599/stat : 24599 (java) S 24594 24581 20758 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24600] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24600/stat : 24600 (java) S 24594 24581 20758 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24601] ppid=24594 vsize=868468 CPUtime=0.25
/proc/24595/task/24601/stat : 24601 (java) S 24594 24581 20758 0 -1 64 1481 0 0 0 25 0 0 0 16 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24602] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24602/stat : 24602 (java) S 24594 24581 20758 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24603] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24603/stat : 24603 (java) S 24594 24581 20758 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887424

[startup+12.7023 s]
/proc/loadavg: 2.54 2.44 2.20 3/91 24603
/proc/meminfo: memFree=1527840/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=1.28
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 974 10479 0 1 3 1 117 7 16 0 1 0 2001849010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 797 370 3 0 500 0
[pid=24594] ppid=24581 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24581 24581 20758 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001849146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 233 193 169 0 50 0
[pid=24595] ppid=24594 vsize=868468 CPUtime=11.03
/proc/24595/stat : 24595 (java) S 24594 24581 20758 0 -1 0 13196 0 1 0 1024 79 0 0 18 0 9 0 2001849146 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24595/statm: 217117 10516 2565 9 0 211664 0
[pid=24595/tid=24596] ppid=24594 vsize=868468 CPUtime=9.7
/proc/24595/task/24596/stat : 24596 (java) R 24594 24581 20758 0 -1 64 4507 0 1 0 904 66 0 0 25 0 9 0 2001849147 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4126972076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24597] ppid=24594 vsize=868468 CPUtime=1.04
/proc/24595/task/24597/stat : 24597 (java) S 24594 24581 20758 0 -1 64 6511 0 0 0 93 11 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24598] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24598/stat : 24598 (java) S 24594 24581 20758 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24599] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24599/stat : 24599 (java) S 24594 24581 20758 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001849148 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24600] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24600/stat : 24600 (java) S 24594 24581 20758 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24601] ppid=24594 vsize=868468 CPUtime=0.25
/proc/24595/task/24601/stat : 24601 (java) S 24594 24581 20758 0 -1 64 1481 0 0 0 25 0 0 0 16 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24602] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24602/stat : 24602 (java) S 24594 24581 20758 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24595/tid=24603] ppid=24594 vsize=868468 CPUtime=0
/proc/24595/task/24603/stat : 24603 (java) S 24594 24581 20758 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001849150 889311232 10516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887424

[startup+25.5018 s]
/proc/loadavg: 2.46 2.43 2.19 3/83 24605
/proc/meminfo: memFree=1440928/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=64020 CPUtime=7.85
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 14540 0 0 0 363 422 0 0 25 0 1 0 2001850768 65556480 14526 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24605/statm: 16005 14526 40 102 0 15900 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 82976

[startup+51.1017 s]
/proc/loadavg: 2.30 2.39 2.19 3/83 24605
/proc/meminfo: memFree=1346720/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=162704 CPUtime=33.22
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 38376 0 0 0 1530 1792 0 0 25 0 1 0 2001850768 166608896 38362 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24605/statm: 40676 38362 40 102 0 40571 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 181660

[startup+102.307 s]
/proc/loadavg: 2.12 2.32 2.17 3/83 24605
/proc/meminfo: memFree=1247968/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=270980 CPUtime=83.85
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 62405 0 0 0 5176 3209 0 0 25 0 1 0 2001850768 277483520 62391 996147200 134512640 134931368 4294956256 18446744073709551615 134524096 0 0 4096 0 0 0 0 17 1 0 0
/proc/24605/statm: 67745 62391 42 102 0 67640 0

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

/proc/meminfo: memFree=1206720/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=275608 CPUtime=1341.56
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63616 0 0 0 130941 3215 0 0 25 0 1 0 2001850768 282222592 63600 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 68902 63600 48 102 0 68797 0
Current children cumulated CPU time (s) 1358.62
Current children cumulated vsize (KiB) 294564

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/95 24663
/proc/meminfo: memFree=1206464/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=276004 CPUtime=1401.54
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63684 0 0 0 136939 3215 0 0 25 0 1 0 2001850768 282628096 63668 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69001 63668 48 102 0 68896 0
Current children cumulated CPU time (s) 1418.6
Current children cumulated vsize (KiB) 294960

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/95 24663
/proc/meminfo: memFree=1206144/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=276268 CPUtime=1461.51
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63752 0 0 0 142936 3215 0 0 25 0 1 0 2001850768 282898432 63736 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69067 63736 48 102 0 68962 0
Current children cumulated CPU time (s) 1478.57
Current children cumulated vsize (KiB) 295224

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/95 24663
/proc/meminfo: memFree=1205760/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=276400 CPUtime=1521.49
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63817 0 0 0 148933 3216 0 0 25 0 1 0 2001850768 283033600 63801 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69100 63801 48 102 0 68995 0
Current children cumulated CPU time (s) 1538.55
Current children cumulated vsize (KiB) 295356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24663
/proc/meminfo: memFree=1205440/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=276664 CPUtime=1581.47
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63876 0 0 0 154931 3216 0 0 25 0 1 0 2001850768 283303936 63860 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69166 63860 48 102 0 69061 0
Current children cumulated CPU time (s) 1598.53
Current children cumulated vsize (KiB) 295620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24663
/proc/meminfo: memFree=1205120/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=276928 CPUtime=1641.45
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 63945 0 0 0 160929 3216 0 0 25 0 1 0 2001850768 283574272 63929 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69232 63929 48 102 0 69127 0
Current children cumulated CPU time (s) 1658.51
Current children cumulated vsize (KiB) 295884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24669
/proc/meminfo: memFree=1204672/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=277192 CPUtime=1701.41
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 64018 0 0 0 166925 3216 0 0 25 0 1 0 2001850768 283844608 64002 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69298 64002 48 102 0 69193 0
Current children cumulated CPU time (s) 1718.47
Current children cumulated vsize (KiB) 296148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 24669
/proc/meminfo: memFree=1204480/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=277588 CPUtime=1761.4
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 64094 0 0 0 172923 3217 0 0 25 0 1 0 2001850768 284250112 64078 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69397 64078 48 102 0 69292 0
Current children cumulated CPU time (s) 1778.46
Current children cumulated vsize (KiB) 296544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24669
/proc/meminfo: memFree=1204416/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=277588 CPUtime=1783
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 64116 0 0 0 175083 3217 0 0 25 0 1 0 2001850768 284250112 64100 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69397 64100 48 102 0 69292 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 296544

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

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

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24669
/proc/meminfo: memFree=1204416/2055920 swapFree=4180000/4192956
[pid=24581] ppid=24579 vsize=13600 CPUtime=17.06
/proc/24581/stat : 24581 (sugar) S 24579 24581 20758 0 -1 4194304 1022 24866 0 2 3 1 1571 131 16 0 1 0 2001849010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24581/statm: 3400 799 370 3 0 500 0
[pid=24604] ppid=24581 vsize=5356 CPUtime=0
/proc/24604/stat : 24604 (sh) S 24581 24581 20758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001850767 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24604/statm: 1339 232 193 169 0 50 0
[pid=24605] ppid=24604 vsize=277588 CPUtime=1783
/proc/24605/stat : 24605 (picosat) R 24604 24581 20758 0 -1 4194304 64116 0 0 0 175083 3217 0 0 25 0 1 0 2001850768 284250112 64100 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24605/statm: 69397 64100 48 102 0 69292 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 296544

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24581 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=747606
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=339796
# CPU time returned by wait4() is 17.0874
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.95
CPU time (s): 1800.06
CPU user time (s): 1766.57
CPU system time (s): 33.49
CPU usage (%): 99.7842
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7476
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26244
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= 20972
involuntary context switches= 21223

runsolver used 2.22166 second user time and 5.95409 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 05:32:29
IDJOB=1083519
IDBENCH=57483
IDSOLVER=345
FILE ID=node23/1083519-1215228748
PBS_JOBID= 7881697
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-22.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083519-1215228748/watcher-1083519-1215228748 -o /tmp/evaluation-result-1083519-1215228748/solver-1083519-1215228748 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1083519-1215228748.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=1089173659

node23.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.216
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.216
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:       1658968 kB
Buffers:         41576 kB
Cached:         178192 kB
SwapCached:       6808 kB
Active:         267760 kB
Inactive:        75800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658968 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:         137368 kB
Slab:            38448 kB
Committed_AS:  4243764 kB
PageTables:       2000 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= 66512 MiB
End job on node23 at 2008-07-05 06:02:34