Trace number 1085709

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+minisat? (MO) 221.313 225.342

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-4.xml
MD5SUM1196fad89b5a5a4f355ab65ef889a576
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.6446
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Sat Jul  5 07:20:15 2008
0.00/0.17	c 0	PID 30933
0.00/0.18	c 0	HOST node81.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1085709-1215235215.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085709-1215235215.xml' 'HOME/temp.csp'
0.94/1.17	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
1.01/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.01/1.23	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'
1.02/1.30	c 1	Parsing HOME/temp.csp
1.02/1.72	c 2	parsed 9411 expressions
1.02/1.72	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.72	c 2	Converting to clausal form CSP
2.08/2.35	c 2	converted 942 (10%) expressions
4.17/4.44	c 4	converted 1883 (20%) expressions
6.06/6.31	c 6	converted 2824 (30%) expressions
7.55/7.88	c 8	converted 3765 (40%) expressions
9.14/9.48	c 9	converted 4706 (50%) expressions
10.53/10.89	c 11	converted 5647 (60%) expressions
11.93/12.21	c 12	converted 6588 (70%) expressions
13.13/13.47	c 13	converted 7529 (80%) expressions
14.91/15.22	c 15	converted 8470 (90%) expressions
16.11/16.48	c 16	converted 9411 (100%) expressions
16.11/16.48	c 16	CSP : 1491 integers, 24703 booleans, 52375 clauses, largest domain size 3353
16.11/16.48	c 16	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.11/16.48	c 16	Propagation in CSP
17.00/17.34	c 17	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.00/17.34	c 17	CSP : 1491 integers, 24703 booleans, 52375 clauses, largest domain size 3353
17.00/17.34	c 17	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.00/17.36	c 17	Simplifing CSP by introducing new Boolean variables
17.10/17.46	c 17	CSP : 1491 integers, 41627 booleans, 69299 clauses, largest domain size 3353
17.10/17.46	c 17	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.61/17.96	c 18	Encoding CSP to SAT : HOME/temp.cnf
20.09/20.42	c 20	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
22.67/23.07	c 23	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
25.55/25.92	c 26	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
28.14/28.50	c 28	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
30.63/31.04	c 31	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
31.03/31.43	c 31	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
31.41/31.83	c 32	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
31.80/32.21	c 32	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
32.09/32.59	c 33	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
32.49/32.99	c 33	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
74.64/75.59	c 76	6930 (10%) CSP clauses are encoded (6189272 clauses, 130213882 bytes)
107.18/108.48	c 108	13860 (20%) CSP clauses are encoded (9306503 clauses, 204447238 bytes)
131.63/133.20	c 133	20790 (30%) CSP clauses are encoded (12110855 clauses, 273433580 bytes)
148.96/150.73	c 151	27720 (40%) CSP clauses are encoded (14415980 clauses, 331341722 bytes)
158.61/160.52	c 160	34650 (50%) CSP clauses are encoded (16170102 clauses, 376159467 bytes)
169.97/172.63	c 173	41580 (60%) CSP clauses are encoded (18087153 clauses, 426100015 bytes)
181.98/184.82	c 185	48510 (70%) CSP clauses are encoded (20096019 clauses, 478734502 bytes)
192.29/195.37	c 195	55440 (80%) CSP clauses are encoded (22154313 clauses, 532270426 bytes)
202.47/205.69	c 206	62370 (90%) CSP clauses are encoded (24032046 clauses, 581444715 bytes)
210.59/213.89	c 214	69299 (100%) CSP clauses are encoded (25676432 clauses, 624509823 bytes)
210.59/213.89	c 214	69299 CSP clauses encoded
210.69/213.91	c 214	Writing map file : HOME/temp.map
210.77/214.01	c 214	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
210.77/214.01	c 214	SAT : 1983922 SAT variables, 25676432 SAT clauses, 624509823 bytes
210.77/214.01	c 214	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
210.77/214.06	c 214	SOLVING HOME/temp.cnf
210.77/214.06	c 214	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
210.77/214.07	c 214	This is MiniSat 2.0 beta
210.77/214.07	c 214	WARNING: for repeatability, setting FPU to use double precision
210.77/214.07	c 214	============================[ Problem Statistics ]=============================
210.77/214.07	c 214	|                                                                             |
210.77/214.07	c 214	|  Number of variables:  1983922                                              |
210.77/214.07	c 214	|  Number of clauses:    25676432                                             |
220.98/224.71	c ERROR INTERRUPTED
221.09/224.84	s UNKNOWN
221.09/224.84	c 225	CPU 206.74 (0.03 0.01 206.71 4.06)
221.09/224.84	c 225	END Sat Jul  5 07:24:00 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-1085709-1215235215/watcher-1085709-1215235215 -o /tmp/evaluation-result-1085709-1215235215/solver-1085709-1215235215 -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/minisat -tmp=HOME/temp HOME/instance-1085709-1215235215.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: 1.99 2.07 2.02 4/83 30933
/proc/meminfo: memFree=301896/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=124 CPUtime=0
/proc/30933/stat : 30933 (sugar) D 30931 30933 28028 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 256509435 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269804959113 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/30933/statm: 31 23 17 3 0 3 0

[startup+0.050565 s]
/proc/loadavg: 1.99 2.07 2.02 4/83 30933
/proc/meminfo: memFree=301896/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=2552 CPUtime=0
/proc/30933/stat : 30933 (sugar) D 30931 30933 28028 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 256509435 2613248 33 996147200 4194304 4206940 548682068608 18446744073709551615 269804959209 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/30933/statm: 638 33 26 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2552

[startup+0.101577 s]
/proc/loadavg: 1.99 2.07 2.02 4/83 30933
/proc/meminfo: memFree=301896/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=12272 CPUtime=0
/proc/30933/stat : 30933 (sugar) D 30931 30933 28028 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 256509435 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/30933/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301599 s]
/proc/loadavg: 1.99 2.07 2.02 4/83 30933
/proc/meminfo: memFree=301896/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.04
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 256509435 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70164 s]
/proc/loadavg: 1.99 2.07 2.02 4/83 30933
/proc/meminfo: memFree=301896/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.04
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 256509435 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.99 2.07 2.02 3/94 30945
/proc/meminfo: memFree=278384/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 973 8775 0 1 3 1 93 5 15 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 1.99 2.07 2.02 3/94 30955
/proc/meminfo: memFree=278256/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 15 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868400 CPUtime=1.86
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 8349 0 1 0 180 6 0 0 20 0 9 0 256509558 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217100 7427 2540 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868400 CPUtime=1.41
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 2705 0 1 0 139 2 0 0 25 0 9 0 256509559 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4126562723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868400 CPUtime=0.24
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 3479 0 0 0 22 2 0 0 16 0 9 0 256509560 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868400 CPUtime=0.17
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 256509562 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889241600 7427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887356

[startup+6.30224 s]
/proc/loadavg: 1.99 2.07 2.02 3/94 30955
/proc/meminfo: memFree=256560/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 16 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868400 CPUtime=5.04
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 14356 0 1 0 494 10 0 0 20 0 9 0 256509558 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217100 10681 2540 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868400 CPUtime=4.07
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 3164 0 1 0 404 3 0 0 25 0 9 0 256509559 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4126599304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868400 CPUtime=0.76
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 9022 0 0 0 71 5 0 0 16 0 9 0 256509560 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868400 CPUtime=0.18
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1473 0 0 0 18 0 0 0 15 0 9 0 256509562 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889241600 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887356

[startup+12.7019 s]
/proc/loadavg: 1.99 2.06 2.02 3/94 30955
/proc/meminfo: memFree=207856/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 16 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868400 CPUtime=11.41
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 23086 0 1 0 1124 17 0 0 20 0 9 0 256509558 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217100 18552 2540 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868400 CPUtime=9.61
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 3606 0 1 0 957 4 0 0 25 0 9 0 256509559 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868400 CPUtime=1.59
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 17310 0 0 0 148 11 0 0 16 0 9 0 256509560 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868400 CPUtime=0.18
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1473 0 0 0 18 0 0 0 15 0 9 0 256509562 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868400 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889241600 18552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887356

[startup+25.5023 s]
/proc/loadavg: 1.99 2.06 2.02 3/94 30955
/proc/meminfo: memFree=138992/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 16 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868512 CPUtime=24.14
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 33053 0 1 0 2390 24 0 0 20 0 9 0 256509558 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217128 25834 2566 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868512 CPUtime=20.97
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 4365 0 1 0 2089 8 0 0 25 0 9 0 256509559 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4127036236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868512 CPUtime=2.91
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 26486 0 0 0 276 15 0 0 16 0 9 0 256509560 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868512 CPUtime=0.23
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1505 0 0 0 23 0 0 0 16 0 9 0 256509562 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889356288 25834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887468

[startup+51.1021 s]
/proc/loadavg: 2.06 2.07 2.02 3/94 30955
/proc/meminfo: memFree=15664/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 15 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868512 CPUtime=49.51
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 33272 0 1 0 4887 64 0 0 20 0 9 0 256509558 889356288 25850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889356288 25850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 887468

[startup+102.308 s]
/proc/loadavg: 2.02 2.06 2.01 3/94 30955
/proc/meminfo: memFree=15920/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 16 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868512 CPUtime=100.11
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 33646 0 1 0 9874 137 0 0 20 0 9 0 256509558 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217128 25853 2566 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868512 CPUtime=96.57
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 4942 0 1 0 9542 115 0 0 25 0 9 0 256509559 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4127014462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868512 CPUtime=3.25
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 26486 0 0 0 305 20 0 0 15 0 9 0 256509560 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868512 CPUtime=0.26
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1521 0 0 0 26 0 0 0 16 0 9 0 256509562 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889356288 25853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 887468

[startup+162.303 s]
/proc/loadavg: 2.06 2.06 2.01 3/94 30955
/proc/meminfo: memFree=15536/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=1.02
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 974 8775 0 1 3 1 93 5 16 0 1 0 256509435 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256509558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868512 CPUtime=159.35
/proc/30947/stat : 30947 (java) S 30946 30933 28028 0 -1 0 34205 0 1 0 15682 253 0 0 20 0 9 0 256509558 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30947/statm: 217128 25854 2566 9 0 211675 0
[pid=30947/tid=30948] ppid=30946 vsize=868512 CPUtime=155.48
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 28028 0 -1 64 5500 0 1 0 15320 228 0 0 25 0 9 0 256509559 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4127013596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868512 CPUtime=3.57
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 28028 0 -1 64 26486 0 0 0 334 23 0 0 16 0 9 0 256509560 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256509560 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256509560 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868512 CPUtime=0.27
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 28028 0 -1 64 1522 0 0 0 27 0 0 0 15 0 9 0 256509562 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256509562 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868512 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256509562 889356288 25854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.37
Current children cumulated vsize (KiB) 887468

[startup+222.302 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15600/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=210.81
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 1034 43964 0 5 3 1 20671 406 16 0 1 0 256509435 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 800 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256530841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=723532 CPUtime=7.86
/proc/30957/stat : 30957 (minisat) R 30956 30933 28028 0 -1 4194304 170746 0 0 0 672 114 0 0 25 0 1 0 256530842 740896768 170732 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/30957/statm: 180883 170732 62 150 0 180730 0
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (KiB) 742488



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+224.702 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=210.81
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 1034 43964 0 5 3 1 20671 406 16 0 1 0 256509435 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30933/statm: 3400 800 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256530841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=905972 CPUtime=10.17
/proc/30957/stat : 30957 (minisat) R 30956 30933 28028 0 -1 4194304 211566 0 0 0 874 143 0 0 25 0 1 0 256530842 927715328 211552 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/30957/statm: 226493 211552 62 150 0 226340 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 924928

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

[startup+224.819 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=210.81
/proc/30933/stat : 30933 (sugar) S 30931 30933 28028 0 -1 4194304 1045 43964 0 5 3 1 20671 406 16 0 1 0 256509435 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 800 370 3 0 500 0
[pid=30956] ppid=30933 vsize=0 CPUtime=0
/proc/30956/stat : 30956 (sh) Z 30933 30933 28028 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 256530841 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30956/statm: 0 0 0 0 0 0 0
[pid=30957] ppid=1 vsize=0 CPUtime=10.28
/proc/30957/stat : 30957 (minisat) R 1 30933 28028 0 -1 4195332 211571 0 0 0 874 154 0 0 25 0 1 0 256530842 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/30957/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 13600

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

[startup+224.902 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=210.86
/proc/30933/stat : 30933 (sugar) R 30931 30933 28028 0 -1 4194304 1070 44241 0 5 3 6 20671 406 16 0 1 0 256509435 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30933/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 210.86
Current children cumulated vsize (KiB) 13600

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

[startup+225.002 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=210.96
/proc/30933/stat : 30933 (sugar) R 30931 30933 28028 0 -1 4194304 1070 44241 0 5 3 16 20671 406 16 0 1 0 256509435 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30933/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 210.96
Current children cumulated vsize (KiB) 13600

[startup+225.202 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=211.05
/proc/30933/stat : 30933 (sugar) D 30931 30933 28028 0 -1 4194304 1070 44241 0 5 3 25 20671 406 15 0 1 0 256509435 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30933/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 211.05
Current children cumulated vsize (KiB) 13600

[startup+225.302 s]
/proc/loadavg: 2.16 2.09 2.02 3/86 30957
/proc/meminfo: memFree=15280/2055920 swapFree=4180000/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=211.05
/proc/30933/stat : 30933 (sugar) D 30931 30933 28028 0 -1 4194304 1070 44241 0 5 3 25 20671 406 15 0 1 0 256509435 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30933/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 211.05
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): 10.23
#  lost CPU user time (s): 8.74001
#  lost CPU system time (s): 1.49

Real time (s): 225.342
CPU time (s): 221.313
CPU user time (s): 215.496
CPU system time (s): 5.81734
CPU usage (%): 98.2122
Max. virtual memory (cumulated for all children) (KiB): 924928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.756
system time used= 4.32734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45342
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23795
involuntary context switches= 25100

runsolver used 0.32495 second user time and 0.739887 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 07:20:15
IDJOB=1085709
IDBENCH=57690
IDSOLVER=346
FILE ID=node81/1085709-1215235215
PBS_JOBID= 7881768
Free space on /tmp= 125424 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085709-1215235215/watcher-1085709-1215235215 -o /tmp/evaluation-result-1085709-1215235215/solver-1085709-1215235215 -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/minisat" -tmp="HOME/temp" HOME/instance-1085709-1215235215.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1196fad89b5a5a4f355ab65ef889a576
RANDOM SEED=293499888

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        302376 kB
Buffers:          4740 kB
Cached:        1377032 kB
SwapCached:       4680 kB
Active:        1212660 kB
Inactive:       454460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        302376 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:          204756 kB
Writeback:           0 kB
Mapped:         304596 kB
Slab:            71112 kB
Committed_AS:   985352 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 124848 MiB
End job on node81 at 2008-07-05 07:24:02