Trace number 1063307

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? (MO) 408.775 417.062

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2707
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 03:54:27 2008
0.00/0.05	c 0	PID 1117
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063307-1215136466.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063307-1215136466.xml' 'HOME/temp.csp'
2.64/2.76	c 3	1 domains, 10757 variables, 212 predicates, 0 relations, 248 constraints
2.64/2.77	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.64/2.77	c 3	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'
2.71/2.85	c 3	Parsing HOME/temp.csp
2.71/3.16	c 3	parsed 10000 expressions
23.39/23.79	c 24	parsed 11218 expressions
23.39/23.79	c 24	Heap : 64 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
23.39/23.79	c 24	Converting to clausal form CSP
23.49/23.83	c 24	converted 1122 (10%) expressions
23.49/23.85	c 24	converted 2244 (20%) expressions
23.49/23.85	c 24	converted 3366 (30%) expressions
23.49/23.85	c 24	converted 4488 (40%) expressions
23.49/23.85	c 24	converted 5609 (50%) expressions
23.49/23.86	c 24	converted 6731 (60%) expressions
23.49/23.86	c 24	converted 7853 (70%) expressions
23.49/23.86	c 24	converted 8975 (80%) expressions
23.49/23.86	c 24	converted 10097 (90%) expressions
39.74/40.26	c 40	converted 11218 (100%) expressions
39.74/40.28	c 40	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
39.74/40.28	c 40	Heap : 274 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.74/40.28	c 40	Propagation in CSP
44.59/45.14	c 45	757795 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.59/45.16	c 45	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
44.59/45.16	c 45	Heap : 286 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.69/45.25	c 45	Simplifing CSP by introducing new Boolean variables
44.79/45.39	c 45	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
44.79/45.39	c 45	Heap : 283 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.98/46.57	c 47	Encoding CSP to SAT : HOME/temp.cnf
46.08/46.67	c 47	19231 (10%) CSP integer variables are encoded (22352 clauses, 335344 bytes)
46.17/46.78	c 47	38461 (20%) CSP integer variables are encoded (91052 clauses, 1412469 bytes)
46.27/46.89	c 47	57692 (30%) CSP integer variables are encoded (163629 clauses, 2646278 bytes)
46.47/47.01	c 47	76922 (40%) CSP integer variables are encoded (241594 clauses, 3971683 bytes)
46.57/47.14	c 47	96153 (50%) CSP integer variables are encoded (322141 clauses, 5340982 bytes)
46.67/47.27	c 47	115383 (60%) CSP integer variables are encoded (405161 clauses, 6752322 bytes)
46.87/47.40	c 47	134614 (70%) CSP integer variables are encoded (493229 clauses, 8249478 bytes)
46.97/47.53	c 48	153844 (80%) CSP integer variables are encoded (579686 clauses, 9719247 bytes)
47.06/47.67	c 48	173075 (90%) CSP integer variables are encoded (671049 clauses, 11272418 bytes)
47.16/47.79	c 48	192305 (100%) CSP integer variables are encoded (757795 clauses, 12747100 bytes)
51.21/51.83	c 52	36335 (10%) CSP clauses are encoded (2211304 clauses, 42893374 bytes)
58.11/58.82	c 59	72669 (20%) CSP clauses are encoded (5417570 clauses, 118409436 bytes)
66.76/67.65	c 68	109004 (30%) CSP clauses are encoded (9503941 clauses, 216982584 bytes)
77.03/78.14	c 78	145338 (40%) CSP clauses are encoded (14341253 clauses, 333922102 bytes)
89.32/90.77	c 91	181672 (50%) CSP clauses are encoded (20176637 clauses, 475268507 bytes)
105.93/107.72	c 108	218007 (60%) CSP clauses are encoded (28095752 clauses, 667564275 bytes)
123.40/125.69	c 126	254341 (70%) CSP clauses are encoded (36464756 clauses, 870922518 bytes)
142.57/145.29	c 145	290676 (80%) CSP clauses are encoded (45669375 clauses, 1094810524 bytes)
170.93/174.54	c 175	327010 (90%) CSP clauses are encoded (59576879 clauses, 1433608626 bytes)
200.74/205.49	c 206	363344 (100%) CSP clauses are encoded (74289103 clauses, 1792443824 bytes)
200.74/205.49	c 206	363344 CSP clauses encoded
200.85/205.50	c 206	Writing map file : HOME/temp.map
200.89/205.64	c 206	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
200.89/205.64	c 206	SAT : 950100 SAT variables, 74289103 SAT clauses, 1792443824 bytes
200.89/205.64	c 206	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
200.93/205.77	c 206	SOLVING HOME/temp.cnf
200.93/205.77	c 206	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
408.18/415.32	c ERROR INTERRUPTED
408.29/415.44	s UNKNOWN
408.29/415.44	c 416	CPU 189.26 (0.04 0.01 189.22 11.74)
408.29/415.44	c 416	END Fri Jul  4 04:01:23 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-1063307-1215136466/watcher-1063307-1215136466 -o /tmp/evaluation-result-1063307-1215136466/solver-1063307-1215136466 -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-1063307-1215136466.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.95 1.89 1.93 4/81 1117
/proc/meminfo: memFree=1495352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=12268 CPUtime=0
/proc/1117/stat : 1117 (sugar) R 1115 1117 32579 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1992620400 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1117/statm: 3067 316 241 3 0 167 0

[startup+0.0696159 s]
/proc/loadavg: 1.95 1.89 1.93 4/81 1117
/proc/meminfo: memFree=1495352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=0.04
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992620400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102183 s]
/proc/loadavg: 1.95 1.89 1.93 4/81 1117
/proc/meminfo: memFree=1495352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=0.04
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992620400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301624 s]
/proc/loadavg: 1.95 1.89 1.93 4/81 1117
/proc/meminfo: memFree=1495352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=0.04
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992620400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701656 s]
/proc/loadavg: 1.95 1.89 1.93 4/81 1117
/proc/meminfo: memFree=1495352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=0.04
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992620400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 1.95 1.89 1.93 3/92 1129
/proc/meminfo: memFree=1463456/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=0.04
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992620400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 796 370 3 0 500 0
[pid=1120] ppid=1117 vsize=5356 CPUtime=0
/proc/1120/stat : 1120 (sh) S 1117 1117 32579 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992620406 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1120/statm: 1339 233 193 169 0 50 0
[pid=1121] ppid=1120 vsize=864672 CPUtime=1.42
/proc/1121/stat : 1121 (java) S 1120 1117 32579 0 -1 0 11199 0 1 0 135 7 0 0 18 0 9 0 1992620406 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1121/statm: 216168 10176 2529 9 0 210750 0
[pid=1121/tid=1122] ppid=1120 vsize=864672 CPUtime=1.04
/proc/1121/task/1122/stat : 1122 (java) R 1120 1117 32579 0 -1 64 2889 0 1 0 101 3 0 0 25 0 9 0 1992620407 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4126759469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1123] ppid=1120 vsize=864672 CPUtime=0.18
/proc/1121/task/1123/stat : 1123 (java) S 1120 1117 32579 0 -1 64 7080 0 0 0 16 2 0 0 16 0 9 0 1992620408 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1124] ppid=1120 vsize=864672 CPUtime=0
/proc/1121/task/1124/stat : 1124 (java) S 1120 1117 32579 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992620409 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1125] ppid=1120 vsize=864672 CPUtime=0
/proc/1121/task/1125/stat : 1125 (java) S 1120 1117 32579 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1992620409 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1126] ppid=1120 vsize=864672 CPUtime=0
/proc/1121/task/1126/stat : 1126 (java) S 1120 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992620411 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1127] ppid=1120 vsize=864672 CPUtime=0.16
/proc/1121/task/1127/stat : 1127 (java) S 1120 1117 32579 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 1992620411 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1128] ppid=1120 vsize=864672 CPUtime=0
/proc/1121/task/1128/stat : 1128 (java) S 1120 1117 32579 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992620411 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1121/tid=1129] ppid=1120 vsize=864672 CPUtime=0
/proc/1121/task/1129/stat : 1129 (java) S 1120 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992620411 885424128 10176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.10181 s]
/proc/loadavg: 1.95 1.89 1.93 3/92 1129
/proc/meminfo: memFree=1456352/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=2.71
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 973 14142 0 1 3 1 256 11 16 0 1 0 1992620400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13600

[startup+6.30202 s]
/proc/loadavg: 1.96 1.89 1.93 3/92 1139
/proc/meminfo: memFree=1460384/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=2.71
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 973 14142 0 1 3 1 256 11 15 0 1 0 1992620400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 797 370 3 0 500 0
[pid=1130] ppid=1117 vsize=5356 CPUtime=0
/proc/1130/stat : 1130 (sh) S 1117 1117 32579 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992620678 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1130/statm: 1339 233 193 169 0 50 0
[pid=1131] ppid=1130 vsize=864084 CPUtime=3.48
/proc/1131/stat : 1131 (java) S 1130 1117 32579 0 -1 0 12079 0 1 0 338 10 0 0 18 0 9 0 1992620678 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1131/statm: 216021 10611 2532 9 0 210603 0
[pid=1131/tid=1132] ppid=1130 vsize=864084 CPUtime=2.13
/proc/1131/task/1132/stat : 1132 (java) R 1130 1117 32579 0 -1 64 2935 0 1 0 210 3 0 0 25 0 9 0 1992620679 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 102064184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1133] ppid=1130 vsize=864084 CPUtime=1.26
/proc/1131/task/1133/stat : 1133 (java) S 1130 1117 32579 0 -1 64 8111 0 0 0 120 6 0 0 16 0 9 0 1992620680 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1134] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1134/stat : 1134 (java) S 1130 1117 32579 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992620681 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1135] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1135/stat : 1135 (java) S 1130 1117 32579 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992620681 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1136] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1136/stat : 1136 (java) S 1130 1117 32579 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992620683 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1137] ppid=1130 vsize=864084 CPUtime=0.07
/proc/1131/task/1137/stat : 1137 (java) S 1130 1117 32579 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1992620683 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1138] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1138/stat : 1138 (java) S 1130 1117 32579 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992620683 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1139] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1139/stat : 1139 (java) S 1130 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992620683 884822016 10611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883040

[startup+12.7024 s]
/proc/loadavg: 1.96 1.89 1.93 3/92 1139
/proc/meminfo: memFree=1427808/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=2.71
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 973 14142 0 1 3 1 256 11 15 0 1 0 1992620400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 797 370 3 0 500 0
[pid=1130] ppid=1117 vsize=5356 CPUtime=0
/proc/1130/stat : 1130 (sh) S 1117 1117 32579 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992620678 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1130/statm: 1339 233 193 169 0 50 0
[pid=1131] ppid=1130 vsize=864084 CPUtime=9.8
/proc/1131/stat : 1131 (java) S 1130 1117 32579 0 -1 0 40231 0 1 0 953 27 0 0 18 0 9 0 1992620678 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1131/statm: 216021 18033 2532 9 0 210603 0
[pid=1131/tid=1132] ppid=1130 vsize=864084 CPUtime=5.63
/proc/1131/task/1132/stat : 1132 (java) R 1130 1117 32579 0 -1 64 3320 0 1 0 558 5 0 0 25 0 9 0 1992620679 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4126472057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1133] ppid=1130 vsize=864084 CPUtime=4.08
/proc/1131/task/1133/stat : 1133 (java) S 1130 1117 32579 0 -1 64 35878 0 0 0 387 21 0 0 16 0 9 0 1992620680 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1134] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1134/stat : 1134 (java) S 1130 1117 32579 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992620681 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1135] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1135/stat : 1135 (java) S 1130 1117 32579 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992620681 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1136] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1136/stat : 1136 (java) S 1130 1117 32579 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992620683 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1137] ppid=1130 vsize=864084 CPUtime=0.07
/proc/1131/task/1137/stat : 1137 (java) S 1130 1117 32579 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1992620683 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1138] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1138/stat : 1138 (java) S 1130 1117 32579 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992620683 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1139] ppid=1130 vsize=864084 CPUtime=0
/proc/1131/task/1139/stat : 1139 (java) S 1130 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992620683 884822016 18033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883040

[startup+25.5023 s]
/proc/loadavg: 1.97 1.89 1.93 4/92 1139
/proc/meminfo: memFree=1380512/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=2.71
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 974 14142 0 1 3 1 256 11 16 0 1 0 1992620400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 797 370 3 0 500 0
[pid=1130] ppid=1117 vsize=5356 CPUtime=0
/proc/1130/stat : 1130 (sh) S 1117 1117 32579 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992620678 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1130/statm: 1339 233 193 169 0 50 0
[pid=1131] ppid=1130 vsize=873852 CPUtime=22.46
/proc/1131/stat : 1131 (java) S 1130 1117 32579 0 -1 0 82267 0 1 0 2194 52 0 0 18 0 9 0 1992620678 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1131/statm: 218463 30620 2540 9 0 213038 0
[pid=1131/tid=1132] ppid=1130 vsize=873852 CPUtime=12.67
/proc/1131/task/1132/stat : 1132 (java) R 1130 1117 32579 0 -1 64 3817 0 1 0 1259 8 0 0 25 0 9 0 1992620679 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1133] ppid=1130 vsize=873852 CPUtime=9.56
/proc/1131/task/1133/stat : 1133 (java) R 1130 1117 32579 0 -1 64 76235 0 0 0 914 42 0 0 16 0 9 0 1992620680 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 104181352 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1134] ppid=1130 vsize=873852 CPUtime=0
/proc/1131/task/1134/stat : 1134 (java) S 1130 1117 32579 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992620681 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1135] ppid=1130 vsize=873852 CPUtime=0
/proc/1131/task/1135/stat : 1135 (java) S 1130 1117 32579 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992620681 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1136] ppid=1130 vsize=873852 CPUtime=0
/proc/1131/task/1136/stat : 1136 (java) S 1130 1117 32579 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992620683 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1137] ppid=1130 vsize=873852 CPUtime=0.21
/proc/1131/task/1137/stat : 1137 (java) S 1130 1117 32579 0 -1 64 1518 0 0 0 20 1 0 0 16 0 9 0 1992620683 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1138] ppid=1130 vsize=873852 CPUtime=0
/proc/1131/task/1138/stat : 1138 (java) S 1130 1117 32579 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992620683 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1139] ppid=1130 vsize=873852 CPUtime=0
/proc/1131/task/1139/stat : 1139 (java) S 1130 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992620683 894824448 30620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 892808

[startup+51.1029 s]
/proc/loadavg: 2.04 1.92 1.94 4/92 1139
/proc/meminfo: memFree=1142624/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=2.71
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 974 14142 0 1 3 1 256 11 15 0 1 0 1992620400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 797 370 3 0 500 0
[pid=1130] ppid=1117 vsize=5356 CPUtime=0
/proc/1130/stat : 1130 (sh) S 1117 1117 32579 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992620678 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1130/statm: 1339 233 193 169 0 50 0
[pid=1131] ppid=1130 vsize=868584 CPUtime=47.79
/proc/1131/stat : 1131 (java) S 1130 1117 32579 0 -1 0 137089 0 1 0 4680 99 0 0 18 0 9 0 1992620678 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/1131/stat : 1131 (java) S 1130 1117 32579 0 -1 0 138135 0 1 0 14790 851 0 0 18 0 9 0 1992620678 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1131/statm: 217146 80897 2565 9 0 211693 0
[pid=1131/tid=1132] ppid=1130 vsize=868584 CPUtime=138.8
/proc/1131/task/1132/stat : 1132 (java) R 1130 1117 32579 0 -1 64 8396 0 1 0 13102 778 0 0 25 0 9 0 1992620679 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1133] ppid=1130 vsize=868584 CPUtime=17.31
/proc/1131/task/1133/stat : 1133 (java) S 1130 1117 32579 0 -1 64 127480 0 0 0 1660 71 0 0 15 0 9 0 1992620680 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1134] ppid=1130 vsize=868584 CPUtime=0
/proc/1131/task/1134/stat : 1134 (java) S 1130 1117 32579 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992620681 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1135] ppid=1130 vsize=868584 CPUtime=0
/proc/1131/task/1135/stat : 1135 (java) S 1130 1117 32579 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992620681 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1136] ppid=1130 vsize=868584 CPUtime=0
/proc/1131/task/1136/stat : 1136 (java) S 1130 1117 32579 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992620683 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1137] ppid=1130 vsize=868584 CPUtime=0.28
/proc/1131/task/1137/stat : 1137 (java) S 1130 1117 32579 0 -1 64 1562 0 0 0 27 1 0 0 16 0 9 0 1992620683 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1138] ppid=1130 vsize=868584 CPUtime=0
/proc/1131/task/1138/stat : 1138 (java) S 1130 1117 32579 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992620683 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1131/tid=1139] ppid=1130 vsize=868584 CPUtime=0
/proc/1131/task/1139/stat : 1139 (java) S 1130 1117 32579 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992620683 889430016 80897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.12
Current children cumulated vsize (KiB) 887540

[startup+222.302 s]
/proc/loadavg: 2.29 2.07 1.98 3/84 1141
/proc/meminfo: memFree=174880/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1023 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=5356 CPUtime=0
/proc/1140/stat : 1140 (sh) S 1117 1117 32579 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 1992640978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1140/statm: 1339 232 193 169 0 50 0
[pid=1141] ppid=1140 vsize=130692 CPUtime=15.88
/proc/1141/stat : 1141 (picosat) R 1140 1117 32579 0 -1 4194304 30034 0 4 0 725 863 0 0 25 0 1 0 1992640987 133828608 30024 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1141/statm: 32673 30024 40 102 0 32568 0
Current children cumulated CPU time (s) 216.89
Current children cumulated vsize (KiB) 149648

[startup+282.302 s]
/proc/loadavg: 2.22 2.08 1.99 3/84 1141
/proc/meminfo: memFree=15328/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1023 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=5356 CPUtime=0
/proc/1140/stat : 1140 (sh) S 1117 1117 32579 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 1992640978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1140/statm: 1339 232 193 169 0 50 0
[pid=1141] ppid=1140 vsize=355380 CPUtime=75.28
/proc/1141/stat : 1141 (picosat) R 1140 1117 32579 0 -1 4194304 86194 0 4 0 3446 4082 0 0 25 0 1 0 1992640987 363909120 86184 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1141/statm: 88845 86184 40 102 0 88740 0
Current children cumulated CPU time (s) 276.29
Current children cumulated vsize (KiB) 374336

[startup+342.302 s]
/proc/loadavg: 2.16 2.09 2.00 3/84 1141
/proc/meminfo: memFree=15712/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1023 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=5356 CPUtime=0
/proc/1140/stat : 1140 (sh) S 1117 1117 32579 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 1992640978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1140/statm: 1339 232 193 169 0 50 0
[pid=1141] ppid=1140 vsize=589316 CPUtime=134.78
/proc/1141/stat : 1141 (picosat) R 1140 1117 32579 0 -1 4194304 142692 0 4 0 6161 7317 0 0 25 0 1 0 1992640987 603459584 142682 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1141/statm: 147329 142682 40 102 0 147224 0
Current children cumulated CPU time (s) 335.79
Current children cumulated vsize (KiB) 608272

[startup+402.301 s]
/proc/loadavg: 2.19 2.12 2.01 3/84 1147
/proc/meminfo: memFree=15696/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1023 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=5356 CPUtime=0
/proc/1140/stat : 1140 (sh) S 1117 1117 32579 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 1992640978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1140/statm: 1339 232 193 169 0 50 0
[pid=1141] ppid=1140 vsize=856548 CPUtime=194.26
/proc/1141/stat : 1141 (picosat) R 1140 1117 32579 0 -1 4194304 199360 0 4 0 8891 10535 0 0 25 0 1 0 1992640987 877105152 199350 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1141/statm: 214137 199350 40 102 0 214032 0
Current children cumulated CPU time (s) 395.27
Current children cumulated vsize (KiB) 875504



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+415.301 s]
/proc/loadavg: 2.15 2.11 2.01 3/84 1147
/proc/meminfo: memFree=15392/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1023 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=5356 CPUtime=0
/proc/1140/stat : 1140 (sh) S 1117 1117 32579 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 1992640978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1140/statm: 1339 232 193 169 0 50 0
[pid=1141] ppid=1140 vsize=902748 CPUtime=207.17
/proc/1141/stat : 1141 (picosat) R 1140 1117 32579 0 -1 4194304 212324 0 4 0 9484 11233 0 0 25 0 1 0 1992640987 924413952 212314 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/1141/statm: 225687 212314 40 102 0 225582 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 921704

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

[startup+415.421 s]
/proc/loadavg: 2.15 2.11 2.01 3/84 1147
/proc/meminfo: memFree=15392/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.01
/proc/1117/stat : 1117 (sugar) S 1115 1117 32579 0 -1 4194304 1041 153010 0 2 4 1 18922 1174 16 0 1 0 1992620400 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1117/statm: 3400 799 370 3 0 500 0
[pid=1140] ppid=1117 vsize=0 CPUtime=0
/proc/1140/stat : 1140 (sh) Z 1117 1117 32579 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 1992640978 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/1140/statm: 0 0 0 0 0 0 0
[pid=1141] ppid=1 vsize=0 CPUtime=207.28
/proc/1141/stat : 1141 (picosat) R 1 1117 32579 0 -1 4195332 212324 0 4 0 9484 11244 0 0 25 0 1 0 1992640987 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/1141/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (201.04 s) is less than in the last sample (408.29 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (207.25 s) to the 'lost time'.

[startup+415.502 s]
/proc/loadavg: 2.15 2.11 2.01 3/84 1147
/proc/meminfo: memFree=15392/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.04
/proc/1117/stat : 1117 (sugar) R 1115 1117 32579 0 -1 4194304 1069 153284 0 5 4 4 18922 1174 16 0 1 0 1992620400 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1117/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 201.04
Current children cumulated vsize (KiB) 13600

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

[startup+415.806 s]
/proc/loadavg: 2.15 2.11 2.01 3/83 1148
/proc/meminfo: memFree=1508392/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.34
/proc/1117/stat : 1117 (sugar) R 1115 1117 32579 0 -1 4194304 1069 153284 0 5 4 34 18922 1174 16 0 1 0 1992620400 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1117/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 201.34
Current children cumulated vsize (KiB) 13600

[startup+416.602 s]
/proc/loadavg: 2.15 2.11 2.01 3/83 1148
/proc/meminfo: memFree=1508392/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.46
/proc/1117/stat : 1117 (sugar) D 1115 1117 32579 0 -1 4194304 1069 153284 0 5 4 46 18922 1174 15 0 1 0 1992620400 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1117/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 201.46
Current children cumulated vsize (KiB) 13600

[startup+417.002 s]
/proc/loadavg: 2.15 2.11 2.01 2/83 1148
/proc/meminfo: memFree=1849192/2055920 swapFree=4117464/4192956
[pid=1117] ppid=1115 vsize=13600 CPUtime=201.47
/proc/1117/stat : 1117 (sugar) D 1115 1117 32579 0 -1 4194304 1069 153284 0 5 4 47 18922 1174 15 0 1 0 1992620400 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1117/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 201.47
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 207.25
#  lost CPU user time (s): 94.84
#  lost CPU system time (s): 112.41

Real time (s): 417.062
CPU time (s): 408.775
CPU user time (s): 284.105
CPU system time (s): 124.67
CPU usage (%): 98.013
Max. virtual memory (cumulated for all children) (KiB): 921704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.265
system time used= 12.2601
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154384
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27389
involuntary context switches= 32531

runsolver used 0.460929 second user time and 1.3328 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 03:54:27
IDJOB=1063307
IDBENCH=54743
IDSOLVER=345
FILE ID=node30/1063307-1215136466
PBS_JOBID= 7877361
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air03.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-1063307-1215136466/watcher-1063307-1215136466 -o /tmp/evaluation-result-1063307-1215136466/solver-1063307-1215136466 -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-1063307-1215136466.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=1631944751

node30.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.218
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.218
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:       1495832 kB
Buffers:         81604 kB
Cached:         288008 kB
SwapCached:      69464 kB
Active:         299676 kB
Inactive:       181964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495832 kB
SwapTotal:     4192956 kB
SwapFree:      4117464 kB
Dirty:            8880 kB
Writeback:           0 kB
Mapped:         128196 kB
Slab:            63488 kB
Committed_AS:  3595428 kB
PageTables:       1972 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= 66544 MiB
End job on node30 at 2008-07-04 04:01:24