Trace number 1042729

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.18 1807.81

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-15.xml
MD5SUM0f795da72149032c268c786dfab1e3c5
Bench CategoryGLOBAL (global constraints)
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 variables675
Number of constraints286
Maximum constraint arity225
Maximum domain size225
Number of constraints which are defined in extension225
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(61)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 15:07:54 2008
0.00/0.05	c 0	PID 31367
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042729-1215004074.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-1042729-1215004074.xml' 'HOME/temp.csp'
0.03/0.55	c 0	2 domains, 675 variables, 0 predicates, 1 relations, 286 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 0	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.54/0.65	c 1	Parsing HOME/temp.csp
0.54/0.92	c 1	parsed 964 expressions
0.54/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.92	c 1	Converting to clausal form CSP
0.54/0.94	c 1	converted 97 (10%) expressions
0.54/0.95	c 1	converted 193 (20%) expressions
0.54/0.95	c 1	converted 290 (30%) expressions
0.54/0.95	c 1	converted 386 (40%) expressions
0.54/0.95	c 1	converted 482 (50%) expressions
0.54/0.96	c 1	converted 579 (60%) expressions
0.54/0.96	c 1	converted 675 (70%) expressions
0.94/1.05	c 1	converted 772 (80%) expressions
1.04/1.18	c 1	converted 868 (90%) expressions
2.22/2.39	c 2	converted 964 (100%) expressions
2.22/2.39	c 2	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.22/2.39	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.39	c 2	Propagation in CSP
2.52/2.64	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.64	c 3	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.52/2.64	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.65	c 3	Simplifing CSP by introducing new Boolean variables
3.11/3.21	c 3	CSP : 675 integers, 63000 booleans, 94847 clauses, largest domain size 225
3.11/3.21	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.49	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.40/3.53	c 3	68 (10%) CSP integer variables are encoded (884 clauses, 9588 bytes)
3.40/3.53	c 3	135 (20%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
3.40/3.54	c 3	203 (30%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
3.40/3.54	c 3	270 (40%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
3.40/3.54	c 3	338 (50%) CSP integer variables are encoded (4394 clauses, 55131 bytes)
3.40/3.54	c 3	405 (60%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
3.40/3.55	c 3	473 (70%) CSP integer variables are encoded (10979 clauses, 143629 bytes)
3.40/3.57	c 3	540 (80%) CSP integer variables are encoded (25920 clauses, 367744 bytes)
3.40/3.59	c 3	608 (90%) CSP integer variables are encoded (41084 clauses, 595204 bytes)
3.50/3.60	c 3	675 (100%) CSP integer variables are encoded (56025 clauses, 819319 bytes)
8.15/8.37	c 8	9485 (10%) CSP clauses are encoded (251975 clauses, 5291278 bytes)
8.36/8.59	c 8	18970 (20%) CSP clauses are encoded (349422 clauses, 7156123 bytes)
10.73/11.00	c 11	28455 (30%) CSP clauses are encoded (1736815 clauses, 36133754 bytes)
13.27/13.55	c 13	37939 (40%) CSP clauses are encoded (3162651 clauses, 67170077 bytes)
15.75/16.20	c 16	47424 (50%) CSP clauses are encoded (4588488 clauses, 98430996 bytes)
18.02/18.55	c 18	56909 (60%) CSP clauses are encoded (6014549 clauses, 129696838 bytes)
20.42/20.91	c 21	66393 (70%) CSP clauses are encoded (7440161 clauses, 161118478 bytes)
22.79/23.39	c 23	75878 (80%) CSP clauses are encoded (8866222 clauses, 193813542 bytes)
25.41/26.10	c 26	85363 (90%) CSP clauses are encoded (10292059 clauses, 226503460 bytes)
28.02/28.87	c 29	94847 (100%) CSP clauses are encoded (11717447 clauses, 259185934 bytes)
28.02/28.87	c 29	94847 CSP clauses encoded
28.02/28.87	c 29	Writing map file : HOME/temp.map
28.02/28.89	c 29	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.02/28.89	c 29	SAT : 119700 SAT variables, 11717447 SAT clauses, 259185934 bytes
28.02/28.89	c 29	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.11/28.92	c 29	SOLVING HOME/temp.cnf
28.11/28.92	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1807.61	c ERROR INTERRUPTED
1800.07/1807.67	s UNKNOWN
1800.07/1807.67	c 1808	CPU 26.38 (0.04 0 26.34 1.76)
1800.07/1807.67	c 1808	END Wed Jul  2 15:38:02 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-1042729-1215004074/watcher-1042729-1215004074 -o /tmp/evaluation-result-1042729-1215004074/solver-1042729-1215004074 -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-1042729-1215004074.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.19 2.05 1.95 4/80 31367
/proc/meminfo: memFree=1817880/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=18572 CPUtime=0
/proc/31367/stat : 31367 (runsolver) R 31365 31367 30717 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979383013 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31367/statm: 4643 292 257 25 0 2626 0

[startup+0.0945249 s]
/proc/loadavg: 2.19 2.05 1.95 4/80 31367
/proc/meminfo: memFree=1817880/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.03
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979383013 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10152 s]
/proc/loadavg: 2.19 2.05 1.95 4/80 31367
/proc/meminfo: memFree=1817880/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.03
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979383013 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301555 s]
/proc/loadavg: 2.19 2.05 1.95 4/80 31367
/proc/meminfo: memFree=1817880/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.03
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979383013 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701636 s]
/proc/loadavg: 2.19 2.05 1.95 4/80 31367
/proc/meminfo: memFree=1817880/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.54
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 973 4626 0 1 3 0 48 3 16 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.25 2.06 1.95 4/91 31389
/proc/meminfo: memFree=1808640/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.54
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 973 4626 0 1 3 0 48 3 16 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
[pid=31380] ppid=31367 vsize=5356 CPUtime=0
/proc/31380/stat : 31380 (sh) S 31367 31367 30717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31380/statm: 1339 233 193 169 0 50 0
[pid=31381] ppid=31380 vsize=868412 CPUtime=0.9
/proc/31381/stat : 31381 (java) S 31380 31367 30717 0 -1 0 8410 0 1 0 86 4 0 0 19 0 9 0 1979383071 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31381/statm: 217103 7638 2540 9 0 211678 0
[pid=31381/tid=31382] ppid=31380 vsize=868412 CPUtime=0.48
/proc/31381/task/31382/stat : 31382 (java) R 31380 31367 30717 0 -1 64 2647 0 1 0 47 1 0 0 21 0 9 0 1979383072 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4126548563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31383] ppid=31380 vsize=868412 CPUtime=0.21
/proc/31381/task/31383/stat : 31383 (java) S 31380 31367 30717 0 -1 64 3609 0 0 0 20 1 0 0 16 0 9 0 1979383073 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31384] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31384/stat : 31384 (java) S 31380 31367 30717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383074 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31385] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31385/stat : 31385 (java) S 31380 31367 30717 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979383074 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31386] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31386/stat : 31386 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979383076 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31387] ppid=31380 vsize=868412 CPUtime=0.18
/proc/31381/task/31387/stat : 31387 (java) S 31380 31367 30717 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 1979383076 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31388] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31388/stat : 31388 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979383076 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31389] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31389/stat : 31389 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383076 889253888 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887368

[startup+3.10381 s]
/proc/loadavg: 2.25 2.06 1.95 4/91 31389
/proc/meminfo: memFree=1782464/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.54
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 974 4626 0 1 3 0 48 3 15 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
[pid=31380] ppid=31367 vsize=5356 CPUtime=0
/proc/31380/stat : 31380 (sh) S 31367 31367 30717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31380/statm: 1339 233 193 169 0 50 0
[pid=31381] ppid=31380 vsize=868412 CPUtime=2.47
/proc/31381/stat : 31381 (java) S 31380 31367 30717 0 -1 0 17935 0 1 0 238 9 0 0 19 0 9 0 1979383071 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31381/statm: 217103 16930 2539 9 0 211678 0
[pid=31381/tid=31382] ppid=31380 vsize=868412 CPUtime=1.15
/proc/31381/task/31382/stat : 31382 (java) R 31380 31367 30717 0 -1 64 3267 0 1 0 114 1 0 0 25 0 9 0 1979383072 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31383] ppid=31380 vsize=868412 CPUtime=1.08
/proc/31381/task/31383/stat : 31383 (java) R 31380 31367 30717 0 -1 64 12498 0 0 0 102 6 0 0 16 0 9 0 1979383073 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31384] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31384/stat : 31384 (java) S 31380 31367 30717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383074 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31385] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31385/stat : 31385 (java) S 31380 31367 30717 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383074 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31386] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31386/stat : 31386 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979383076 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31387] ppid=31380 vsize=868412 CPUtime=0.2
/proc/31381/task/31387/stat : 31387 (java) S 31380 31367 30717 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 1979383076 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31388] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31388/stat : 31388 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979383076 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31389] ppid=31380 vsize=868412 CPUtime=0
/proc/31381/task/31389/stat : 31389 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383076 889253888 16930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887368

[startup+6.30174 s]
/proc/loadavg: 2.25 2.06 1.95 3/91 31389
/proc/meminfo: memFree=1750016/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.54
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 974 4626 0 1 3 0 48 3 15 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
[pid=31380] ppid=31367 vsize=5356 CPUtime=0
/proc/31380/stat : 31380 (sh) S 31367 31367 30717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31380/statm: 1339 233 193 169 0 50 0
[pid=31381] ppid=31380 vsize=868524 CPUtime=5.64
/proc/31381/stat : 31381 (java) S 31380 31367 30717 0 -1 0 19641 0 2 0 551 13 0 0 19 0 9 0 1979383071 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31381/statm: 217131 18345 2566 9 0 211678 0
[pid=31381/tid=31382] ppid=31380 vsize=868524 CPUtime=3.88
/proc/31381/task/31382/stat : 31382 (java) R 31380 31367 30717 0 -1 64 3402 0 2 0 385 3 0 0 25 0 9 0 1979383072 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 103203494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31383] ppid=31380 vsize=868524 CPUtime=1.46
/proc/31381/task/31383/stat : 31383 (java) S 31380 31367 30717 0 -1 64 14036 0 0 0 139 7 0 0 16 0 9 0 1979383073 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31384] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31384/stat : 31384 (java) S 31380 31367 30717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31385] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31385/stat : 31385 (java) S 31380 31367 30717 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31386] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31386/stat : 31386 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979383076 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31387] ppid=31380 vsize=868524 CPUtime=0.26
/proc/31381/task/31387/stat : 31387 (java) S 31380 31367 30717 0 -1 64 1510 0 0 0 25 1 0 0 15 0 9 0 1979383076 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31388] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31388/stat : 31388 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979383076 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31389] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31389/stat : 31389 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383076 889368576 18345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887480

[startup+12.703 s]
/proc/loadavg: 2.21 2.06 1.95 3/91 31389
/proc/meminfo: memFree=1703168/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.55
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 974 4626 0 1 4 0 48 3 16 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
[pid=31380] ppid=31367 vsize=5356 CPUtime=0
/proc/31380/stat : 31380 (sh) S 31367 31367 30717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31380/statm: 1339 233 193 169 0 50 0
[pid=31381] ppid=31380 vsize=868524 CPUtime=11.94
/proc/31381/stat : 31381 (java) S 31380 31367 30717 0 -1 0 19979 0 2 0 1150 44 0 0 19 0 9 0 1979383071 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31381/statm: 217131 18364 2566 9 0 211678 0
[pid=31381/tid=31382] ppid=31380 vsize=868524 CPUtime=9.99
/proc/31381/task/31382/stat : 31382 (java) R 31380 31367 30717 0 -1 64 3723 0 2 0 966 33 0 0 25 0 9 0 1979383072 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4126546255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31383] ppid=31380 vsize=868524 CPUtime=1.63
/proc/31381/task/31383/stat : 31383 (java) S 31380 31367 30717 0 -1 64 14038 0 0 0 155 8 0 0 16 0 9 0 1979383073 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31384] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31384/stat : 31384 (java) S 31380 31367 30717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31385] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31385/stat : 31385 (java) S 31380 31367 30717 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31386] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31386/stat : 31386 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979383076 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31387] ppid=31380 vsize=868524 CPUtime=0.29
/proc/31381/task/31387/stat : 31387 (java) S 31380 31367 30717 0 -1 64 1525 0 0 0 28 1 0 0 16 0 9 0 1979383076 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31388] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31388/stat : 31388 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979383076 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31389] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31389/stat : 31389 (java) S 31380 31367 30717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383076 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887480

[startup+25.5015 s]
/proc/loadavg: 2.26 2.07 1.96 2/91 31389
/proc/meminfo: memFree=1534912/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=0.55
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 974 4626 0 1 4 0 48 3 16 0 1 0 1979383013 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31367/statm: 3400 797 370 3 0 500 0
[pid=31380] ppid=31367 vsize=5356 CPUtime=0
/proc/31380/stat : 31380 (sh) S 31367 31367 30717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31380/statm: 1339 233 193 169 0 50 0
[pid=31381] ppid=31380 vsize=868524 CPUtime=24.27
/proc/31381/stat : 31381 (java) S 31380 31367 30717 0 -1 0 20786 0 2 0 2282 145 0 0 19 0 9 0 1979383071 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31381/statm: 217131 18364 2566 9 0 211678 0
[pid=31381/tid=31382] ppid=31380 vsize=868524 CPUtime=21.91
/proc/31381/task/31382/stat : 31382 (java) R 31380 31367 30717 0 -1 64 4530 0 2 0 2063 128 0 0 25 0 9 0 1979383072 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4126550010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31383] ppid=31380 vsize=868524 CPUtime=2.03
/proc/31381/task/31383/stat : 31383 (java) S 31380 31367 30717 0 -1 64 14038 0 0 0 189 14 0 0 16 0 9 0 1979383073 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31384] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31384/stat : 31384 (java) S 31380 31367 30717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31381/tid=31385] ppid=31380 vsize=868524 CPUtime=0
/proc/31381/task/31385/stat : 31385 (java) S 31380 31367 30717 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383074 889368576 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1386.82
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 132914 5768 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1414.96
Current children cumulated vsize (KiB) 470116

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/67 31415
/proc/meminfo: memFree=1220872/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1446.79
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 138911 5768 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1474.93
Current children cumulated vsize (KiB) 470116

[startup+1542.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/67 31415
/proc/meminfo: memFree=1220808/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1506.75
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 144907 5768 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1534.89
Current children cumulated vsize (KiB) 470116

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/67 31415
/proc/meminfo: memFree=1220872/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1566.72
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 150904 5768 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1594.86
Current children cumulated vsize (KiB) 470116

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/67 31415
/proc/meminfo: memFree=1220808/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1626.7
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 156901 5769 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1654.84
Current children cumulated vsize (KiB) 470116

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/67 31415
/proc/meminfo: memFree=1220808/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1686.67
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 162898 5769 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1714.81
Current children cumulated vsize (KiB) 470116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 31415
/proc/meminfo: memFree=1220680/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1746.65
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 168896 5769 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1774.79
Current children cumulated vsize (KiB) 470116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 31415
/proc/meminfo: memFree=1220744/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1771.93
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 171424 5769 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 470116

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

[startup+1807.6 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 31415
/proc/meminfo: memFree=1220744/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.14
/proc/31367/stat : 31367 (sugar) S 31365 31367 30717 0 -1 4194304 1024 25914 0 3 4 0 2634 176 16 0 1 0 1979383013 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31367/statm: 3400 799 370 3 0 500 0
[pid=31390] ppid=31367 vsize=5356 CPUtime=0
/proc/31390/stat : 31390 (sh) S 31367 31367 30717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979385905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31390/statm: 1339 232 193 169 0 50 0
[pid=31391] ppid=31390 vsize=451160 CPUtime=1771.93
/proc/31391/stat : 31391 (picosat) R 31390 31367 30717 0 -1 4194304 107324 0 0 0 171424 5769 0 0 25 0 1 0 1979385906 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/31391/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 470116

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

[startup+1807.72 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 31415
/proc/meminfo: memFree=1220744/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.19
/proc/31367/stat : 31367 (sugar) R 31365 31367 30717 0 -1 4194304 1070 26191 0 3 4 5 2634 176 17 0 1 0 1979383013 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31367/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.19
Current children cumulated vsize (KiB) 13600

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

[startup+1807.8 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 31415
/proc/meminfo: memFree=1220744/2055920 swapFree=4179472/4192956
[pid=31367] ppid=31365 vsize=13600 CPUtime=28.27
/proc/31367/stat : 31367 (sugar) R 31365 31367 30717 0 -1 4194304 1070 26191 0 3 4 13 2634 176 17 0 1 0 1979383013 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31367/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.27
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): 1771.88
#  lost CPU user time (s): 1714.24
#  lost CPU system time (s): 57.64

Real time (s): 1807.81
CPU time (s): 1800.18
CPU user time (s): 1740.63
CPU system time (s): 59.5507
CPU usage (%): 99.5779
Max. virtual memory (cumulated for all children) (KiB): 887872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.387
system time used= 1.91071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27292
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12162
involuntary context switches= 12531

runsolver used 1.92571 second user time and 5.2592 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-02 15:07:54
IDJOB=1042729
IDBENCH=53935
IDSOLVER=345
FILE ID=node1/1042729-1215004074
PBS_JOBID= 7870929
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-15.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-1042729-1215004074/watcher-1042729-1215004074 -o /tmp/evaluation-result-1042729-1215004074/solver-1042729-1215004074 -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-1042729-1215004074.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f795da72149032c268c786dfab1e3c5
RANDOM SEED=844566388

node1.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.265
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.265
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:       1818360 kB
Buffers:          9596 kB
Cached:          64848 kB
SwapCached:       7496 kB
Active:         156828 kB
Inactive:        12828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818360 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         108996 kB
Slab:            52928 kB
Committed_AS:  3803620 kB
PageTables:       2020 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= 66548 MiB
End job on node1 at 2008-07-02 15:38:04