Trace number 2087317

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.01 1803.54

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-10-4-8.xml
MD5SUMe650ecce621fc62488f06c9106738b67
Bench CategoryN-ARY-INT (n-ary 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 variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
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 10:05:47 2009
0.00/0.08	c 0	PID 24384
0.07/0.08	c 0	HOST node55.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2087317-1247385947.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-2087317-1247385947.xml' 'HOME/temp.csp'
2.54/2.66	c 3	1 domains, 7520 variables, 4 predicates, 0 relations, 40576 constraints
2.62/2.70	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.62/2.70	c 3	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'
2.62/2.78	c 3	Parsing HOME/temp.csp
2.63/2.93	c 3	parsed 10000 expressions
2.63/3.07	c 3	parsed 20000 expressions
3.11/3.23	c 4	parsed 30000 expressions
3.21/3.33	c 4	parsed 40000 expressions
3.40/3.53	c 4	parsed 48101 expressions
3.40/3.53	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.40/3.54	c 4	Converting to clausal form CSP
3.40/3.59	c 4	converted 4811 (10%) expressions
3.70/3.88	c 4	converted 9621 (20%) expressions
3.89/4.05	c 4	converted 14431 (30%) expressions
4.10/4.21	c 5	converted 19241 (40%) expressions
4.40/4.54	c 5	converted 24051 (50%) expressions
4.59/4.70	c 5	converted 28861 (60%) expressions
4.69/4.87	c 5	converted 33671 (70%) expressions
4.88/5.03	c 5	converted 38481 (80%) expressions
4.98/5.19	c 6	converted 43291 (90%) expressions
5.68/5.80	c 6	converted 48101 (100%) expressions
5.68/5.81	c 6	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
5.68/5.81	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.68/5.81	c 6	Propagation in CSP
6.28/6.45	c 7	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.28/6.45	c 7	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
6.28/6.45	c 7	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.28/6.48	c 7	Simplifing CSP by introducing new Boolean variables
6.37/6.51	c 7	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
6.37/6.51	c 7	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.48/6.68	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.57/6.71	c 7	864 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.73	c 7	1728 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.73	c 7	2592 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.73	c 7	3456 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.74	c 7	4320 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.74	c 7	5184 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.75	c 7	6048 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.75	c 7	6912 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.57/6.76	c 7	7776 (90%) CSP integer variables are encoded (1236 clauses, 16132 bytes)
6.57/6.77	c 7	8640 (100%) CSP integer variables are encoded (5440 clauses, 77555 bytes)
6.76/6.91	c 7	4322 (10%) CSP clauses are encoded (9762 clauses, 146103 bytes)
6.86/7.00	c 7	8644 (20%) CSP clauses are encoded (14084 clauses, 218183 bytes)
6.86/7.10	c 7	12965 (30%) CSP clauses are encoded (18405 clauses, 290460 bytes)
6.95/7.19	c 7	17287 (40%) CSP clauses are encoded (22727 clauses, 363026 bytes)
7.05/7.28	c 8	21608 (50%) CSP clauses are encoded (27048 clauses, 435913 bytes)
7.16/7.37	c 8	25930 (60%) CSP clauses are encoded (31370 clauses, 509978 bytes)
7.26/7.45	c 8	30252 (70%) CSP clauses are encoded (35692 clauses, 587774 bytes)
7.35/7.53	c 8	34573 (80%) CSP clauses are encoded (40013 clauses, 665552 bytes)
7.45/7.61	c 8	38895 (90%) CSP clauses are encoded (44335 clauses, 743348 bytes)
22.59/22.99	c 23	43216 (100%) CSP clauses are encoded (381120 clauses, 10232662 bytes)
22.59/22.99	c 23	43216 CSP clauses encoded
22.59/22.99	c 23	Writing map file : HOME/temp.map
22.69/23.03	c 23	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.69/23.03	c 23	SAT : 14080 SAT variables, 381120 SAT clauses, 10232662 bytes
22.69/23.03	c 23	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.69/23.05	c 23	SOLVING HOME/temp.cnf
22.69/23.05	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1803.51	c ERROR INTERRUPTED
1800.01/1803.53	s UNKNOWN
1800.01/1803.53	c 1804	CPU 22.74 (0.05 0.03 22.2 0.46)
1800.01/1803.53	c 1804	END Sun Jul 12 10:35:51 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-2087317-1247385947/watcher-2087317-1247385947 -o /tmp/evaluation-result-2087317-1247385947/solver-2087317-1247385947 -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-2087317-1247385947.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.00 2.01 2.00 4/72 24384
/proc/meminfo: memFree=1863104/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=18576 CPUtime=0
/proc/24384/stat : 24384 (runsolver) R 24382 24384 23693 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25658043 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24384/statm: 4644 284 249 26 0 2626 0

[startup+0.0833159 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 24384
/proc/meminfo: memFree=1863104/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16740 CPUtime=0.07
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 25658043 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101918 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 24384
/proc/meminfo: memFree=1863104/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=0.07
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301926 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 24384
/proc/meminfo: memFree=1863104/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=0.07
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701969 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 24384
/proc/meminfo: memFree=1863104/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=0.07
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50204 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 24396
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=0.07
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
[pid=24387] ppid=24384 vsize=5356 CPUtime=0
/proc/24387/stat : 24387 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 25658051 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24387/statm: 1339 233 193 169 0 50 0
[pid=24388] ppid=24387 vsize=864772 CPUtime=1.39
/proc/24388/stat : 24388 (java) S 24387 24384 23693 0 -1 0 14557 0 1 0 130 9 0 0 18 0 9 0 25658052 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24388/statm: 216193 12592 2556 9 0 210705 0
[pid=24388/tid=24389] ppid=24387 vsize=864772 CPUtime=0.81
/proc/24388/task/24389/stat : 24389 (java) R 24387 24384 23693 0 -1 64 3068 0 1 0 78 3 0 0 24 0 9 0 25658053 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4126413442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24390] ppid=24387 vsize=864772 CPUtime=0.44
/proc/24388/task/24390/stat : 24390 (java) S 24387 24384 23693 0 -1 64 10269 0 0 0 39 5 0 0 16 0 9 0 25658054 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24391] ppid=24387 vsize=864772 CPUtime=0
/proc/24388/task/24391/stat : 24391 (java) S 24387 24384 23693 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25658054 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24392] ppid=24387 vsize=864772 CPUtime=0
/proc/24388/task/24392/stat : 24392 (java) S 24387 24384 23693 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25658054 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24393] ppid=24387 vsize=864772 CPUtime=0
/proc/24388/task/24393/stat : 24393 (java) S 24387 24384 23693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25658056 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24394] ppid=24387 vsize=864772 CPUtime=0.12
/proc/24388/task/24394/stat : 24394 (java) S 24387 24384 23693 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 25658057 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24395] ppid=24387 vsize=864772 CPUtime=0
/proc/24388/task/24395/stat : 24395 (java) S 24387 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25658057 885526528 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24388/tid=24396] ppid=24387 vsize=864772 CPUtime=0
/proc/24388/task/24396/stat : 24396 (java) S 24387 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25658057 885526528 12592 996147200 134512640 134550932 4294955984 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) 886996

[startup+3.10219 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 24396
/proc/meminfo: memFree=1796648/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=2.63
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1309 22509 0 1 5 2 240 16 16 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 16868

[startup+6.30148 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 24406
/proc/meminfo: memFree=1811304/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=2.63
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1310 22509 0 1 5 2 240 16 15 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
[pid=24397] ppid=24384 vsize=5356 CPUtime=0
/proc/24397/stat : 24397 (sh) S 24384 24384 23693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25658313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24397/statm: 1339 233 193 169 0 50 0
[pid=24398] ppid=24397 vsize=868620 CPUtime=3.55
/proc/24398/stat : 24398 (java) S 24397 24384 23693 0 -1 0 16160 0 1 0 345 10 0 0 18 0 9 0 25658314 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24398/statm: 217155 14726 2567 9 0 211660 0
[pid=24398/tid=24399] ppid=24397 vsize=868620 CPUtime=2.5
/proc/24398/task/24399/stat : 24399 (java) R 24397 24384 23693 0 -1 64 2996 0 1 0 248 2 0 0 25 0 9 0 25658315 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4126583812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24400] ppid=24397 vsize=868620 CPUtime=0.8
/proc/24398/task/24400/stat : 24400 (java) S 24397 24384 23693 0 -1 64 10957 0 0 0 75 5 0 0 16 0 9 0 25658316 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24401] ppid=24397 vsize=868620 CPUtime=0
/proc/24398/task/24401/stat : 24401 (java) S 24397 24384 23693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25658316 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24402] ppid=24397 vsize=868620 CPUtime=0
/proc/24398/task/24402/stat : 24402 (java) S 24397 24384 23693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25658316 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24403] ppid=24397 vsize=868620 CPUtime=0
/proc/24398/task/24403/stat : 24403 (java) S 24397 24384 23693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25658318 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24404] ppid=24397 vsize=868620 CPUtime=0.21
/proc/24398/task/24404/stat : 24404 (java) S 24397 24384 23693 0 -1 64 1505 0 0 0 20 1 0 0 15 0 9 0 25658318 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24405] ppid=24397 vsize=868620 CPUtime=0
/proc/24398/task/24405/stat : 24405 (java) S 24397 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25658318 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24406] ppid=24397 vsize=868620 CPUtime=0
/proc/24398/task/24406/stat : 24406 (java) S 24397 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25658318 889466880 14726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890844

[startup+12.7021 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 24406
/proc/meminfo: memFree=1805352/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=2.63
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1310 22509 0 1 5 2 240 16 15 0 1 0 25658043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1111 409 3 0 796 0
[pid=24397] ppid=24384 vsize=5356 CPUtime=0
/proc/24397/stat : 24397 (sh) S 24384 24384 23693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25658313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24397/statm: 1339 233 193 169 0 50 0
[pid=24398] ppid=24397 vsize=868732 CPUtime=9.87
/proc/24398/stat : 24398 (java) S 24397 24384 23693 0 -1 0 16998 0 1 0 969 18 0 0 18 0 9 0 25658314 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24398/statm: 217183 14814 2592 9 0 211660 0
[pid=24398/tid=24399] ppid=24397 vsize=868732 CPUtime=8.44
/proc/24398/task/24399/stat : 24399 (java) R 24397 24384 23693 0 -1 64 3340 0 1 0 838 6 0 0 25 0 9 0 25658315 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4126561142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24400] ppid=24397 vsize=868732 CPUtime=1.13
/proc/24398/task/24400/stat : 24400 (java) S 24397 24384 23693 0 -1 64 11412 0 0 0 104 9 0 0 16 0 9 0 25658316 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24401] ppid=24397 vsize=868732 CPUtime=0
/proc/24398/task/24401/stat : 24401 (java) S 24397 24384 23693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25658316 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24402] ppid=24397 vsize=868732 CPUtime=0
/proc/24398/task/24402/stat : 24402 (java) S 24397 24384 23693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25658316 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24403] ppid=24397 vsize=868732 CPUtime=0
/proc/24398/task/24403/stat : 24403 (java) S 24397 24384 23693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25658318 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24404] ppid=24397 vsize=868732 CPUtime=0.27
/proc/24398/task/24404/stat : 24404 (java) S 24397 24384 23693 0 -1 64 1544 0 0 0 26 1 0 0 17 0 9 0 25658318 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24405] ppid=24397 vsize=868732 CPUtime=0
/proc/24398/task/24405/stat : 24405 (java) S 24397 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25658318 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24398/tid=24406] ppid=24397 vsize=868732 CPUtime=0
/proc/24398/task/24406/stat : 24406 (java) S 24397 24384 23693 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25658318 889581568 14814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890956

[startup+25.5012 s]
/proc/loadavg: 2.12 2.04 2.01 3/75 24408
/proc/meminfo: memFree=1839976/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=9196 CPUtime=2.41
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 2124 0 0 0 112 129 0 0 25 0 1 0 25660348 9416704 2110 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24408/statm: 2299 2110 40 102 0 2194 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31420

[startup+51.1016 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 24408
/proc/meminfo: memFree=1814120/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=35036 CPUtime=27.78
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 8550 0 0 0 2503 275 0 0 25 0 1 0 25660348 35876864 8529 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/24408/statm: 8759 8529 48 102 0 8654 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 57260

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 24408
/proc/meminfo: memFree=1806184/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=42780 CPUtime=78.5
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 10614 0 0 0 7574 276 0 0 25 0 1 0 25660348 43806720 10420 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24408/statm: 10695 10420 48 102 0 10590 0
Current children cumulated CPU time (s) 101.24

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

/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=131220 CPUtime=1336.22
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 34418 0 0 0 133325 297 0 0 25 0 1 0 25660348 134369280 32142 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 32805 32142 48 102 0 32700 0
Current children cumulated CPU time (s) 1358.96
Current children cumulated vsize (KiB) 153444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24536
/proc/meminfo: memFree=1720048/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=138492 CPUtime=1396.21
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 36232 0 0 0 139321 300 0 0 25 0 1 0 25660348 141815808 33956 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 34623 33956 48 102 0 34518 0
Current children cumulated CPU time (s) 1418.95
Current children cumulated vsize (KiB) 160716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24536
/proc/meminfo: memFree=1710576/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=147556 CPUtime=1456.18
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 38736 0 0 0 145316 302 0 0 25 0 1 0 25660348 151097344 36243 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 36889 36243 48 102 0 36784 0
Current children cumulated CPU time (s) 1478.92
Current children cumulated vsize (KiB) 169780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24536
/proc/meminfo: memFree=1710448/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=147556 CPUtime=1516.16
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 38736 0 0 0 151314 302 0 0 25 0 1 0 25660348 151097344 36243 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 36889 36243 48 102 0 36784 0
Current children cumulated CPU time (s) 1538.9
Current children cumulated vsize (KiB) 169780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24536
/proc/meminfo: memFree=1686448/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=171784 CPUtime=1576.13
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 44814 0 0 0 157305 308 0 0 25 0 1 0 25660348 175906816 42321 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 42946 42321 48 102 0 42841 0
Current children cumulated CPU time (s) 1598.87
Current children cumulated vsize (KiB) 194008

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 24536
/proc/meminfo: memFree=1672240/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=185604 CPUtime=1636.11
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 48489 0 0 0 163299 312 0 0 25 0 1 0 25660348 190058496 45771 996147200 134512640 134931368 4294956256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 46401 45771 48 102 0 46296 0
Current children cumulated CPU time (s) 1658.85
Current children cumulated vsize (KiB) 207828

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/75 24536
/proc/meminfo: memFree=1672176/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=185604 CPUtime=1696.09
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 48489 0 0 0 169297 312 0 0 25 0 1 0 25660348 190058496 45771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 46401 45771 48 102 0 46296 0
Current children cumulated CPU time (s) 1718.83
Current children cumulated vsize (KiB) 207828

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/75 24536
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=172604 CPUtime=1756.07
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 48495 0 0 0 175294 313 0 0 25 0 1 0 25660348 176746496 42554 996147200 134512640 134931368 4294956256 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 43151 42554 48 102 0 43046 0
Current children cumulated CPU time (s) 1778.81
Current children cumulated vsize (KiB) 194828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 24536
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=172604 CPUtime=1777.27
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 48495 0 0 0 177414 313 0 0 25 0 1 0 25660348 176746496 42554 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 43151 42554 48 102 0 43046 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 194828

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

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

[startup+1803.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 24536
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=24384] ppid=24382 vsize=16868 CPUtime=22.74
/proc/24384/stat : 24384 (sugar) S 24382 24384 23693 0 -1 4194304 1365 40269 0 2 5 3 2220 46 16 0 1 0 25658043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24384/statm: 4217 1113 409 3 0 796 0
[pid=24407] ppid=24384 vsize=5356 CPUtime=0
/proc/24407/stat : 24407 (sh) S 24384 24384 23693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25660348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24407/statm: 1339 232 193 169 0 50 0
[pid=24408] ppid=24407 vsize=172604 CPUtime=1777.27
/proc/24408/stat : 24408 (picosat) R 24407 24384 23693 0 -1 4194304 48495 0 0 0 177414 313 0 0 25 0 1 0 25660348 176746496 42554 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24408/statm: 43151 42554 48 102 0 43046 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 194828

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24384 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=260615
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=500923
# CPU time returned by wait4() is 22.7615
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.54
CPU time (s): 1800.01
CPU user time (s): 1796.39
CPU system time (s): 3.62
CPU usage (%): 99.8045
Max. virtual memory (cumulated for all children) (KiB): 891848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2606
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42028
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= 10462
involuntary context switches= 10801

runsolver used 1.85572 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 10:05:47
IDJOB=2087317
IDBENCH=58714
IDSOLVER=738
FILE ID=node55/2087317-1247385947
PBS_JOBID= 9507302
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-10-4-8.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-2087317-1247385947/watcher-2087317-1247385947 -o /tmp/evaluation-result-2087317-1247385947/solver-2087317-1247385947 -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-2087317-1247385947.xml

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

MD5SUM BENCH= e650ecce621fc62488f06c9106738b67
RANDOM SEED=1396122481

node55.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.231
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.231
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:       1863584 kB
Buffers:         12400 kB
Cached:          97148 kB
SwapCached:          0 kB
Active:          89980 kB
Inactive:        51012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7224 kB
Writeback:           0 kB
Mapped:          43008 kB
Slab:            36936 kB
Committed_AS:   194468 kB
PageTables:       1704 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= 66384 MiB
End job on node55 at 2009-07-12 10:35:53