Trace number 1064988

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? (TO) 1800.12 1813.25

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air06.xml
MD5SUM00668b6a7dafa5fe6313e8c116ffb6c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark912.34
Satisfiable
(Un)Satisfiability was proved
Number of variables8627
Number of constraints1640
Maximum constraint arity461
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1640
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 06:19:36 2008
0.00/0.05	c 0	PID 3383
0.03/0.05	c 0	HOST node34.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1064988-1215145176.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064988-1215145176.xml' 'HOME/temp.csp'
1.45/1.58	c 2	2 domains, 8627 variables, 450 predicates, 0 relations, 1640 constraints
1.52/1.62	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.52/1.62	c 2	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.55/1.70	c 2	Parsing HOME/temp.csp
4.18/4.37	c 5	parsed 10000 expressions
4.87/5.02	c 5	parsed 10719 expressions
4.87/5.03	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.87/5.03	c 5	Converting to clausal form CSP
4.87/5.06	c 5	converted 1072 (10%) expressions
4.87/5.08	c 5	converted 2144 (20%) expressions
4.87/5.08	c 5	converted 3216 (30%) expressions
4.87/5.08	c 5	converted 4288 (40%) expressions
4.87/5.08	c 5	converted 5360 (50%) expressions
4.87/5.08	c 5	converted 6432 (60%) expressions
4.87/5.08	c 5	converted 7504 (70%) expressions
4.87/5.09	c 5	converted 8576 (80%) expressions
6.46/6.63	c 7	converted 9648 (90%) expressions
15.67/15.97	c 16	converted 10719 (100%) expressions
15.67/15.99	c 16	CSP : 146561 integers, 0 booleans, 277496 clauses, largest domain size 232
15.67/15.99	c 16	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.67/15.99	c 16	Propagation in CSP
19.63/19.95	c 20	348146 values, 0 unsatisfiable literals, and 3 valid clauses are removed
19.63/19.97	c 20	CSP : 146561 integers, 0 booleans, 277493 clauses, largest domain size 230
19.63/19.97	c 20	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.73/20.06	c 20	Simplifing CSP by introducing new Boolean variables
19.82/20.15	c 20	CSP : 146561 integers, 0 booleans, 277493 clauses, largest domain size 230
19.82/20.15	c 20	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.71/21.04	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.81/21.12	c 21	14657 (10%) CSP integer variables are encoded (8840 clauses, 131168 bytes)
20.81/21.18	c 21	29313 (20%) CSP integer variables are encoded (36702 clauses, 549098 bytes)
20.91/21.23	c 21	43969 (30%) CSP integer variables are encoded (68101 clauses, 1036604 bytes)
20.91/21.30	c 22	58625 (40%) CSP integer variables are encoded (102336 clauses, 1618599 bytes)
21.01/21.36	c 22	73281 (50%) CSP integer variables are encoded (138105 clauses, 2226672 bytes)
21.10/21.43	c 22	87937 (60%) CSP integer variables are encoded (175347 clauses, 2859786 bytes)
21.10/21.49	c 22	102593 (70%) CSP integer variables are encoded (214791 clauses, 3530334 bytes)
21.21/21.57	c 22	117249 (80%) CSP integer variables are encoded (255616 clauses, 4224359 bytes)
21.31/21.64	c 22	131905 (90%) CSP integer variables are encoded (298647 clauses, 4955886 bytes)
21.41/21.71	c 22	146561 (100%) CSP integer variables are encoded (344684 clauses, 5738515 bytes)
22.09/22.40	c 23	27750 (10%) CSP clauses are encoded (547066 clauses, 9490394 bytes)
22.80/23.15	c 23	55499 (20%) CSP clauses are encoded (848937 clauses, 15331158 bytes)
23.68/24.05	c 24	83248 (30%) CSP clauses are encoded (1217004 clauses, 23241579 bytes)
24.66/25.09	c 25	110998 (40%) CSP clauses are encoded (1652986 clauses, 33052844 bytes)
25.85/26.24	c 26	138747 (50%) CSP clauses are encoded (2152385 clauses, 44401601 bytes)
27.13/27.51	c 28	166496 (60%) CSP clauses are encoded (2720270 clauses, 57412910 bytes)
28.51/28.93	c 29	194246 (70%) CSP clauses are encoded (3366406 clauses, 72313826 bytes)
30.07/30.55	c 31	221995 (80%) CSP clauses are encoded (4105083 clauses, 89449226 bytes)
31.84/32.37	c 33	249744 (90%) CSP clauses are encoded (4961372 clauses, 109454266 bytes)
34.21/34.79	c 35	277493 (100%) CSP clauses are encoded (6162797 clauses, 137859747 bytes)
34.21/34.79	c 35	277493 CSP clauses encoded
34.21/34.79	c 35	Writing map file : HOME/temp.map
34.32/34.87	c 35	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.32/34.87	c 35	SAT : 491134 SAT variables, 6162797 SAT clauses, 137859747 bytes
34.32/34.87	c 35	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.39/34.95	c 35	SOLVING HOME/temp.cnf
34.39/34.95	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.39/34.95	c 35	This is MiniSat 2.0 beta
34.39/34.95	c 35	WARNING: for repeatability, setting FPU to use double precision
34.39/34.95	c 35	============================[ Problem Statistics ]=============================
34.39/34.95	c 35	|                                                                             |
34.39/34.95	c 35	|  Number of variables:  491134                                               |
34.39/34.95	c 35	|  Number of clauses:    6162797                                              |
37.72/38.38	c 39	|  Parsing time:         2.96         s                                       |
37.92/38.56	c 39	============================[ Search Statistics ]==============================
37.92/38.56	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.92/38.56	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.92/38.56	c 39	===============================================================================
37.92/38.56	c 39	|         0 |  491134  6162797 17107855 |  2054265        0    nan |  0.000 % |
41.29/41.90	c 42	|       100 |  491118  6162797 17107855 |  2259692       93     40 |  0.055 % |
45.94/46.62	c 47	|       250 |  491116  6162797 17107855 |  2485661      241     32 |  0.067 % |
50.70/51.47	c 52	|       476 |  491106  6162797 17107855 |  2734227      459     34 |  0.283 % |
60.00/60.81	c 61	|       814 |  491090  6162797 17107855 |  3007650      783     31 |  0.450 % |
73.48/74.41	c 75	|      1320 |  488879  6136532 17038362 |  3308415     1216     34 |  0.790 % |
97.55/98.76	c 99	|      2079 |  486082  6101956 16946400 |  3639256     1867     34 |  1.447 % |
128.45/129.96	c 130	|      3218 |  482845  6061114 16837158 |  4003182     2887     34 |  1.766 % |
176.30/178.22	c 178	|      4926 |  481687  6046169 16797018 |  4403500     4461     40 |  2.076 % |
244.95/247.54	c 248	|      7488 |  475784  5962401 16570039 |  4843850     6749     42 |  3.136 % |
355.79/359.44	c 360	|     11332 |  471820  5907898 16422862 |  5328236    10209     44 |  4.200 % |
513.00/518.14	c 518	|     17100 |  466973  5838613 16235113 |  5861059    15500     48 |  4.940 % |
740.43/747.75	c 748	|     25749 |  463001  5778209 16070344 |  6447165    23325     58 |  5.728 % |
1048.69/1058.98	c 1059	|     38723 |  459607  5727127 15930695 |  7091882    36044     82 |  6.419 % |
1487.06/1498.31	c 1499	|     58186 |  457108  5690704 15831477 |  7801070    55148    104 |  7.035 % |
1800.07/1812.92	c ERROR INTERRUPTED
1800.07/1812.96	s UNKNOWN
1800.07/1812.96	c 1813	CPU 33.14 (0.04 0.01 33.1 1.29)
1800.07/1812.96	c 1813	END Fri Jul  4 06:49:49 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-1064988-1215145176/watcher-1064988-1215145176 -o /tmp/evaluation-result-1064988-1215145176/solver-1064988-1215145176 -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-1064988-1215145176.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.94 2.12 2.15 4/81 3383
/proc/meminfo: memFree=1195144/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=12268 CPUtime=0
/proc/3383/stat : 3383 (sugar) R 3381 3383 1029 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1993491108 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3383/statm: 3067 316 241 3 0 167 0

[startup+0.0502989 s]
/proc/loadavg: 1.94 2.12 2.15 4/81 3383
/proc/meminfo: memFree=1195144/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=0.03
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993491108 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101325 s]
/proc/loadavg: 1.94 2.12 2.15 4/81 3383
/proc/meminfo: memFree=1195144/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=0.03
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993491108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301352 s]
/proc/loadavg: 1.94 2.12 2.15 4/81 3383
/proc/meminfo: memFree=1195144/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=0.03
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993491108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702383 s]
/proc/loadavg: 1.94 2.12 2.15 4/81 3383
/proc/meminfo: memFree=1195144/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=0.03
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993491108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 1.94 2.12 2.15 3/92 3395
/proc/meminfo: memFree=1170032/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=0.03
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993491108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 796 370 3 0 500 0
[pid=3386] ppid=3383 vsize=5356 CPUtime=0
/proc/3386/stat : 3386 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993491113 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3386/statm: 1339 233 193 169 0 50 0
[pid=3387] ppid=3386 vsize=864692 CPUtime=1.42
/proc/3387/stat : 3387 (java) S 3386 3383 1029 0 -1 0 9144 0 1 0 135 7 0 0 18 0 9 0 1993491113 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3387/statm: 216173 8191 2529 9 0 210755 0
[pid=3387/tid=3388] ppid=3386 vsize=864692 CPUtime=1.05
/proc/3387/task/3388/stat : 3388 (java) R 3386 3383 1029 0 -1 64 2903 0 1 0 102 3 0 0 25 0 9 0 1993491114 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4126781880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3389] ppid=3386 vsize=864692 CPUtime=0.17
/proc/3387/task/3389/stat : 3389 (java) S 3386 3383 1029 0 -1 64 5008 0 0 0 15 2 0 0 16 0 9 0 1993491116 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3390] ppid=3386 vsize=864692 CPUtime=0
/proc/3387/task/3390/stat : 3390 (java) S 3386 3383 1029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993491116 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3391] ppid=3386 vsize=864692 CPUtime=0
/proc/3387/task/3391/stat : 3391 (java) S 3386 3383 1029 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993491116 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3392] ppid=3386 vsize=864692 CPUtime=0
/proc/3387/task/3392/stat : 3392 (java) S 3386 3383 1029 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993491118 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3393] ppid=3386 vsize=864692 CPUtime=0.16
/proc/3387/task/3393/stat : 3393 (java) S 3386 3383 1029 0 -1 64 533 0 0 0 16 0 0 0 16 0 9 0 1993491118 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3394] ppid=3386 vsize=864692 CPUtime=0
/proc/3387/task/3394/stat : 3394 (java) S 3386 3383 1029 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993491118 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3387/tid=3395] ppid=3386 vsize=864692 CPUtime=0
/proc/3387/task/3395/stat : 3395 (java) S 3386 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993491118 885444608 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883648

[startup+3.10279 s]
/proc/loadavg: 1.94 2.12 2.15 3/92 3405
/proc/meminfo: memFree=1183920/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=1.55
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 973 9578 0 1 3 1 143 8 16 0 1 0 1993491108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 797 370 3 0 500 0
[pid=3396] ppid=3383 vsize=5356 CPUtime=0
/proc/3396/stat : 3396 (sh) S 3383 3383 1029 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993491270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3396/statm: 1339 233 193 169 0 50 0
[pid=3397] ppid=3396 vsize=864104 CPUtime=1.45
/proc/3397/stat : 3397 (java) S 3396 3383 1029 0 -1 0 7747 0 1 0 140 5 0 0 19 0 9 0 1993491271 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3397/statm: 216026 6771 2532 9 0 210608 0
[pid=3397/tid=3398] ppid=3396 vsize=864104 CPUtime=1.1
/proc/3397/task/3398/stat : 3398 (java) R 3396 3383 1029 0 -1 64 2667 0 1 0 108 2 0 0 25 0 9 0 1993491271 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 102105665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3399] ppid=3396 vsize=864104 CPUtime=0.26
/proc/3397/task/3399/stat : 3399 (java) S 3396 3383 1029 0 -1 64 4045 0 0 0 24 2 0 0 16 0 9 0 1993491273 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3400] ppid=3396 vsize=864104 CPUtime=0
/proc/3397/task/3400/stat : 3400 (java) S 3396 3383 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993491273 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3401] ppid=3396 vsize=864104 CPUtime=0
/proc/3397/task/3401/stat : 3401 (java) S 3396 3383 1029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993491273 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3402] ppid=3396 vsize=864104 CPUtime=0
/proc/3397/task/3402/stat : 3402 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993491275 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3403] ppid=3396 vsize=864104 CPUtime=0.07
/proc/3397/task/3403/stat : 3403 (java) S 3396 3383 1029 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1993491275 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3404] ppid=3396 vsize=864104 CPUtime=0
/proc/3397/task/3404/stat : 3404 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993491275 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3405] ppid=3396 vsize=864104 CPUtime=0
/proc/3397/task/3405/stat : 3405 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993491275 884842496 6771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883060

[startup+6.30227 s]
/proc/loadavg: 1.95 2.12 2.15 3/92 3405
/proc/meminfo: memFree=1142640/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=1.55
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 974 9578 0 1 3 1 143 8 15 0 1 0 1993491108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 797 370 3 0 500 0
[pid=3396] ppid=3383 vsize=5356 CPUtime=0
/proc/3396/stat : 3396 (sh) S 3383 3383 1029 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993491270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3396/statm: 1339 233 193 169 0 50 0
[pid=3397] ppid=3396 vsize=878932 CPUtime=4.62
/proc/3397/stat : 3397 (java) S 3396 3383 1029 0 -1 0 24061 0 1 0 447 15 0 0 19 0 9 0 1993491271 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3397/statm: 219733 20166 2541 9 0 214308 0
[pid=3397/tid=3398] ppid=3396 vsize=878932 CPUtime=3.09
/proc/3397/task/3398/stat : 3398 (java) R 3396 3383 1029 0 -1 64 3390 0 1 0 306 3 0 0 25 0 9 0 1993491271 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3399] ppid=3396 vsize=878932 CPUtime=1.28
/proc/3397/task/3399/stat : 3399 (java) R 3396 3383 1029 0 -1 64 18487 0 0 0 119 9 0 0 16 0 9 0 1993491273 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3400] ppid=3396 vsize=878932 CPUtime=0
/proc/3397/task/3400/stat : 3400 (java) S 3396 3383 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993491273 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3401] ppid=3396 vsize=878932 CPUtime=0
/proc/3397/task/3401/stat : 3401 (java) S 3396 3383 1029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993491273 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3402] ppid=3396 vsize=878932 CPUtime=0
/proc/3397/task/3402/stat : 3402 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993491275 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3403] ppid=3396 vsize=878932 CPUtime=0.2
/proc/3397/task/3403/stat : 3403 (java) S 3396 3383 1029 0 -1 64 1487 0 0 0 20 0 0 0 16 0 9 0 1993491275 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3404] ppid=3396 vsize=878932 CPUtime=0
/proc/3397/task/3404/stat : 3404 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993491275 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3405] ppid=3396 vsize=878932 CPUtime=0
/proc/3397/task/3405/stat : 3405 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993491275 900026368 20166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 897888

[startup+12.7013 s]
/proc/loadavg: 1.95 2.12 2.15 4/92 3405
/proc/meminfo: memFree=1044016/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=1.55
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 974 9578 0 1 3 1 143 8 16 0 1 0 1993491108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 797 370 3 0 500 0
[pid=3396] ppid=3383 vsize=5356 CPUtime=0
/proc/3396/stat : 3396 (sh) S 3383 3383 1029 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993491270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3396/statm: 1339 233 193 169 0 50 0
[pid=3397] ppid=3396 vsize=878680 CPUtime=10.95
/proc/3397/stat : 3397 (java) S 3396 3383 1029 0 -1 0 54333 0 1 0 1065 30 0 0 19 0 9 0 1993491271 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3397/statm: 219670 42601 2541 9 0 214245 0
[pid=3397/tid=3398] ppid=3396 vsize=878680 CPUtime=6.95
/proc/3397/task/3398/stat : 3398 (java) R 3396 3383 1029 0 -1 64 4356 0 1 0 690 5 0 0 25 0 9 0 1993491271 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3399] ppid=3396 vsize=878680 CPUtime=3.77
/proc/3397/task/3399/stat : 3399 (java) R 3396 3383 1029 0 -1 64 47793 0 0 0 353 24 0 0 16 0 9 0 1993491273 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 104180100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3400] ppid=3396 vsize=878680 CPUtime=0
/proc/3397/task/3400/stat : 3400 (java) S 3396 3383 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993491273 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3401] ppid=3396 vsize=878680 CPUtime=0
/proc/3397/task/3401/stat : 3401 (java) S 3396 3383 1029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993491273 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3402] ppid=3396 vsize=878680 CPUtime=0
/proc/3397/task/3402/stat : 3402 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993491275 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3403] ppid=3396 vsize=878680 CPUtime=0.2
/proc/3397/task/3403/stat : 3403 (java) S 3396 3383 1029 0 -1 64 1487 0 0 0 20 0 0 0 16 0 9 0 1993491275 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3404] ppid=3396 vsize=878680 CPUtime=0
/proc/3397/task/3404/stat : 3404 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993491275 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3405] ppid=3396 vsize=878680 CPUtime=0
/proc/3397/task/3405/stat : 3405 (java) S 3396 3383 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993491275 899768320 42601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 897636

[startup+25.5022 s]
/proc/loadavg: 1.96 2.11 2.15 3/92 3405
/proc/meminfo: memFree=952496/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=1.55
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 974 9578 0 1 3 1 143 8 16 0 1 0 1993491108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 797 370 3 0 500 0
[pid=3396] ppid=3383 vsize=5356 CPUtime=0
/proc/3396/stat : 3396 (sh) S 3383 3383 1029 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993491270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3396/statm: 1339 233 193 169 0 50 0
[pid=3397] ppid=3396 vsize=868544 CPUtime=23.61
/proc/3397/stat : 3397 (java) S 3396 3383 1029 0 -1 0 68519 0 1 0 2303 58 0 0 19 0 9 0 1993491271 889389056 53078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3397/statm: 217136 53078 2565 9 0 211683 0
[pid=3397/tid=3398] ppid=3396 vsize=868544 CPUtime=17.15
/proc/3397/task/3398/stat : 3398 (java) R 3396 3383 1029 0 -1 64 5378 0 1 0 1689 26 0 0 25 0 9 0 1993491271 889389056 53078 996147200 134512640 134550740 4294955952 18446744073709551615 4127053671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3399] ppid=3396 vsize=868544 CPUtime=6.15
/proc/3397/task/3399/stat : 3399 (java) S 3396 3383 1029 0 -1 64 60918 0 0 0 586 29 0 0 16 0 9 0 1993491273 889389056 53078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3400] ppid=3396 vsize=868544 CPUtime=0
/proc/3397/task/3400/stat : 3400 (java) S 3396 3383 1029 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993491273 889389056 53078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3397/tid=3401] ppid=3396 vsize=868544 CPUtime=0
/proc/3397/task/3401/stat : 3401 (java) S 3396 3383 1029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993491273 889389056 53078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=312368 CPUtime=1377
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 74379 0 0 0 137594 106 0 0 25 0 1 0 1993494603 319864832 74365 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 78092 74365 75 150 0 77939 0
Current children cumulated CPU time (s) 1411.44
Current children cumulated vsize (KiB) 331324

[startup+1482.3 s]
/proc/loadavg: 3.31 2.79 2.33 3/76 3517
/proc/meminfo: memFree=1599992/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=313820 CPUtime=1436.71
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 74750 0 0 0 143541 130 0 0 25 0 1 0 1993494603 321351680 74736 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/3407/statm: 78455 74736 75 150 0 78302 0
Current children cumulated CPU time (s) 1471.15
Current children cumulated vsize (KiB) 332776

[startup+1542.3 s]
/proc/loadavg: 2.51 2.66 2.32 3/96 3541
/proc/meminfo: memFree=1501776/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=315536 CPUtime=1496.38
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 75175 0 0 0 149502 136 0 0 25 0 1 0 1993494603 323108864 75161 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 78884 75161 75 150 0 78731 0
Current children cumulated CPU time (s) 1530.82
Current children cumulated vsize (KiB) 334492

[startup+1602.3 s]
/proc/loadavg: 2.19 2.54 2.29 3/96 3541
/proc/meminfo: memFree=1499920/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=317252 CPUtime=1556.09
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 75625 0 0 0 155472 137 0 0 25 0 1 0 1993494603 324866048 75611 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 79313 75611 75 150 0 79160 0
Current children cumulated CPU time (s) 1590.53
Current children cumulated vsize (KiB) 336208

[startup+1662.31 s]
/proc/loadavg: 2.10 2.45 2.27 3/96 3541
/proc/meminfo: memFree=1498256/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=318824 CPUtime=1615.78
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 75982 0 0 0 161441 137 0 0 25 0 1 0 1993494603 326475776 75968 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 79706 75968 75 150 0 79553 0
Current children cumulated CPU time (s) 1650.22
Current children cumulated vsize (KiB) 337780

[startup+1722.3 s]
/proc/loadavg: 2.07 2.38 2.26 3/87 3544
/proc/meminfo: memFree=1558416/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=320540 CPUtime=1675.48
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 76439 0 0 0 167410 138 0 0 25 0 1 0 1993494603 328232960 76425 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 80135 76425 75 150 0 79982 0
Current children cumulated CPU time (s) 1709.92
Current children cumulated vsize (KiB) 339496

[startup+1782.3 s]
/proc/loadavg: 2.02 2.31 2.24 3/87 3544
/proc/meminfo: memFree=1556432/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=322388 CPUtime=1735.18
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 76883 0 0 0 173379 139 0 0 25 0 1 0 1993494603 330125312 76869 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 80597 76869 75 150 0 80444 0
Current children cumulated CPU time (s) 1769.62
Current children cumulated vsize (KiB) 341344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.01 2.28 2.23 3/87 3544
/proc/meminfo: memFree=1555856/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=322916 CPUtime=1765.63
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 77036 0 0 0 176424 139 0 0 25 0 1 0 1993494603 330665984 77022 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 80729 77022 75 150 0 80576 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 341872

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

[startup+1812.9 s]
/proc/loadavg: 2.01 2.28 2.23 3/87 3544
/proc/meminfo: memFree=1555856/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) S 3381 3383 1029 0 -1 4194304 1033 78570 0 2 4 1 3310 129 16 0 1 0 1993491108 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3383/statm: 3400 799 370 3 0 500 0
[pid=3406] ppid=3383 vsize=5356 CPUtime=0
/proc/3406/stat : 3406 (sh) S 3383 3383 1029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993494603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3406/statm: 1339 232 193 169 0 50 0
[pid=3407] ppid=3406 vsize=322916 CPUtime=1765.63
/proc/3407/stat : 3407 (minisat) R 3406 3383 1029 0 -1 4194304 77036 0 0 0 176424 139 0 0 25 0 1 0 1993494603 330665984 77022 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3407/statm: 80729 77022 75 150 0 80576 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 341872

# WARNING:
# current cumulated CPU time (34.44 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 (1765.63 s) to the 'lost time'.

[startup+1813.02 s]
/proc/loadavg: 2.01 2.28 2.23 3/87 3544
/proc/meminfo: memFree=1555856/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.44
/proc/3383/stat : 3383 (sugar) D 3381 3383 1029 0 -1 4194304 1069 78847 0 2 4 1 3310 129 15 0 1 0 1993491108 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3383/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.44
Current children cumulated vsize (KiB) 13600

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

[startup+1813.2 s]
/proc/loadavg: 2.01 2.28 2.23 3/87 3544
/proc/meminfo: memFree=1555856/2055920 swapFree=4179812/4192956
[pid=3383] ppid=3381 vsize=13600 CPUtime=34.46
/proc/3383/stat : 3383 (sugar) D 3381 3383 1029 0 -1 4194304 1069 78847 0 2 4 3 3310 129 15 0 1 0 1993491108 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3383/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.46
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): 1765.63
#  lost CPU user time (s): 1764.24
#  lost CPU system time (s): 1.39

Real time (s): 1813.25
CPU time (s): 1800.12
CPU user time (s): 1797.39
CPU system time (s): 2.7248
CPU usage (%): 99.2759
Max. virtual memory (cumulated for all children) (KiB): 897888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.155
system time used= 1.3348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79947
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= 8881
involuntary context switches= 8917

runsolver used 2.15867 second user time and 6.07408 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 06:19:36
IDJOB=1064988
IDBENCH=55020
IDSOLVER=346
FILE ID=node34/1064988-1215145176
PBS_JOBID= 7877337
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air06.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-1064988-1215145176/watcher-1064988-1215145176 -o /tmp/evaluation-result-1064988-1215145176/solver-1064988-1215145176 -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-1064988-1215145176.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00668b6a7dafa5fe6313e8c116ffb6c0
RANDOM SEED=278085262

node34.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.259
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.259
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:       1195624 kB
Buffers:         10104 kB
Cached:          98592 kB
SwapCached:       7244 kB
Active:         743308 kB
Inactive:        60552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1195624 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            5168 kB
Writeback:           0 kB
Mapped:         711024 kB
Slab:            40044 kB
Committed_AS:  4135104 kB
PageTables:       3408 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= 66532 MiB
End job on node34 at 2008-07-04 06:49:51