Trace number 2080750

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.09 1802.33

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
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 05:58:02 2009
0.00/0.08	c 0	PID 20588
0.06/0.08	c 0	HOST node9.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080750-1247371082.xml TO HOME/temp.csp
0.06/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-2080750-1247371082.xml' 'HOME/temp.csp'
1.34/1.49	c 2	1 domains, 1225 variables, 4 predicates, 0 relations, 20859 constraints
1.43/1.52	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.52	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.44/1.60	c 2	Parsing HOME/temp.csp
1.44/1.74	c 2	parsed 10000 expressions
1.45/1.86	c 2	parsed 20000 expressions
1.45/1.87	c 2	parsed 22089 expressions
1.45/1.88	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.88	c 2	Converting to clausal form CSP
2.21/2.37	c 3	converted 2209 (10%) expressions
2.60/2.80	c 3	converted 4418 (20%) expressions
3.10/3.28	c 4	converted 6627 (30%) expressions
3.59/3.70	c 4	converted 8836 (40%) expressions
3.99/4.11	c 4	converted 11045 (50%) expressions
4.48/4.66	c 5	converted 13254 (60%) expressions
4.87/5.07	c 5	converted 15463 (70%) expressions
5.28/5.48	c 6	converted 17672 (80%) expressions
5.66/5.89	c 6	converted 19881 (90%) expressions
6.47/6.61	c 7	converted 22089 (100%) expressions
6.47/6.62	c 7	CSP : 1225 integers, 19886 booleans, 61821 clauses, largest domain size 35
6.47/6.62	c 7	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.47/6.62	c 7	Propagation in CSP
7.16/7.38	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.16/7.38	c 8	CSP : 1225 integers, 19886 booleans, 61821 clauses, largest domain size 35
7.16/7.38	c 8	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.25/7.40	c 8	Simplifing CSP by introducing new Boolean variables
7.35/7.52	c 8	CSP : 1225 integers, 41650 booleans, 83585 clauses, largest domain size 35
7.35/7.52	c 8	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.65/7.83	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.75/7.92	c 8	123 (10%) CSP integer variables are encoded (4059 clauses, 50682 bytes)
7.75/7.94	c 8	245 (20%) CSP integer variables are encoded (8085 clauses, 103020 bytes)
7.75/7.97	c 8	368 (30%) CSP integer variables are encoded (12144 clauses, 160666 bytes)
7.84/8.00	c 8	490 (40%) CSP integer variables are encoded (16170 clauses, 221056 bytes)
7.84/8.03	c 8	613 (50%) CSP integer variables are encoded (20229 clauses, 281941 bytes)
7.84/8.06	c 8	735 (60%) CSP integer variables are encoded (24255 clauses, 342331 bytes)
7.84/8.08	c 8	858 (70%) CSP integer variables are encoded (28314 clauses, 403216 bytes)
7.94/8.11	c 8	980 (80%) CSP integer variables are encoded (32340 clauses, 463606 bytes)
7.94/8.13	c 8	1103 (90%) CSP integer variables are encoded (36399 clauses, 524491 bytes)
7.94/8.16	c 9	1225 (100%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
9.32/9.59	c 10	8359 (10%) CSP clauses are encoded (259638 clauses, 4938429 bytes)
10.71/10.98	c 11	16717 (20%) CSP clauses are encoded (478405 clauses, 9403211 bytes)
12.11/12.36	c 13	25076 (30%) CSP clauses are encoded (695116 clauses, 13836345 bytes)
13.48/13.75	c 14	33434 (40%) CSP clauses are encoded (913642 clauses, 18323117 bytes)
14.86/15.14	c 15	41793 (50%) CSP clauses are encoded (1132865 clauses, 23002295 bytes)
16.26/16.54	c 17	50151 (60%) CSP clauses are encoded (1352066 clauses, 27726550 bytes)
17.64/17.92	c 18	58510 (70%) CSP clauses are encoded (1569099 clauses, 32402346 bytes)
19.02/19.31	c 20	66868 (80%) CSP clauses are encoded (1784895 clauses, 37049070 bytes)
20.41/20.71	c 21	75227 (90%) CSP clauses are encoded (2003576 clauses, 41759575 bytes)
21.78/22.10	c 22	83585 (100%) CSP clauses are encoded (2219634 clauses, 46412063 bytes)
21.78/22.10	c 22	83585 CSP clauses encoded
21.78/22.10	c 22	Writing map file : HOME/temp.map
21.78/22.13	c 22	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.78/22.13	c 22	SAT : 83300 SAT variables, 2219634 SAT clauses, 46412063 bytes
21.78/22.13	c 22	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.78/22.19	c 23	SOLVING HOME/temp.cnf
21.78/22.19	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1802.32	c ERROR INTERRUPTED
1800.09/1802.32	s UNKNOWN
1800.09/1802.32	c 1803	CPU 21.84 (0.06 0.01 21.24 0.53)
1800.09/1802.32	c 1803	END Sun Jul 12 06:28:05 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-2080750-1247371082/watcher-2080750-1247371082 -o /tmp/evaluation-result-2080750-1247371082/solver-2080750-1247371082 -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-2080750-1247371082.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: 1.99 1.99 1.99 4/80 20588
/proc/meminfo: memFree=1626036/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=4708 CPUtime=0
/proc/20588/stat : 20588 (sugar) R 20586 20588 15844 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24175349 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 215416370569 0 0 4096 0 0 0 0 17 1 0 0
/proc/20588/statm: 1177 43 33 3 0 8 0

[startup+0.082789 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 20588
/proc/meminfo: memFree=1626036/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16740 CPUtime=0.06
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24175349 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103125 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 20588
/proc/meminfo: memFree=1626036/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=0.06
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302685 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 20588
/proc/meminfo: memFree=1626036/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=0.06
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701733 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 20588
/proc/meminfo: memFree=1626036/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=0.06
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 1.99 1.99 1.99 4/91 20600
/proc/meminfo: memFree=1590556/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=0.06
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
[pid=20591] ppid=20588 vsize=5356 CPUtime=0
/proc/20591/stat : 20591 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24175357 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20591/statm: 1339 233 193 169 0 50 0
[pid=20592] ppid=20591 vsize=864776 CPUtime=1.37
/proc/20592/stat : 20592 (java) S 20591 20588 15844 0 -1 0 13239 0 1 0 131 6 0 0 18 0 9 0 24175358 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20592/statm: 216194 11269 2558 9 0 210706 0
[pid=20592/tid=20593] ppid=20591 vsize=864776 CPUtime=0.76
/proc/20592/task/20593/stat : 20593 (java) S 20591 20588 15844 0 -1 64 3048 0 1 0 75 1 0 0 24 0 9 0 24175359 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20594] ppid=20591 vsize=864776 CPUtime=0.44
/proc/20592/task/20594/stat : 20594 (java) S 20591 20588 15844 0 -1 64 8950 0 0 0 41 3 0 0 16 0 9 0 24175360 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20595] ppid=20591 vsize=864776 CPUtime=0
/proc/20592/task/20595/stat : 20595 (java) S 20591 20588 15844 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24175360 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20596] ppid=20591 vsize=864776 CPUtime=0
/proc/20592/task/20596/stat : 20596 (java) S 20591 20588 15844 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24175360 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20597] ppid=20591 vsize=864776 CPUtime=0
/proc/20592/task/20597/stat : 20597 (java) S 20591 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24175362 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20598] ppid=20591 vsize=864776 CPUtime=0.14
/proc/20592/task/20598/stat : 20598 (java) S 20591 20588 15844 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 24175362 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20599] ppid=20591 vsize=864776 CPUtime=0
/proc/20592/task/20599/stat : 20599 (java) S 20591 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24175363 885530624 11269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20592/tid=20600] ppid=20591 vsize=864776 CPUtime=0
/proc/20592/task/20600/stat : 20600 (java) S 20591 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24175363 885530624 11269 996147200 134512640 134550932 4294955984 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) 887000

[startup+3.10299 s]
/proc/loadavg: 1.99 1.99 1.99 4/91 20610
/proc/meminfo: memFree=1605660/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=1.45
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1309 13656 0 1 6 1 131 7 15 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
[pid=20601] ppid=20588 vsize=5356 CPUtime=0
/proc/20601/stat : 20601 (sh) S 20588 20588 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24175501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20601/statm: 1339 233 193 169 0 50 0
[pid=20602] ppid=20601 vsize=868592 CPUtime=1.55
/proc/20602/stat : 20602 (java) S 20601 20588 15844 0 -1 0 9445 0 1 0 151 4 0 0 18 0 9 0 24175502 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20602/statm: 217148 8444 2566 9 0 211653 0
[pid=20602/tid=20603] ppid=20601 vsize=868592 CPUtime=1.05
/proc/20602/task/20603/stat : 20603 (java) R 20601 20588 15844 0 -1 64 2740 0 1 0 104 1 0 0 25 0 9 0 24175502 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4126457638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20604] ppid=20601 vsize=868592 CPUtime=0.3
/proc/20602/task/20604/stat : 20604 (java) S 20601 20588 15844 0 -1 64 4535 0 0 0 29 1 0 0 16 0 9 0 24175504 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20605] ppid=20601 vsize=868592 CPUtime=0
/proc/20602/task/20605/stat : 20605 (java) S 20601 20588 15844 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24175504 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20606] ppid=20601 vsize=868592 CPUtime=0
/proc/20602/task/20606/stat : 20606 (java) S 20601 20588 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24175504 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20607] ppid=20601 vsize=868592 CPUtime=0
/proc/20602/task/20607/stat : 20607 (java) S 20601 20588 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24175506 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20608] ppid=20601 vsize=868592 CPUtime=0.17
/proc/20602/task/20608/stat : 20608 (java) S 20601 20588 15844 0 -1 64 1467 0 0 0 17 0 0 0 15 0 9 0 24175506 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20609] ppid=20601 vsize=868592 CPUtime=0
/proc/20602/task/20609/stat : 20609 (java) S 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24175506 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20610] ppid=20601 vsize=868592 CPUtime=0
/proc/20602/task/20610/stat : 20610 (java) S 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24175506 889438208 8444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890816

[startup+6.30236 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 20610
/proc/meminfo: memFree=1581532/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=1.45
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1309 13656 0 1 6 1 131 7 16 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
[pid=20601] ppid=20588 vsize=5356 CPUtime=0
/proc/20601/stat : 20601 (sh) S 20588 20588 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24175501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20601/statm: 1339 233 193 169 0 50 0
[pid=20602] ppid=20601 vsize=879844 CPUtime=4.72
/proc/20602/stat : 20602 (java) S 20601 20588 15844 0 -1 0 20726 0 1 0 462 10 0 0 18 0 9 0 24175502 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20602/statm: 219961 16653 2567 9 0 214466 0
[pid=20602/tid=20603] ppid=20601 vsize=879844 CPUtime=3.55
/proc/20602/task/20603/stat : 20603 (java) R 20601 20588 15844 0 -1 64 3002 0 1 0 354 1 0 0 25 0 9 0 24175502 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20604] ppid=20601 vsize=879844 CPUtime=0.96
/proc/20602/task/20604/stat : 20604 (java) R 20601 20588 15844 0 -1 64 15551 0 0 0 89 7 0 0 16 0 9 0 24175504 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 102768016 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20605] ppid=20601 vsize=879844 CPUtime=0
/proc/20602/task/20605/stat : 20605 (java) S 20601 20588 15844 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24175504 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20606] ppid=20601 vsize=879844 CPUtime=0
/proc/20602/task/20606/stat : 20606 (java) S 20601 20588 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24175504 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20607] ppid=20601 vsize=879844 CPUtime=0
/proc/20602/task/20607/stat : 20607 (java) S 20601 20588 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24175506 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20608] ppid=20601 vsize=879844 CPUtime=0.17
/proc/20602/task/20608/stat : 20608 (java) S 20601 20588 15844 0 -1 64 1470 0 0 0 17 0 0 0 16 0 9 0 24175506 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20609] ppid=20601 vsize=879844 CPUtime=0
/proc/20602/task/20609/stat : 20609 (java) S 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24175506 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20610] ppid=20601 vsize=879844 CPUtime=0
/proc/20602/task/20610/stat : 20610 (java) S 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24175506 900960256 16653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 902068

[startup+12.7021 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 20610
/proc/meminfo: memFree=1554140/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=1.45
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1310 13656 0 1 6 1 131 7 16 0 1 0 24175349 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1111 409 3 0 796 0
[pid=20601] ppid=20588 vsize=5356 CPUtime=0
/proc/20601/stat : 20601 (sh) S 20588 20588 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24175501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20601/statm: 1339 233 193 169 0 50 0
[pid=20602] ppid=20601 vsize=868704 CPUtime=11.05
/proc/20602/stat : 20602 (java) S 20601 20588 15844 0 -1 0 24309 0 1 0 1080 25 0 0 18 0 9 0 24175502 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20602/statm: 217176 16266 2593 9 0 211653 0
[pid=20602/tid=20603] ppid=20601 vsize=868704 CPUtime=9.26
/proc/20602/task/20603/stat : 20603 (java) R 20601 20588 15844 0 -1 64 3484 0 1 0 912 14 0 0 25 0 9 0 24175502 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4126850603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20604] ppid=20601 vsize=868704 CPUtime=1.52
/proc/20602/task/20604/stat : 20604 (java) S 20601 20588 15844 0 -1 64 18598 0 0 0 142 10 0 0 16 0 9 0 24175504 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20605] ppid=20601 vsize=868704 CPUtime=0
/proc/20602/task/20605/stat : 20605 (java) S 20601 20588 15844 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24175504 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20606] ppid=20601 vsize=868704 CPUtime=0
/proc/20602/task/20606/stat : 20606 (java) S 20601 20588 15844 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24175504 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20607] ppid=20601 vsize=868704 CPUtime=0
/proc/20602/task/20607/stat : 20607 (java) S 20601 20588 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24175506 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20608] ppid=20601 vsize=868704 CPUtime=0.25
/proc/20602/task/20608/stat : 20608 (java) S 20601 20588 15844 0 -1 64 1524 0 0 0 25 0 0 0 16 0 9 0 24175506 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20609] ppid=20601 vsize=868704 CPUtime=0
/proc/20602/task/20609/stat : 20609 (java) S 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24175506 889552896 16266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20602/tid=20610] ppid=20601 vsize=868704 CPUtime=0
/proc/20602/task/20610/stat : 20610 (java) R 20601 20588 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24175506 889552896 16266 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) 890928

[startup+25.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 20612
/proc/meminfo: memFree=1560668/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=17876 CPUtime=3.26
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 4192 0 0 0 150 176 0 0 25 0 1 0 24177569 18305024 4178 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20612/statm: 4469 4178 40 102 0 4364 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 40100

[startup+51.1024 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20612
/proc/meminfo: memFree=1495388/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1551964/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=112556 CPUtime=1338.43
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 27015 0 0 0 132774 1069 0 0 25 0 1 0 24177569 115257344 25076 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 28139 25076 48 102 0 28034 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (KiB) 134780

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1551836/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=112468 CPUtime=1398.41
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 27233 0 0 0 138772 1069 0 0 25 0 1 0 24177569 115167232 25092 996147200 134512640 134931368 4294956256 18446744073709551615 134524122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 28117 25092 48 102 0 28012 0
Current children cumulated CPU time (s) 1420.25
Current children cumulated vsize (KiB) 134692

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1550556/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=113656 CPUtime=1458.37
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 27745 0 0 0 144768 1069 0 0 25 0 1 0 24177569 116383744 25396 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 28414 25396 48 102 0 28309 0
Current children cumulated CPU time (s) 1480.21
Current children cumulated vsize (KiB) 135880

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1550620/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=113656 CPUtime=1518.35
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 27745 0 0 0 150766 1069 0 0 25 0 1 0 24177569 116383744 25396 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 28414 25396 48 102 0 28309 0
Current children cumulated CPU time (s) 1540.19
Current children cumulated vsize (KiB) 135880

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1550428/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=113656 CPUtime=1578.32
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 27988 0 0 0 156763 1069 0 0 25 0 1 0 24177569 116383744 25419 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 28414 25419 48 102 0 28309 0
Current children cumulated CPU time (s) 1600.16
Current children cumulated vsize (KiB) 135880

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1547292/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=116692 CPUtime=1638.3
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 28989 0 0 0 162760 1070 0 0 25 0 1 0 24177569 119492608 26193 996147200 134512640 134931368 4294956256 18446744073709551615 134542948 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 29173 26193 48 102 0 29068 0
Current children cumulated CPU time (s) 1660.14
Current children cumulated vsize (KiB) 138916

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1547292/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=116692 CPUtime=1698.27
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 28989 0 0 0 168757 1070 0 0 25 0 1 0 24177569 119492608 26193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 29173 26193 48 102 0 29068 0
Current children cumulated CPU time (s) 1720.11
Current children cumulated vsize (KiB) 138916

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1547100/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=116692 CPUtime=1758.25
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 29253 0 0 0 174755 1070 0 0 25 0 1 0 24177569 119492608 26217 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 29173 26217 48 102 0 29068 0
Current children cumulated CPU time (s) 1780.09
Current children cumulated vsize (KiB) 138916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1547100/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=116692 CPUtime=1778.25
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 29253 0 0 0 176755 1070 0 0 25 0 1 0 24177569 119492608 26217 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 29173 26217 48 102 0 29068 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 138916

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

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

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 20661
/proc/meminfo: memFree=1547100/2055920 swapFree=4192812/4192956
[pid=20588] ppid=20586 vsize=16868 CPUtime=21.84
/proc/20588/stat : 20588 (sugar) S 20586 20588 15844 0 -1 4194304 1365 38583 0 2 6 1 2124 53 16 0 1 0 24175349 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20588/statm: 4217 1113 409 3 0 796 0
[pid=20611] ppid=20588 vsize=5356 CPUtime=0
/proc/20611/stat : 20611 (sh) S 20588 20588 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24177569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20611/statm: 1339 232 193 169 0 50 0
[pid=20612] ppid=20611 vsize=116692 CPUtime=1778.25
/proc/20612/stat : 20612 (picosat) R 20611 20588 15844 0 -1 4194304 29253 0 0 0 176755 1070 0 0 25 0 1 0 24177569 119492608 26217 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20612/statm: 29173 26217 48 102 0 29068 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 138916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20588 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=316759
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=558915
# CPU time returned by wait4() is 21.8757
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.33
CPU time (s): 1800.09
CPU user time (s): 1788.85
CPU system time (s): 11.24
CPU usage (%): 99.8759
Max. virtual memory (cumulated for all children) (KiB): 902068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3168
system time used= 0.558915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40342
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= 8842
involuntary context switches= 9129

runsolver used 2.36564 second user time and 5.2382 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 05:58:02
IDJOB=2080750
IDBENCH=57143
IDSOLVER=738
FILE ID=node9/2080750-1247371082
PBS_JOBID= 9506987
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-35.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-2080750-1247371082/watcher-2080750-1247371082 -o /tmp/evaluation-result-2080750-1247371082/solver-2080750-1247371082 -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-2080750-1247371082.xml

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

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=1847272905

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626516 kB
Buffers:         41760 kB
Cached:         201680 kB
SwapCached:          0 kB
Active:         221124 kB
Inactive:       133552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626516 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3824 kB
Writeback:           0 kB
Mapped:         129108 kB
Slab:            59812 kB
Committed_AS:   913852 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= 66396 MiB
End job on node9 at 2009-07-12 06:28:07