Trace number 2081718

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.09 1815.25

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
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 size1553
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:45:27 2009
0.00/0.08	c 0	PID 25806
0.07/0.08	c 0	HOST node3.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081718-1247373927.xml TO HOME/temp.csp
0.07/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-2081718-1247373927.xml' 'HOME/temp.csp'
1.06/1.16	c 1	95 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.06/1.19	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	c 2	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'
1.12/1.27	c 2	Parsing HOME/temp.csp
1.12/1.44	c 2	parsed 10000 expressions
1.12/1.48	c 2	parsed 13839 expressions
1.12/1.49	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.49	c 2	Converting to clausal form CSP
1.12/1.75	c 2	converted 1384 (10%) expressions
1.12/1.84	c 2	converted 2768 (20%) expressions
1.12/1.89	c 2	converted 4152 (30%) expressions
1.12/1.94	c 2	converted 5536 (40%) expressions
1.12/2.05	c 2	converted 6920 (50%) expressions
2.00/2.11	c 2	converted 8304 (60%) expressions
2.00/2.16	c 2	converted 9688 (70%) expressions
2.10/2.21	c 3	converted 11072 (80%) expressions
2.10/2.26	c 3	converted 12456 (90%) expressions
2.29/2.40	c 3	converted 13839 (100%) expressions
2.29/2.40	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1530
2.29/2.40	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.40	c 3	Propagation in CSP
2.89/3.08	c 3	358488 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.08	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 771
2.89/3.08	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.09	c 3	Simplifing CSP by introducing new Boolean variables
3.09/3.22	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 771
3.09/3.22	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.27/3.44	c 4	80 (10%) CSP integer variables are encoded (40960 clauses, 592296 bytes)
3.27/3.49	c 4	160 (20%) CSP integer variables are encoded (81360 clauses, 1198296 bytes)
3.37/3.54	c 4	240 (30%) CSP integer variables are encoded (111840 clauses, 1679585 bytes)
3.47/3.61	c 4	320 (40%) CSP integer variables are encoded (164400 clauses, 2573105 bytes)
3.47/3.66	c 4	400 (50%) CSP integer variables are encoded (198680 clauses, 3155865 bytes)
3.47/3.70	c 4	480 (60%) CSP integer variables are encoded (226280 clauses, 3625065 bytes)
3.57/3.76	c 4	560 (70%) CSP integer variables are encoded (269440 clauses, 4358785 bytes)
3.67/3.82	c 4	640 (80%) CSP integer variables are encoded (316560 clauses, 5159825 bytes)
3.67/3.88	c 4	720 (90%) CSP integer variables are encoded (361120 clauses, 5917345 bytes)
3.77/3.95	c 4	800 (100%) CSP integer variables are encoded (402320 clauses, 6617745 bytes)
4.96/5.12	c 5	3654 (10%) CSP clauses are encoded (945941 clauses, 18933248 bytes)
5.94/6.19	c 7	7308 (20%) CSP clauses are encoded (1449323 clauses, 30628423 bytes)
6.93/7.11	c 7	10962 (30%) CSP clauses are encoded (1889079 clauses, 40819573 bytes)
8.10/8.34	c 9	14616 (40%) CSP clauses are encoded (2464961 clauses, 54223425 bytes)
8.87/9.19	c 10	18270 (50%) CSP clauses are encoded (2861806 clauses, 63702715 bytes)
10.17/10.46	c 11	21924 (60%) CSP clauses are encoded (3468261 clauses, 78421781 bytes)
11.45/11.77	c 12	25578 (70%) CSP clauses are encoded (4099588 clauses, 93719672 bytes)
12.32/12.61	c 13	29232 (80%) CSP clauses are encoded (4480242 clauses, 102890699 bytes)
13.41/13.80	c 14	32886 (90%) CSP clauses are encoded (5056633 clauses, 116696613 bytes)
15.10/15.47	c 16	36540 (100%) CSP clauses are encoded (5898141 clauses, 136138844 bytes)
15.10/15.47	c 16	36540 CSP clauses encoded
15.10/15.47	c 16	Writing map file : HOME/temp.map
15.10/15.49	c 16	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.10/15.49	c 16	SAT : 426720 SAT variables, 5898141 SAT clauses, 136138844 bytes
15.10/15.49	c 16	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.18/15.55	c 16	SOLVING HOME/temp.cnf
15.18/15.55	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1815.22	c ERROR INTERRUPTED
1800.09/1815.24	s UNKNOWN
1800.09/1815.24	c 1816	CPU 15.21 (0.06 0.01 13.94 1.2)
1800.09/1815.24	c 1816	END Sun Jul 12 07:15: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-2081718-1247373927/watcher-2081718-1247373927 -o /tmp/evaluation-result-2081718-1247373927/solver-2081718-1247373927 -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-2081718-1247373927.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: 2.74 2.64 2.32 4/82 25806
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=4708 CPUtime=0
/proc/25806/stat : 25806 (sugar) R 25804 25806 22067 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 24460304 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 233630103901 0 0 4096 0 0 0 0 17 1 0 0
/proc/25806/statm: 1177 43 33 3 0 8 0

[startup+0.082788 s]
/proc/loadavg: 2.74 2.64 2.32 4/82 25806
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16740 CPUtime=0.07
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24460304 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.103051 s]
/proc/loadavg: 2.74 2.64 2.32 4/82 25806
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=0.07
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302321 s]
/proc/loadavg: 2.74 2.64 2.32 4/82 25806
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=0.07
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702386 s]
/proc/loadavg: 2.74 2.64 2.32 4/82 25806
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=0.07
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50152 s]
/proc/loadavg: 2.74 2.64 2.32 3/93 25818
/proc/meminfo: memFree=1270832/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=1.12
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1309 10549 0 1 6 1 98 7 16 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16868

[startup+3.10278 s]
/proc/loadavg: 2.74 2.64 2.32 4/93 25828
/proc/meminfo: memFree=1275056/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=1.12
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1310 10549 0 1 6 1 98 7 16 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
[pid=25819] ppid=25806 vsize=5356 CPUtime=0
/proc/25819/stat : 25819 (sh) S 25806 25806 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24460424 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25819/statm: 1339 233 193 169 0 50 0
[pid=25820] ppid=25819 vsize=868592 CPUtime=1.87
/proc/25820/stat : 25820 (java) S 25819 25806 22067 0 -1 0 9873 0 1 0 180 7 0 0 19 0 9 0 24460425 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25820/statm: 217148 8912 2566 9 0 211653 0
[pid=25820/tid=25821] ppid=25819 vsize=868592 CPUtime=1.29
/proc/25820/task/25821/stat : 25821 (java) R 25819 25806 22067 0 -1 64 2903 0 1 0 127 2 0 0 25 0 9 0 24460426 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4126470875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25822] ppid=25819 vsize=868592 CPUtime=0.38
/proc/25820/task/25822/stat : 25822 (java) S 25819 25806 22067 0 -1 64 4823 0 0 0 35 3 0 0 16 0 9 0 24460427 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25823] ppid=25819 vsize=868592 CPUtime=0
/proc/25820/task/25823/stat : 25823 (java) S 25819 25806 22067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460427 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25824] ppid=25819 vsize=868592 CPUtime=0
/proc/25820/task/25824/stat : 25824 (java) S 25819 25806 22067 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24460427 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25825] ppid=25819 vsize=868592 CPUtime=0
/proc/25820/task/25825/stat : 25825 (java) S 25819 25806 22067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460429 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25826] ppid=25819 vsize=868592 CPUtime=0.17
/proc/25820/task/25826/stat : 25826 (java) S 25819 25806 22067 0 -1 64 1449 0 0 0 17 0 0 0 16 0 9 0 24460429 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25827] ppid=25819 vsize=868592 CPUtime=0
/proc/25820/task/25827/stat : 25827 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460429 889438208 8912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25828] ppid=25819 vsize=868592 CPUtime=0
/proc/25820/task/25828/stat : 25828 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460429 889438208 8912 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) 890816

[startup+6.30129 s]
/proc/loadavg: 2.68 2.63 2.32 3/93 25828
/proc/meminfo: memFree=1241008/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=1.12
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1310 10549 0 1 6 1 98 7 16 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
[pid=25819] ppid=25806 vsize=5356 CPUtime=0
/proc/25819/stat : 25819 (sh) S 25806 25806 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24460424 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25819/statm: 1339 233 193 169 0 50 0
[pid=25820] ppid=25819 vsize=868704 CPUtime=5.02
/proc/25820/stat : 25820 (java) S 25819 25806 22067 0 -1 0 12140 0 1 0 470 32 0 0 19 0 9 0 24460425 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25820/statm: 217176 10595 2590 9 0 211653 0
[pid=25820/tid=25821] ppid=25819 vsize=868704 CPUtime=4.01
/proc/25820/task/25821/stat : 25821 (java) R 25819 25806 22067 0 -1 64 3446 0 1 0 378 23 0 0 25 0 9 0 24460426 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4126849137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25822] ppid=25819 vsize=868704 CPUtime=0.73
/proc/25820/task/25822/stat : 25822 (java) S 25819 25806 22067 0 -1 64 6503 0 0 0 67 6 0 0 16 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25823] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25823/stat : 25823 (java) S 25819 25806 22067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25824] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25824/stat : 25824 (java) S 25819 25806 22067 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25825] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25825/stat : 25825 (java) S 25819 25806 22067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25826] ppid=25819 vsize=868704 CPUtime=0.24
/proc/25820/task/25826/stat : 25826 (java) S 25819 25806 22067 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25827] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25827/stat : 25827 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25828] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25828/stat : 25828 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890928

[startup+12.7025 s]
/proc/loadavg: 2.70 2.63 2.32 3/93 25828
/proc/meminfo: memFree=1166512/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=1.12
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1310 10549 0 1 6 1 98 7 16 0 1 0 24460304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1111 409 3 0 796 0
[pid=25819] ppid=25806 vsize=5356 CPUtime=0
/proc/25819/stat : 25819 (sh) S 25806 25806 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24460424 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25819/statm: 1339 233 193 169 0 50 0
[pid=25820] ppid=25819 vsize=868704 CPUtime=11.29
/proc/25820/stat : 25820 (java) S 25819 25806 22067 0 -1 0 13232 0 1 0 1043 86 0 0 19 0 9 0 24460425 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25820/statm: 217176 10595 2590 9 0 211653 0
[pid=25820/tid=25821] ppid=25819 vsize=868704 CPUtime=9.89
/proc/25820/task/25821/stat : 25821 (java) R 25819 25806 22067 0 -1 64 4538 0 1 0 919 70 0 0 25 0 9 0 24460426 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25822] ppid=25819 vsize=868704 CPUtime=1.14
/proc/25820/task/25822/stat : 25822 (java) S 25819 25806 22067 0 -1 64 6503 0 0 0 100 14 0 0 15 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25823] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25823/stat : 25823 (java) S 25819 25806 22067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25824] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25824/stat : 25824 (java) S 25819 25806 22067 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24460427 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25825] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25825/stat : 25825 (java) S 25819 25806 22067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25826] ppid=25819 vsize=868704 CPUtime=0.24
/proc/25820/task/25826/stat : 25826 (java) S 25819 25806 22067 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25827] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25827/stat : 25827 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25820/tid=25828] ppid=25819 vsize=868704 CPUtime=0
/proc/25820/task/25828/stat : 25828 (java) S 25819 25806 22067 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460429 889552896 10595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890928

[startup+25.5024 s]
/proc/loadavg: 2.69 2.63 2.33 3/85 25830
/proc/meminfo: memFree=1097328/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=72352 CPUtime=9.83
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 15917 0 0 0 446 537 0 0 25 0 1 0 24461860 74088448 15903 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 18088 15903 40 102 0 17983 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 94576

[startup+51.1025 s]
/proc/loadavg: 2.45 2.58 2.32 3/85 25830
/proc/meminfo: memFree=1001520/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=167668 CPUtime=35.1
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 39417 0 0 0 1598 1912 0 0 25 0 1 0 24461860 171692032 39403 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 41917 39403 40 102 0 41812 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 189892

[startup+102.308 s]
/proc/loadavg: 2.19 2.49 2.30 3/85 25871
/proc/meminfo: memFree=1271736/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=243740 CPUtime=86.19
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 54294 0 0 0 5852 2767 0 0 25 0 1 0 24461860 249589760 54280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25830/statm: 60935 54280 42 102 0 60830 0
Current children cumulated CPU time (s) 101.39

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

/proc/meminfo: memFree=1328520/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=246652 CPUtime=1276.81
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55054 0 0 0 124912 2769 0 0 25 0 1 0 24461860 252571648 55038 996147200 134512640 134931368 4294956256 18446744073709551615 134530829 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61663 55038 48 102 0 61558 0
Current children cumulated CPU time (s) 1292.01
Current children cumulated vsize (KiB) 268876

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.06 3/75 25908
/proc/meminfo: memFree=1328392/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=246916 CPUtime=1336.25
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55107 0 0 0 130855 2770 0 0 25 0 1 0 24461860 252841984 55091 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61729 55091 48 102 0 61624 0
Current children cumulated CPU time (s) 1351.45
Current children cumulated vsize (KiB) 269140

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.06 3/75 25908
/proc/meminfo: memFree=1328072/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=247180 CPUtime=1395.69
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55179 0 0 0 136799 2770 0 0 25 0 1 0 24461860 253112320 55163 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61795 55163 48 102 0 61690 0
Current children cumulated CPU time (s) 1410.89
Current children cumulated vsize (KiB) 269404

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/75 25908
/proc/meminfo: memFree=1327752/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=247444 CPUtime=1455.11
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55245 0 0 0 142741 2770 0 0 25 0 1 0 24461860 253382656 55229 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61861 55229 48 102 0 61756 0
Current children cumulated CPU time (s) 1470.31
Current children cumulated vsize (KiB) 269668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/75 25908
/proc/meminfo: memFree=1327368/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=247708 CPUtime=1514.55
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55309 0 0 0 148685 2770 0 0 25 0 1 0 24461860 253652992 55293 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61927 55293 48 102 0 61822 0
Current children cumulated CPU time (s) 1529.75
Current children cumulated vsize (KiB) 269932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 25908
/proc/meminfo: memFree=1327112/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=247972 CPUtime=1573.98
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55365 0 0 0 154628 2770 0 0 25 0 1 0 24461860 253923328 55349 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 61993 55349 48 102 0 61888 0
Current children cumulated CPU time (s) 1589.18
Current children cumulated vsize (KiB) 270196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 25908
/proc/meminfo: memFree=1326792/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=248236 CPUtime=1633.42
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55428 0 0 0 160572 2770 0 0 25 0 1 0 24461860 254193664 55412 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 62059 55412 48 102 0 61954 0
Current children cumulated CPU time (s) 1648.62
Current children cumulated vsize (KiB) 270460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 25908
/proc/meminfo: memFree=1326472/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=248500 CPUtime=1692.85
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55501 0 0 0 166515 2770 0 0 25 0 1 0 24461860 254464000 55485 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 62125 55485 48 102 0 62020 0
Current children cumulated CPU time (s) 1708.05
Current children cumulated vsize (KiB) 270724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 25908
/proc/meminfo: memFree=1326024/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=248764 CPUtime=1752.3
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55560 0 0 0 172459 2771 0 0 25 0 1 0 24461860 254734336 55544 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 62191 55544 48 102 0 62086 0
Current children cumulated CPU time (s) 1767.5
Current children cumulated vsize (KiB) 270988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 25908
/proc/meminfo: memFree=1325896/2055920 swapFree=4192812/4192956
[pid=25806] ppid=25804 vsize=16868 CPUtime=15.2
/proc/25806/stat : 25806 (sugar) S 25804 25806 22067 0 -1 4194304 1365 24569 0 2 6 1 1394 119 17 0 1 0 24460304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25806/statm: 4217 1113 409 3 0 796 0
[pid=25829] ppid=25806 vsize=5356 CPUtime=0
/proc/25829/stat : 25829 (sh) S 25806 25806 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25829/statm: 1339 232 193 169 0 50 0
[pid=25830] ppid=25829 vsize=248896 CPUtime=1784.89
/proc/25830/stat : 25830 (picosat) R 25829 25806 22067 0 -1 4194304 55594 0 0 0 175718 2771 0 0 25 0 1 0 24461860 254869504 55578 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/25830/statm: 62224 55578 48 102 0 62119 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 271120

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 25806 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=13869
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=218814
# CPU time returned by wait4() is 15.2327
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.25
CPU time (s): 1800.09
CPU user time (s): 1771.18
CPU system time (s): 28.91
CPU usage (%): 99.165
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0139
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26328
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= 22023
involuntary context switches= 22193

runsolver used 2.13767 second user time and 6.26005 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 06:45:27
IDJOB=2081718
IDBENCH=57475
IDSOLVER=738
FILE ID=node3/2081718-1247373927
PBS_JOBID= 9507069
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.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-2081718-1247373927/watcher-2081718-1247373927 -o /tmp/evaluation-result-2081718-1247373927/solver-2081718-1247373927 -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-2081718-1247373927.xml

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

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=2008550056

node3.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.259
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.259
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:       1299816 kB
Buffers:         52200 kB
Cached:         179272 kB
SwapCached:          0 kB
Active:         599528 kB
Inactive:        93072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:         481544 kB
Slab:            47972 kB
Committed_AS:   652624 kB
PageTables:       2672 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= 66404 MiB
End job on node3 at 2009-07-12 07:15:45