Trace number 1038855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.05 1816.02

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-0_ext.xml
MD5SUM308da8d6f22ce7d5aad3f96e3b4e6901
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.178972
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
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 Wed Jul  2 04:30:23 2008
0.00/0.04	c 0	PID 5107
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038855-1214965823.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1038855-1214965823.xml' 'HOME/temp.csp'
0.36/0.50	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.46/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.46/0.52	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.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.83	c 1	parsed 4437 expressions
0.46/0.84	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.84	c 1	Converting to clausal form CSP
0.46/0.90	c 1	converted 444 (10%) expressions
0.92/1.06	c 1	converted 888 (20%) expressions
1.11/1.23	c 1	converted 1332 (30%) expressions
1.31/1.48	c 2	converted 1775 (40%) expressions
1.41/1.60	c 2	converted 2219 (50%) expressions
1.80/1.90	c 2	converted 2663 (60%) expressions
1.90/2.03	c 2	converted 3106 (70%) expressions
2.01/2.13	c 2	converted 3550 (80%) expressions
2.40/2.52	c 3	converted 3994 (90%) expressions
2.50/2.61	c 3	converted 4437 (100%) expressions
2.50/2.61	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.50/2.61	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.61	c 3	Propagation in CSP
2.50/2.61	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.61	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.50/2.61	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.62	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.62	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.50/2.62	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.87	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.89	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.70/2.89	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.70/2.90	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.79/2.90	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.79/2.90	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.79/2.90	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.79/2.90	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.79/2.90	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.79/2.90	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.79/2.90	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.88/3.08	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209915 bytes)
3.09/3.28	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391780 bytes)
3.28/3.47	c 4	1266 (30%) CSP clauses are encoded (31006 clauses, 573143 bytes)
3.48/3.67	c 4	1687 (40%) CSP clauses are encoded (39269 clauses, 752694 bytes)
3.68/3.86	c 4	2109 (50%) CSP clauses are encoded (48609 clauses, 962024 bytes)
3.87/4.06	c 4	2531 (60%) CSP clauses are encoded (57469 clauses, 1160101 bytes)
4.07/4.25	c 4	2952 (70%) CSP clauses are encoded (66277 clauses, 1357219 bytes)
4.28/4.45	c 5	3374 (80%) CSP clauses are encoded (75315 clauses, 1558130 bytes)
4.47/4.63	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760149 bytes)
4.67/4.82	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1973856 bytes)
4.67/4.82	c 5	4217 CSP clauses encoded
4.67/4.82	c 5	Writing map file : HOME/temp.map
4.67/4.83	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.83	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1973856 bytes
4.67/4.83	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.86	c 5	SOLVING HOME/temp.cnf
4.67/4.86	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1816.01	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1816.01	c 1816	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1816.02	c ERROR INTERRUPTED
1800.00/1816.02	s UNKNOWN
1800.00/1816.02	c 1816	CPU 1799.21 (0.03 0.01 1799.18 0.81)
1800.00/1816.02	c 1816	END Wed Jul  2 05:00:39 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-1038855-1214965823/watcher-1038855-1214965823 -o /tmp/evaluation-result-1038855-1214965823/solver-1038855-1214965823 -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-1038855-1214965823.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/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.03
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1975555562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 796 370 3 0 500 0
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975555567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5109/statm: 1339 233 193 169 0 50 0
[pid=5110] ppid=5109 vsize=152 CPUtime=0
/proc/5110/stat : 5110 (java) D 5109 5107 4302 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 1975555567 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5110/statm: 38 26 19 9 0 4 0

[startup+0.0789699 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.03
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1975555562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 796 370 3 0 500 0
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975555567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5109/statm: 1339 233 193 169 0 50 0
[pid=5110] ppid=5109 vsize=859832 CPUtime=0.02
/proc/5110/stat : 5110 (java) S 5109 5107 4302 0 -1 0 1874 0 1 0 1 1 0 0 18 0 5 0 1975555567 880467968 1486 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5110/statm: 214958 1489 853 9 0 209937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 878788

[startup+0.12072 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.03
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1975555562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 796 370 3 0 500 0
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975555567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5109/statm: 1339 233 193 169 0 50 0
[pid=5110] ppid=5109 vsize=863720 CPUtime=0.05
/proc/5110/stat : 5110 (java) S 5109 5107 4302 0 -1 0 2729 0 1 0 4 1 0 0 18 0 9 0 1975555567 884449280 2256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5110/statm: 215930 2261 1357 9 0 210512 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 882676

[startup+0.302879 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.03
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1975555562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 796 370 3 0 500 0
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975555567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5109/statm: 1339 233 193 169 0 50 0
[pid=5110] ppid=5109 vsize=864580 CPUtime=0.24
/proc/5110/stat : 5110 (java) S 5109 5107 4302 0 -1 0 4041 0 1 0 22 2 0 0 18 0 9 0 1975555567 885329920 3514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5110/statm: 216145 3514 1719 9 0 210727 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 883536

[startup+0.502903 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.03
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 918 127 0 0 2 1 0 0 16 0 1 0 1975555562 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5107/statm: 3400 796 370 3 0 500 0
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975555567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5109/statm: 1339 233 193 169 0 50 0
[pid=5110] ppid=5109 vsize=864580 CPUtime=0.43
/proc/5110/stat : 5110 (java) S 5109 5107 4302 0 -1 0 4931 0 1 0 40 3 0 0 18 0 9 0 1975555567 885329920 4385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5110/statm: 216145 4385 1733 9 0 210727 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 883536

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

[startup+0.602917 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.46
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 956 5348 0 1 2 1 40 3 16 0 1 0 1975555562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5107/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+0.702929 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5107
/proc/meminfo: memFree=1560248/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.46
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 973 5348 0 1 2 1 40 3 16 0 1 0 1975555562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5129
/proc/meminfo: memFree=1547040/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.47
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 973 5348 0 1 3 1 40 3 15 0 1 0 1975555562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 797 370 3 0 500 0
[pid=5120] ppid=5107 vsize=5356 CPUtime=0
/proc/5120/stat : 5120 (sh) S 5107 5107 4302 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975555615 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5120/statm: 1339 233 193 169 0 50 0
[pid=5121] ppid=5120 vsize=868360 CPUtime=0.94
/proc/5121/stat : 5121 (java) S 5120 5107 4302 0 -1 0 10290 0 1 0 89 5 0 0 18 0 9 0 1975555615 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5121/statm: 217090 9532 2540 9 0 211665 0
[pid=5121/tid=5122] ppid=5120 vsize=868360 CPUtime=0.41
/proc/5121/task/5122/stat : 5122 (java) R 5120 5107 4302 0 -1 64 2757 0 1 0 40 1 0 0 19 0 9 0 1975555616 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 101444646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5123] ppid=5120 vsize=868360 CPUtime=0.36
/proc/5121/task/5123/stat : 5123 (java) S 5120 5107 4302 0 -1 64 5431 0 0 0 34 2 0 0 16 0 9 0 1975555617 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5124] ppid=5120 vsize=868360 CPUtime=0
/proc/5121/task/5124/stat : 5124 (java) S 5120 5107 4302 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975555617 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5125] ppid=5120 vsize=868360 CPUtime=0
/proc/5121/task/5125/stat : 5125 (java) S 5120 5107 4302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975555617 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5126] ppid=5120 vsize=868360 CPUtime=0
/proc/5121/task/5126/stat : 5126 (java) S 5120 5107 4302 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975555619 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5127] ppid=5120 vsize=868360 CPUtime=0.14
/proc/5121/task/5127/stat : 5127 (java) S 5120 5107 4302 0 -1 64 1409 0 0 0 14 0 0 0 16 0 9 0 1975555619 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5128] ppid=5120 vsize=868360 CPUtime=0
/proc/5121/task/5128/stat : 5128 (java) S 5120 5107 4302 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975555619 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5129] ppid=5120 vsize=868360 CPUtime=0
/proc/5121/task/5129/stat : 5129 (java) S 5120 5107 4302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975555619 889200640 9532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887316

[startup+3.10119 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 5129
/proc/meminfo: memFree=1512288/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=0.47
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 974 5348 0 1 3 1 40 3 15 0 1 0 1975555562 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 797 370 3 0 500 0
[pid=5120] ppid=5107 vsize=5356 CPUtime=0
/proc/5120/stat : 5120 (sh) S 5107 5107 4302 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975555615 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5120/statm: 1339 233 193 169 0 50 0
[pid=5121] ppid=5120 vsize=868472 CPUtime=2.51
/proc/5121/stat : 5121 (java) S 5120 5107 4302 0 -1 0 18155 0 1 0 243 8 0 0 18 0 9 0 1975555615 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5121/statm: 217118 17355 2565 9 0 211665 0
[pid=5121/tid=5122] ppid=5120 vsize=868472 CPUtime=0.93
/proc/5121/task/5122/stat : 5122 (java) R 5120 5107 4302 0 -1 64 3296 0 1 0 91 2 0 0 24 0 9 0 1975555616 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4126594416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5123] ppid=5120 vsize=868472 CPUtime=1.39
/proc/5121/task/5123/stat : 5123 (java) S 5120 5107 4302 0 -1 64 12731 0 0 0 134 5 0 0 16 0 9 0 1975555617 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5124] ppid=5120 vsize=868472 CPUtime=0
/proc/5121/task/5124/stat : 5124 (java) S 5120 5107 4302 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975555617 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5125] ppid=5120 vsize=868472 CPUtime=0
/proc/5121/task/5125/stat : 5125 (java) S 5120 5107 4302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975555617 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5126] ppid=5120 vsize=868472 CPUtime=0
/proc/5121/task/5126/stat : 5126 (java) S 5120 5107 4302 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975555619 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5127] ppid=5120 vsize=868472 CPUtime=0.17
/proc/5121/task/5127/stat : 5127 (java) S 5120 5107 4302 0 -1 64 1435 0 0 0 17 0 0 0 16 0 9 0 1975555619 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5128] ppid=5120 vsize=868472 CPUtime=0
/proc/5121/task/5128/stat : 5128 (java) S 5120 5107 4302 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975555619 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5121/tid=5129] ppid=5120 vsize=868472 CPUtime=0
/proc/5121/task/5129/stat : 5129 (java) S 5120 5107 4302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975555619 889315328 17355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887428

[startup+6.30154 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 5131
/proc/meminfo: memFree=1553504/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=4708 CPUtime=1.41
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 1026 0 0 0 90 51 0 0 25 0 1 0 1975556049 4820992 1012 996147200 134512640 134931368 4294956256 18446744073709551615 134544789 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 1177 1012 42 102 0 1072 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23664

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 5131
/proc/meminfo: memFree=1549792/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=6564 CPUtime=7.75
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 1540 0 0 0 723 52 0 0 25 0 1 0 1975556049 6721536 1513 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 1641 1513 48 102 0 1536 0
Current children cumulated CPU time (s) 12.48

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

Current children cumulated CPU time (s) 1230.53
Current children cumulated vsize (KiB) 46488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1528480/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=27532 CPUtime=1285.24
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 11011 0 0 0 128464 60 0 0 25 0 1 0 1975556049 28192768 6658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 6883 6658 48 102 0 6778 0
Current children cumulated CPU time (s) 1289.97
Current children cumulated vsize (KiB) 46488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1527328/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=28720 CPUtime=1344.68
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 11440 0 0 0 134407 61 0 0 25 0 1 0 1975556049 29409280 6938 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7180 6938 48 102 0 7075 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 47676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1527008/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=28984 CPUtime=1404.11
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 11668 0 0 0 140350 61 0 0 25 0 1 0 1975556049 29679616 7020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7246 7020 48 102 0 7141 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 47940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1525664/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=30304 CPUtime=1463.55
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12142 0 0 0 146293 62 0 0 25 0 1 0 1975556049 31031296 7345 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7576 7345 48 102 0 7471 0
Current children cumulated CPU time (s) 1468.28
Current children cumulated vsize (KiB) 49260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1524320/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1522.98
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12618 0 0 0 152236 62 0 0 25 0 1 0 1975556049 32247808 7668 996147200 134512640 134931368 4294956256 18446744073709551615 134545029 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7873 7668 48 102 0 7768 0
Current children cumulated CPU time (s) 1527.71
Current children cumulated vsize (KiB) 50448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1524320/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1582.42
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12624 0 0 0 158180 62 0 0 25 0 1 0 1975556049 32247808 7674 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7873 7674 48 102 0 7768 0
Current children cumulated CPU time (s) 1587.15
Current children cumulated vsize (KiB) 50448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5133
/proc/meminfo: memFree=1524320/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1641.86
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12624 0 0 0 164124 62 0 0 25 0 1 0 1975556049 32247808 7674 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/5131/statm: 7873 7674 48 102 0 7768 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 50448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5171
/proc/meminfo: memFree=1468392/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1701.6
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12624 0 0 0 170097 63 0 0 25 0 1 0 1975556049 32247808 7674 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5131/statm: 7873 7674 48 102 0 7768 0
Current children cumulated CPU time (s) 1706.33
Current children cumulated vsize (KiB) 50448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5171
/proc/meminfo: memFree=1468072/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1761.57
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12632 0 0 0 176094 63 0 0 25 0 1 0 1975556049 32247808 7682 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5131/statm: 7873 7682 48 102 0 7768 0
Current children cumulated CPU time (s) 1766.3
Current children cumulated vsize (KiB) 50448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5199
/proc/meminfo: memFree=1531816/2055920 swapFree=4179760/4192956
[pid=5107] ppid=5105 vsize=13600 CPUtime=4.73
/proc/5107/stat : 5107 (sugar) S 5105 5107 4302 0 -1 4194304 1022 23879 0 2 3 1 454 15 16 0 1 0 1975555562 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5107/statm: 3400 799 370 3 0 500 0
[pid=5130] ppid=5107 vsize=5356 CPUtime=0
/proc/5130/stat : 5130 (sh) S 5107 5107 4302 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975556049 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5130/statm: 1339 232 193 169 0 50 0
[pid=5131] ppid=5130 vsize=31492 CPUtime=1795.27
/proc/5131/stat : 5131 (picosat) R 5130 5107 4302 0 -1 4194304 12640 0 0 0 179463 64 0 0 25 0 1 0 1975556049 32247808 7690 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5131/statm: 7873 7690 48 102 0 7768 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 50448

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

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

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): 2.98023e-08
#  lost CPU user time (s): 2.98023e-08
#  lost CPU system time (s): 0

Real time (s): 1816.02
CPU time (s): 1800.05
CPU user time (s): 1799.22
CPU system time (s): 0.829873
CPU usage (%): 99.1204
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38268
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= 2565
involuntary context switches= 69593

runsolver used 1.76273 second user time and 6.43402 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 04:30:23
IDJOB=1038855
IDBENCH=53587
IDSOLVER=345
FILE ID=node37/1038855-1214965823
PBS_JOBID= 7870335
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-0_ext.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-1038855-1214965823/watcher-1038855-1214965823 -o /tmp/evaluation-result-1038855-1214965823/solver-1038855-1214965823 -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-1038855-1214965823.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 308da8d6f22ce7d5aad3f96e3b4e6901
RANDOM SEED=642118383

node37.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.236
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.236
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:       1560728 kB
Buffers:         59156 kB
Cached:         344648 kB
SwapCached:       7460 kB
Active:         112032 kB
Inactive:       312072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560728 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          35920 kB
Slab:            56272 kB
Committed_AS:  3378144 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node37 at 2008-07-02 05:00:41