Trace number 1051407

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) 296.602 304.222

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-13-a4.xml
MD5SUM96dbd6d1ed3c59f1530469160a845dc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark860.676
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2795
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2795
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:44:16 2008
0.00/0.04	c 0	PID 14645
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1051407-1215053056.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051407-1215053056.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 13 variables, 2 predicates, 0 relations, 2795 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.58	c 1	Parsing HOME/temp.csp
0.47/0.78	c 1	parsed 2811 expressions
0.47/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.78	c 1	Converting to clausal form CSP
0.47/0.88	c 1	converted 282 (10%) expressions
0.47/0.96	c 1	converted 563 (20%) expressions
0.94/1.07	c 1	converted 844 (30%) expressions
1.04/1.15	c 2	converted 1125 (40%) expressions
1.14/1.26	c 2	converted 1406 (50%) expressions
1.23/1.33	c 2	converted 1687 (60%) expressions
1.34/1.44	c 2	converted 1968 (70%) expressions
1.43/1.51	c 2	converted 2249 (80%) expressions
1.43/1.58	c 2	converted 2530 (90%) expressions
1.53/1.65	c 2	converted 2811 (100%) expressions
1.53/1.65	c 2	CSP : 8593 integers, 0 booleans, 19955 clauses, largest domain size 141
1.53/1.65	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.65	c 2	Propagation in CSP
2.33/2.49	c 3	206076 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.33/2.50	c 3	CSP : 8593 integers, 0 booleans, 19955 clauses, largest domain size 117
2.33/2.50	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.51	c 3	Simplifing CSP by introducing new Boolean variables
2.43/2.55	c 3	CSP : 8593 integers, 5434 booleans, 25389 clauses, largest domain size 117
2.43/2.55	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.62/2.79	c 3	860 (10%) CSP integer variables are encoded (98146 clauses, 1450262 bytes)
2.82/2.91	c 3	1719 (20%) CSP integer variables are encoded (196931 clauses, 3127638 bytes)
2.93/3.03	c 3	2578 (30%) CSP integer variables are encoded (295716 clauses, 4806983 bytes)
3.02/3.16	c 4	3438 (40%) CSP integer variables are encoded (394616 clauses, 6488283 bytes)
3.13/3.28	c 4	4297 (50%) CSP integer variables are encoded (493401 clauses, 8167628 bytes)
3.32/3.40	c 4	5156 (60%) CSP integer variables are encoded (592186 clauses, 9846973 bytes)
3.42/3.52	c 4	6016 (70%) CSP integer variables are encoded (691086 clauses, 11528273 bytes)
3.52/3.64	c 4	6875 (80%) CSP integer variables are encoded (789871 clauses, 13207618 bytes)
3.62/3.76	c 4	7734 (90%) CSP integer variables are encoded (888656 clauses, 14886963 bytes)
3.72/3.87	c 4	8593 (100%) CSP integer variables are encoded (987441 clauses, 16566308 bytes)
9.17/9.34	c 10	2539 (10%) CSP clauses are encoded (3926044 clauses, 70850505 bytes)
20.00/21.14	c 22	5078 (20%) CSP clauses are encoded (10402923 clauses, 181274573 bytes)
31.02/33.69	c 34	7617 (30%) CSP clauses are encoded (16879708 clauses, 296771277 bytes)
42.10/45.60	c 46	10156 (40%) CSP clauses are encoded (23355761 clauses, 412859371 bytes)
53.25/57.77	c 58	12695 (50%) CSP clauses are encoded (29832820 clauses, 529776887 bytes)
64.36/69.39	c 70	15234 (60%) CSP clauses are encoded (36316036 clauses, 647446547 bytes)
75.47/81.49	c 82	17773 (70%) CSP clauses are encoded (42796519 clauses, 766664676 bytes)
86.52/92.59	c 93	20312 (80%) CSP clauses are encoded (49273380 clauses, 885860854 bytes)
97.67/103.73	c 104	22851 (90%) CSP clauses are encoded (55750435 clauses, 1005061826 bytes)
108.67/115.30	c 116	25389 (100%) CSP clauses are encoded (62224316 clauses, 1124208134 bytes)
108.67/115.30	c 116	25389 CSP clauses encoded
108.67/115.30	c 116	Writing map file : HOME/temp.map
108.77/115.31	c 116	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
108.77/115.31	c 116	SAT : 1001468 SAT variables, 62224316 SAT clauses, 1124208134 bytes
108.77/115.31	c 116	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
108.77/115.32	c 116	SOLVING HOME/temp.cnf
108.77/115.32	c 116	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
295.99/303.52	c ERROR INTERRUPTED
296.10/303.64	s UNKNOWN
296.10/303.64	c 304	CPU 100.92 (0.03 0 100.89 7.89)
296.10/303.64	c 304	END Thu Jul  3 04:49:20 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-1051407-1215053056/watcher-1051407-1215053056 -o /tmp/evaluation-result-1051407-1215053056/solver-1051407-1215053056 -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-1051407-1215053056.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: 2.00 2.00 2.00 4/73 14645
/proc/meminfo: memFree=1770360/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=12272 CPUtime=0
/proc/14645/stat : 14645 (sugar) R 14643 14645 11043 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 617552885 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 270200540628 0 0 4224 0 0 0 0 17 0 0 0
/proc/14645/statm: 3068 324 244 3 0 168 0

[startup+0.083685 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14645
/proc/meminfo: memFree=1770360/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.03
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 617552885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101684 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14645
/proc/meminfo: memFree=1770360/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.03
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 617552885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301709 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14645
/proc/meminfo: memFree=1770360/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.03
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 617552885 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701761 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14645
/proc/meminfo: memFree=1770360/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 973 5350 0 1 3 0 41 3 15 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14667
/proc/meminfo: memFree=1756384/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 973 5350 0 1 3 0 41 3 15 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868368 CPUtime=0.96
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 8126 0 1 0 93 3 0 0 18 0 9 0 617552936 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217092 7306 2541 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868368 CPUtime=0.55
/proc/14659/task/14660/stat : 14660 (java) R 14658 14645 11043 0 -1 64 2701 0 1 0 55 0 0 0 21 0 9 0 617552937 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4126378599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868368 CPUtime=0.18
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 3264 0 0 0 17 1 0 0 16 0 9 0 617552938 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868368 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868368 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 617552938 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868368 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868368 CPUtime=0.19
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1468 0 0 0 19 0 0 0 16 0 9 0 617552940 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868368 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868368 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) R 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889208832 7306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887324

[startup+3.10204 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14667
/proc/meminfo: memFree=1743584/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 974 5350 0 1 3 0 41 3 15 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868480 CPUtime=2.55
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 10514 0 1 0 245 10 0 0 18 0 9 0 617552936 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217120 9294 2565 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868480 CPUtime=1.76
/proc/14659/task/14660/stat : 14660 (java) R 14658 14645 11043 0 -1 64 3074 0 1 0 171 5 0 0 25 0 9 0 617552937 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4126575954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868480 CPUtime=0.52
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 5248 0 0 0 49 3 0 0 16 0 9 0 617552938 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868480 CPUtime=0.24
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1499 0 0 0 24 0 0 0 16 0 9 0 617552940 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) S 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889323520 9294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887436

[startup+6.3024 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 14667
/proc/meminfo: memFree=1708704/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 974 5350 0 1 3 0 41 3 15 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868480 CPUtime=5.74
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 11210 0 1 0 537 37 0 0 18 0 9 0 617552936 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217120 9308 2565 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868480 CPUtime=4.72
/proc/14659/task/14660/stat : 14660 (java) R 14658 14645 11043 0 -1 64 3757 0 1 0 444 28 0 0 25 0 9 0 617552937 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4127029172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868480 CPUtime=0.73
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 5248 0 0 0 66 7 0 0 16 0 9 0 617552938 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868480 CPUtime=0.26
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 617552940 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) S 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889323520 9308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887436

[startup+12.7021 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 14667
/proc/meminfo: memFree=1640992/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 974 5350 0 1 3 0 41 3 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868480 CPUtime=11.69
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 12457 0 1 0 1093 76 0 0 18 0 9 0 617552936 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217120 9309 2565 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868480 CPUtime=10.33
/proc/14659/task/14660/stat : 14660 (java) D 14658 14645 11043 0 -1 64 5003 0 1 0 973 60 0 0 25 0 9 0 617552937 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868480 CPUtime=1.07
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 5248 0 0 0 93 14 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868480 CPUtime=0.26
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1513 0 0 0 26 0 0 0 17 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) S 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 887436

[startup+25.5016 s]
/proc/loadavg: 2.34 2.08 2.02 3/84 14667
/proc/meminfo: memFree=1513184/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 974 5350 0 1 3 0 41 3 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868480 CPUtime=23.9
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 14993 0 1 0 2224 166 0 0 18 0 9 0 617552936 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217120 9309 2565 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868480 CPUtime=21.83
/proc/14659/task/14660/stat : 14660 (java) R 14658 14645 11043 0 -1 64 7539 0 1 0 2045 138 0 0 25 0 9 0 617552937 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4127022744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868480 CPUtime=1.77
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 5248 0 0 0 151 26 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868480 CPUtime=0.26
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1513 0 0 0 26 0 0 0 17 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) S 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.38
Current children cumulated vsize (KiB) 887436

[startup+102.306 s]
/proc/loadavg: 3.95 2.62 2.22 4/84 14670
/proc/meminfo: memFree=732768/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=0.47
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 974 5350 0 1 3 0 41 3 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14658] ppid=14645 vsize=5356 CPUtime=0
/proc/14658/stat : 14658 (sh) S 14645 14645 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617552936 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14658/statm: 1339 233 193 169 0 50 0
[pid=14659] ppid=14658 vsize=868480 CPUtime=95.81
/proc/14659/stat : 14659 (java) S 14658 14645 11043 0 -1 0 29979 0 1 0 8891 690 0 0 18 0 9 0 617552936 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14659/statm: 217120 9309 2565 9 0 211667 0
[pid=14659/tid=14660] ppid=14658 vsize=868480 CPUtime=89.49
/proc/14659/task/14660/stat : 14660 (java) R 14658 14645 11043 0 -1 64 22525 0 1 0 8369 580 0 0 25 0 9 0 617552937 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4126371443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14659/tid=14661] ppid=14658 vsize=868480 CPUtime=6.04
/proc/14659/task/14661/stat : 14661 (java) S 14658 14645 11043 0 -1 64 5248 0 0 0 495 109 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14659/tid=14662] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14662/stat : 14662 (java) S 14658 14645 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14663] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14663/stat : 14663 (java) S 14658 14645 11043 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 617552938 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14664] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14664/stat : 14664 (java) S 14658 14645 11043 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14665] ppid=14658 vsize=868480 CPUtime=0.26
/proc/14659/task/14665/stat : 14665 (java) S 14658 14645 11043 0 -1 64 1513 0 0 0 26 0 0 0 17 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14666] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14666/stat : 14666 (java) S 14658 14645 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14659/tid=14667] ppid=14658 vsize=868480 CPUtime=0
/proc/14659/task/14667/stat : 14667 (java) S 14658 14645 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617552940 889323520 9309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.28
Current children cumulated vsize (KiB) 887436

[startup+162.301 s]
/proc/loadavg: 4.03 2.90 2.33 3/76 14673
/proc/meminfo: memFree=373344/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.8
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 1022 38253 0 2 3 0 10089 788 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14671] ppid=14645 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14645 14645 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617564417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=273080 CPUtime=46.77
/proc/14672/stat : 14672 (picosat) R 14671 14645 11043 0 -1 4194304 63707 0 0 0 2124 2553 0 0 25 0 1 0 617564418 279633920 63693 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/14672/statm: 68270 63693 40 102 0 68165 0
Current children cumulated CPU time (s) 155.57
Current children cumulated vsize (KiB) 292036

[startup+222.301 s]
/proc/loadavg: 3.23 2.91 2.37 3/76 14673
/proc/meminfo: memFree=133472/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.8
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 1022 38253 0 2 3 0 10089 788 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14671] ppid=14645 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14645 14645 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617564417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=531700 CPUtime=106.45
/proc/14672/stat : 14672 (picosat) R 14671 14645 11043 0 -1 4194304 127096 0 0 0 4767 5878 0 0 25 0 1 0 617564418 544460800 127082 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14672/statm: 132925 127082 40 102 0 132820 0
Current children cumulated CPU time (s) 215.25
Current children cumulated vsize (KiB) 550656

[startup+282.301 s]
/proc/loadavg: 2.50 2.75 2.35 3/76 14673
/proc/meminfo: memFree=16224/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.8
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 1022 38253 0 2 3 0 10089 788 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14671] ppid=14645 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14645 14645 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617564417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=823364 CPUtime=166.12
/proc/14672/stat : 14672 (picosat) R 14671 14645 11043 0 -1 4194304 190587 0 0 0 7416 9196 0 0 25 0 1 0 617564418 843124736 190573 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14672/statm: 205841 190573 40 102 0 205736 0
Current children cumulated CPU time (s) 274.92
Current children cumulated vsize (KiB) 842320



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+303.502 s]
/proc/loadavg: 2.36 2.70 2.34 3/76 14673
/proc/meminfo: memFree=15520/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.8
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 1022 38253 0 2 3 0 10089 788 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14671] ppid=14645 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14645 14645 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617564417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=902828 CPUtime=187.19
/proc/14672/stat : 14672 (picosat) R 14671 14645 11043 0 -1 4194304 212889 0 0 0 8367 10352 0 0 25 0 1 0 617564418 924495872 212875 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14672/statm: 225707 212875 40 102 0 225602 0
Current children cumulated CPU time (s) 295.99
Current children cumulated vsize (KiB) 921784

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

[startup+303.624 s]
/proc/loadavg: 2.36 2.70 2.34 3/76 14673
/proc/meminfo: memFree=15520/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.8
/proc/14645/stat : 14645 (sugar) S 14643 14645 11043 0 -1 4194304 1039 38253 0 2 3 0 10089 788 16 0 1 0 617552885 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14645/statm: 3400 797 370 3 0 500 0
[pid=14671] ppid=14645 vsize=0 CPUtime=0
/proc/14671/stat : 14671 (sh) Z 14645 14645 11043 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 617564417 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14671/statm: 0 0 0 0 0 0 0
[pid=14672] ppid=1 vsize=0 CPUtime=187.3
/proc/14672/stat : 14672 (picosat) R 1 14645 11043 0 -1 4195332 212889 0 0 0 8367 10363 0 0 25 0 1 0 617564418 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14672/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 296.1
Current children cumulated vsize (KiB) 13600

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

[startup+303.702 s]
/proc/loadavg: 2.36 2.70 2.34 3/76 14673
/proc/meminfo: memFree=15520/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.86
/proc/14645/stat : 14645 (sugar) R 14643 14645 11043 0 -1 4194304 1067 38530 0 2 3 5 10089 789 16 0 1 0 617552885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14645/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 108.86
Current children cumulated vsize (KiB) 13600

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

[startup+303.803 s]
/proc/loadavg: 2.36 2.70 2.34 3/76 14673
/proc/meminfo: memFree=15520/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=108.96
/proc/14645/stat : 14645 (sugar) R 14643 14645 11043 0 -1 4194304 1067 38530 0 2 3 15 10089 789 16 0 1 0 617552885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14645/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 108.96
Current children cumulated vsize (KiB) 13600

[startup+304.202 s]
/proc/loadavg: 2.36 2.70 2.34 3/76 14673
/proc/meminfo: memFree=15520/2055920 swapFree=4179944/4192956
[pid=14645] ppid=14643 vsize=13600 CPUtime=109.34
/proc/14645/stat : 14645 (sugar) D 14643 14645 11043 0 -1 4194304 1067 38530 0 2 3 53 10089 789 16 0 1 0 617552885 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14645/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 109.34
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): 187.24
#  lost CPU user time (s): 83.67
#  lost CPU system time (s): 103.57

Real time (s): 304.222
CPU time (s): 296.602
CPU user time (s): 184.602
CPU system time (s): 112.001
CPU usage (%): 97.4954
Max. virtual memory (cumulated for all children) (KiB): 921784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.932
system time used= 8.43072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39628
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= 160661
involuntary context switches= 161113

runsolver used 0.330949 second user time and 0.903862 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-03 04:44:16
IDJOB=1051407
IDBENCH=55438
IDSOLVER=345
FILE ID=node88/1051407-1215053056
PBS_JOBID= 7875001
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-13-a4.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-1051407-1215053056/watcher-1051407-1215053056 -o /tmp/evaluation-result-1051407-1215053056/solver-1051407-1215053056 -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-1051407-1215053056.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96dbd6d1ed3c59f1530469160a845dc5
RANDOM SEED=1738624490

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1770776 kB
Buffers:         40752 kB
Cached:         166444 kB
SwapCached:       7140 kB
Active:         118632 kB
Inactive:        99540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770776 kB
SwapTotal:     4192956 kB
SwapFree:      4179944 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          18036 kB
Slab:            52300 kB
Committed_AS:   894464 kB
PageTables:       1784 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 node88 at 2008-07-03 04:49:22