Trace number 1074617

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.05 1801.81

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-2.xml
MD5SUMcf2755c41c9629ae5bc712eeb2cf6ab2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.86941
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1229
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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 Fri Jul  4 15:44:25 2008
0.00/0.04	c 0	PID 25626
0.03/0.05	c 0	HOST node36.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1074617-1215179065.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074617-1215179065.xml' 'HOME/temp.csp'
0.03/0.86	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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'
0.83/0.97	c 1	Parsing HOME/temp.csp
1.12/1.30	c 1	parsed 8401 expressions
1.23/1.30	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.30	c 1	Converting to clausal form CSP
1.23/1.35	c 1	converted 841 (10%) expressions
1.43/1.51	c 1	converted 1681 (20%) expressions
1.43/1.58	c 1	converted 2521 (30%) expressions
1.43/1.60	c 1	converted 3361 (40%) expressions
1.52/1.62	c 1	converted 4201 (50%) expressions
1.52/1.64	c 1	converted 5041 (60%) expressions
1.52/1.67	c 1	converted 5881 (70%) expressions
1.62/1.73	c 1	converted 6721 (80%) expressions
1.62/1.76	c 1	converted 7561 (90%) expressions
1.62/1.78	c 1	converted 8401 (100%) expressions
1.62/1.78	c 1	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1229
1.62/1.78	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.78	c 1	Propagation in CSP
1.72/1.85	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.85	c 1	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1229
1.72/1.85	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.86	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.00	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1229
1.92/2.00	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.15	c 2	40 (10%) CSP integer variables are encoded (46821 clauses, 680187 bytes)
2.12/2.20	c 2	80 (20%) CSP integer variables are encoded (93708 clauses, 1383492 bytes)
2.12/2.26	c 2	120 (30%) CSP integer variables are encoded (140899 clauses, 2173328 bytes)
2.21/2.32	c 2	160 (40%) CSP integer variables are encoded (188434 clauses, 2981423 bytes)
2.21/2.38	c 2	200 (50%) CSP integer variables are encoded (235494 clauses, 3781443 bytes)
2.32/2.43	c 2	240 (60%) CSP integer variables are encoded (282632 clauses, 4582789 bytes)
2.32/2.49	c 2	280 (70%) CSP integer variables are encoded (329668 clauses, 5382401 bytes)
2.42/2.55	c 2	320 (80%) CSP integer variables are encoded (376898 clauses, 6185311 bytes)
2.51/2.61	c 2	360 (90%) CSP integer variables are encoded (424040 clauses, 6986725 bytes)
2.51/2.67	c 2	400 (100%) CSP integer variables are encoded (471020 clauses, 7785385 bytes)
5.50/5.69	c 5	2280 (10%) CSP clauses are encoded (2172726 clauses, 46979477 bytes)
8.60/8.75	c 8	4560 (20%) CSP clauses are encoded (3882026 clauses, 87265996 bytes)
11.67/11.83	c 11	6840 (30%) CSP clauses are encoded (5594680 clauses, 127828971 bytes)
14.78/14.93	c 15	9120 (40%) CSP clauses are encoded (7316468 clauses, 170736227 bytes)
17.90/18.32	c 18	11400 (50%) CSP clauses are encoded (9055702 clauses, 214187437 bytes)
20.94/21.46	c 21	13680 (60%) CSP clauses are encoded (10780624 clauses, 257280847 bytes)
24.00/24.58	c 24	15960 (70%) CSP clauses are encoded (12497092 clauses, 300162907 bytes)
27.27/28.03	c 28	18240 (80%) CSP clauses are encoded (14217544 clauses, 343144567 bytes)
30.48/31.35	c 31	20520 (90%) CSP clauses are encoded (15943632 clauses, 386267127 bytes)
33.56/34.46	c 34	22800 (100%) CSP clauses are encoded (17656140 clauses, 429050187 bytes)
33.56/34.46	c 34	22800 CSP clauses encoded
33.56/34.46	c 34	Writing map file : HOME/temp.map
33.56/34.47	c 34	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.56/34.47	c 34	SAT : 486620 SAT variables, 17656140 SAT clauses, 429050187 bytes
33.56/34.47	c 34	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.56/34.49	c 34	SOLVING HOME/temp.cnf
33.56/34.49	c 34	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1801.72	c ERROR INTERRUPTED
1800.05/1801.81	s UNKNOWN
1800.05/1801.81	c 1801	CPU 30.69 (0.04 0.01 30.65 2.97)
1800.05/1801.81	c 1801	END Fri Jul  4 16:14:26 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-1074617-1215179065/watcher-1074617-1215179065 -o /tmp/evaluation-result-1074617-1215179065/solver-1074617-1215179065 -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-1074617-1215179065.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: 1.92 1.98 1.99 4/81 25626
/proc/meminfo: memFree=1393028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=12268 CPUtime=0
/proc/25626/stat : 25626 (sugar) R 25624 25626 22341 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996879352 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25626/statm: 3067 316 241 3 0 167 0

[startup+0.0510409 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25626
/proc/meminfo: memFree=1393028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.03
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 1996879352 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101048 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25626
/proc/meminfo: memFree=1393028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.03
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996879352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301069 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25626
/proc/meminfo: memFree=1393028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.03
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996879352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701107 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25626
/proc/meminfo: memFree=1393028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.03
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996879352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 25648
/proc/meminfo: memFree=1386028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.83
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 974 8342 0 1 3 0 75 5 15 0 1 0 1996879352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996879442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=869192 CPUtime=0.6
/proc/25640/stat : 25640 (java) S 25639 25626 22341 0 -1 0 5901 0 1 0 57 3 0 0 18 0 9 0 1996879442 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217298 5279 1733 9 0 211873 0
[pid=25640/tid=25641] ppid=25639 vsize=869192 CPUtime=0.37
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 22341 0 -1 64 2667 0 1 0 36 1 0 0 20 0 9 0 1996879443 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4125969864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25642] ppid=25639 vsize=869192 CPUtime=0.05
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 22341 0 -1 64 1044 0 0 0 5 0 0 0 16 0 9 0 1996879444 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25643] ppid=25639 vsize=869192 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 22341 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1996879444 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=869192 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 22341 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996879444 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25645] ppid=25639 vsize=869192 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996879446 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=869192 CPUtime=0.15
/proc/25640/task/25646/stat : 25646 (java) R 25639 25626 22341 0 -1 64 1498 0 0 0 14 1 0 0 16 0 9 0 1996879446 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25647] ppid=25639 vsize=869192 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 22341 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996879446 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=869192 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996879446 890052608 5279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 888148

[startup+3.10134 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 25648
/proc/meminfo: memFree=1364716/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.83
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 974 8342 0 1 3 0 75 5 15 0 1 0 1996879352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996879442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=869416 CPUtime=2.18
/proc/25640/stat : 25640 (java) S 25639 25626 22341 0 -1 0 10097 0 1 0 204 14 0 0 18 0 9 0 1996879442 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217354 8980 2565 9 0 211901 0
[pid=25640/tid=25641] ppid=25639 vsize=869416 CPUtime=1.54
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 22341 0 -1 64 3069 0 1 0 145 9 0 0 25 0 9 0 1996879443 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25642] ppid=25639 vsize=869416 CPUtime=0.41
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 22341 0 -1 64 4790 0 0 0 38 3 0 0 16 0 9 0 1996879444 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25643] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996879444 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25644] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 22341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996879444 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25645] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996879446 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=869416 CPUtime=0.22
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 22341 0 -1 64 1544 0 0 0 21 1 0 0 15 0 9 0 1996879446 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25647] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 22341 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996879446 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996879446 890281984 8980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 888372

[startup+6.30266 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 25648
/proc/meminfo: memFree=1320108/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.83
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 974 8342 0 1 3 0 75 5 16 0 1 0 1996879352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996879442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=869416 CPUtime=5.37
/proc/25640/stat : 25640 (java) S 25639 25626 22341 0 -1 0 10800 0 1 0 494 43 0 0 18 0 9 0 1996879442 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217354 8987 2565 9 0 211901 0
[pid=25640/tid=25641] ppid=25639 vsize=869416 CPUtime=4.48
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 22341 0 -1 64 3765 0 1 0 415 33 0 0 25 0 9 0 1996879443 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25642] ppid=25639 vsize=869416 CPUtime=0.63
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 22341 0 -1 64 4790 0 0 0 55 8 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25643] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25644] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 22341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25645] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=869416 CPUtime=0.23
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 22341 0 -1 64 1551 0 0 0 22 1 0 0 17 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25647] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 22341 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 888372

[startup+12.7013 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 25648
/proc/meminfo: memFree=1234028/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.83
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 974 8342 0 1 3 0 75 5 16 0 1 0 1996879352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996879442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=869416 CPUtime=11.74
/proc/25640/stat : 25640 (java) S 25639 25626 22341 0 -1 0 12187 0 1 0 1078 96 0 0 18 0 9 0 1996879442 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217354 8987 2565 9 0 211901 0
[pid=25640/tid=25641] ppid=25639 vsize=869416 CPUtime=10.48
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 22341 0 -1 64 5152 0 1 0 969 79 0 0 25 0 9 0 1996879443 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25642] ppid=25639 vsize=869416 CPUtime=1.01
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 22341 0 -1 64 4790 0 0 0 86 15 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25643] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25644] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 22341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25645] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=869416 CPUtime=0.23
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 22341 0 -1 64 1551 0 0 0 22 1 0 0 17 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25647] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 22341 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 22341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996879446 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 888372

[startup+25.5026 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 25648
/proc/meminfo: memFree=1056236/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.84
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 974 8342 0 1 3 1 75 5 16 0 1 0 1996879352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996879442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=869416 CPUtime=24.13
/proc/25640/stat : 25640 (java) S 25639 25626 22341 0 -1 0 14949 0 1 0 2203 210 0 0 18 0 9 0 1996879442 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217354 8987 2565 9 0 211901 0
[pid=25640/tid=25641] ppid=25639 vsize=869416 CPUtime=22.08
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 22341 0 -1 64 7914 0 1 0 2030 178 0 0 25 0 9 0 1996879443 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25642] ppid=25639 vsize=869416 CPUtime=1.8
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 22341 0 -1 64 4790 0 0 0 150 30 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25643] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25640/tid=25644] ppid=25639 vsize=869416 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 22341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996879444 890281984 8987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=354748/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=740916 CPUtime=1327.14
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 167994 0 0 0 124745 7969 0 0 25 0 1 0 1996882802 758697984 167237 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185229 167237 48 102 0 185124 0
Current children cumulated CPU time (s) 1360.8
Current children cumulated vsize (KiB) 759872

[startup+1422.31 s]
/proc/loadavg: 2.05 2.10 2.03 3/83 25698
/proc/meminfo: memFree=354620/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=740916 CPUtime=1387.12
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168154 0 0 0 130743 7969 0 0 25 0 1 0 1996882802 758697984 167250 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185229 167250 48 102 0 185124 0
Current children cumulated CPU time (s) 1420.78
Current children cumulated vsize (KiB) 759872

[startup+1482.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/83 25698
/proc/meminfo: memFree=354684/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=740916 CPUtime=1447.09
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168154 0 0 0 136740 7969 0 0 25 0 1 0 1996882802 758697984 167250 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185229 167250 48 102 0 185124 0
Current children cumulated CPU time (s) 1480.75
Current children cumulated vsize (KiB) 759872

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/83 25698
/proc/meminfo: memFree=354620/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=740916 CPUtime=1507.07
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168181 0 0 0 142738 7969 0 0 25 0 1 0 1996882802 758697984 167277 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185229 167277 48 102 0 185124 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 759872

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/83 25698
/proc/meminfo: memFree=353404/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742236 CPUtime=1567.05
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168520 0 0 0 148735 7970 0 0 25 0 1 0 1996882802 760049664 167616 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185559 167616 48 102 0 185454 0
Current children cumulated CPU time (s) 1600.71
Current children cumulated vsize (KiB) 761192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 25698
/proc/meminfo: memFree=352636/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742764 CPUtime=1627.03
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168822 0 0 0 154733 7970 0 0 25 0 1 0 1996882802 760590336 167763 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185691 167763 48 102 0 185586 0
Current children cumulated CPU time (s) 1660.69
Current children cumulated vsize (KiB) 761720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 25698
/proc/meminfo: memFree=352572/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742764 CPUtime=1687
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168822 0 0 0 160730 7970 0 0 25 0 1 0 1996882802 760590336 167763 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185691 167763 48 102 0 185586 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 761720

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 25698
/proc/meminfo: memFree=352508/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742764 CPUtime=1746.99
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168822 0 0 0 166728 7971 0 0 25 0 1 0 1996882802 760590336 167763 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185691 167763 48 102 0 185586 0
Current children cumulated CPU time (s) 1780.65
Current children cumulated vsize (KiB) 761720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 25698
/proc/meminfo: memFree=352508/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742764 CPUtime=1766.39
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168822 0 0 0 168668 7971 0 0 25 0 1 0 1996882802 760590336 167763 996147200 134512640 134931368 4294956256 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185691 167763 48 102 0 185586 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761720

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

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

[startup+1801.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 25698
/proc/meminfo: memFree=352508/2055920 swapFree=4179028/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=33.66
/proc/25626/stat : 25626 (sugar) S 25624 25626 22341 0 -1 4194304 1022 25463 0 2 3 1 3065 297 16 0 1 0 1996879352 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996882801 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=742764 CPUtime=1766.39
/proc/25650/stat : 25650 (picosat) R 25649 25626 22341 0 -1 4194304 168822 0 0 0 168668 7971 0 0 25 0 1 0 1996882802 760590336 167763 996147200 134512640 134931368 4294956256 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 0 0 0
/proc/25650/statm: 185691 167763 48 102 0 185586 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25626 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=695333
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=984546
# CPU time returned by wait4() is 33.6799
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.81
CPU time (s): 1800.05
CPU user time (s): 1717.36
CPU system time (s): 82.69
CPU usage (%): 99.9021
Max. virtual memory (cumulated for all children) (KiB): 888448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6953
system time used= 2.98455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26840
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= 51838
involuntary context switches= 51913

runsolver used 2.16167 second user time and 6.08907 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 15:44:25
IDJOB=1074617
IDBENCH=56424
IDSOLVER=345
FILE ID=node36/1074617-1215179065
PBS_JOBID= 7881489
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-2.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-1074617-1215179065/watcher-1074617-1215179065 -o /tmp/evaluation-result-1074617-1215179065/solver-1074617-1215179065 -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-1074617-1215179065.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf2755c41c9629ae5bc712eeb2cf6ab2
RANDOM SEED=827242247

node36.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:       1393508 kB
Buffers:         84720 kB
Cached:         325888 kB
SwapCached:       7932 kB
Active:         411464 kB
Inactive:       182336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393508 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:         199344 kB
Slab:            53540 kB
Committed_AS:  3553336 kB
PageTables:       2116 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= 66548 MiB
End job on node36 at 2008-07-04 16:14:28