Trace number 1058216

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.26 1810.82

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark134.588
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:32:51 2008
0.00/0.05	c 0	PID 7707
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058216-1215113571.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-1058216-1215113571.xml' 'HOME/temp.csp'
3.62/3.73	c 4	11 domains, 800 variables, 1 predicates, 0 relations, 64588 constraints
3.62/3.78	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.62/3.78	c 4	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'
3.68/3.86	c 4	Parsing HOME/temp.csp
4.28/4.45	c 5	parsed 10000 expressions
4.58/4.79	c 5	parsed 20000 expressions
4.87/5.04	c 5	parsed 30000 expressions
5.17/5.38	c 6	parsed 40000 expressions
5.46/5.64	c 6	parsed 50000 expressions
5.86/6.03	c 6	parsed 60000 expressions
5.96/6.18	c 6	parsed 65400 expressions
5.96/6.19	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.96/6.19	c 6	Converting to clausal form CSP
6.85/7.07	c 7	converted 6540 (10%) expressions
7.34/7.59	c 8	converted 13080 (20%) expressions
7.84/8.08	c 8	converted 19620 (30%) expressions
8.93/9.15	c 9	converted 26160 (40%) expressions
9.42/9.66	c 10	converted 32700 (50%) expressions
9.92/10.18	c 10	converted 39240 (60%) expressions
10.51/10.71	c 11	converted 45780 (70%) expressions
11.80/12.09	c 12	converted 52320 (80%) expressions
12.28/12.59	c 13	converted 58860 (90%) expressions
13.67/13.91	c 14	converted 65400 (100%) expressions
13.67/13.91	c 14	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
13.67/13.91	c 14	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.67/13.91	c 14	Propagation in CSP
14.26/14.53	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.26/14.53	c 15	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
14.26/14.53	c 15	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.26/14.57	c 15	Simplifing CSP by introducing new Boolean variables
17.04/17.30	c 17	CSP : 800 integers, 304363 booleans, 399094 clauses, largest domain size 45
17.04/17.30	c 17	Heap : 246 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.43/18.79	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.53/18.86	c 19	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
18.53/18.86	c 19	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
18.53/18.86	c 19	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
18.53/18.87	c 19	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
18.53/18.87	c 19	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
18.53/18.88	c 19	480 (60%) CSP integer variables are encoded (17308 clauses, 237978 bytes)
18.53/18.88	c 19	560 (70%) CSP integer variables are encoded (17439 clauses, 239943 bytes)
18.53/18.89	c 19	640 (80%) CSP integer variables are encoded (17581 clauses, 242073 bytes)
18.53/18.89	c 19	720 (90%) CSP integer variables are encoded (17693 clauses, 243753 bytes)
18.62/18.90	c 19	800 (100%) CSP integer variables are encoded (17836 clauses, 245898 bytes)
20.31/20.69	c 21	39910 (10%) CSP clauses are encoded (817345 clauses, 15669116 bytes)
22.08/22.45	c 23	79819 (20%) CSP clauses are encoded (1618787 clauses, 31857279 bytes)
23.86/24.23	c 24	119729 (30%) CSP clauses are encoded (2422490 clauses, 48463515 bytes)
25.63/26.04	c 26	159638 (40%) CSP clauses are encoded (3222458 clauses, 65525465 bytes)
27.38/27.88	c 28	199547 (50%) CSP clauses are encoded (4022725 clauses, 82658528 bytes)
29.26/29.73	c 30	239457 (60%) CSP clauses are encoded (4819691 clauses, 99825125 bytes)
31.01/31.58	c 32	279366 (70%) CSP clauses are encoded (5616995 clauses, 117621148 bytes)
33.06/33.64	c 34	319276 (80%) CSP clauses are encoded (6525599 clauses, 137803309 bytes)
35.41/36.08	c 36	359185 (90%) CSP clauses are encoded (7730760 clauses, 163554391 bytes)
37.85/38.54	c 39	399094 (100%) CSP clauses are encoded (8936625 clauses, 189403735 bytes)
37.85/38.55	c 39	399094 CSP clauses encoded
37.85/38.55	c 39	Writing map file : HOME/temp.map
37.85/38.59	c 39	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.85/38.60	c 39	SAT : 322959 SAT variables, 8936625 SAT clauses, 189403735 bytes
37.85/38.60	c 39	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.94/38.68	c 39	SOLVING HOME/temp.cnf
37.94/38.68	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.94/38.68	c 39	This is MiniSat 2.0 beta
37.94/38.68	c 39	WARNING: for repeatability, setting FPU to use double precision
37.94/38.68	c 39	============================[ Problem Statistics ]=============================
37.94/38.68	c 39	|                                                                             |
37.94/38.68	c 39	|  Number of variables:  322959                                               |
37.94/38.68	c 39	|  Number of clauses:    8936625                                              |
42.66/43.50	c 44	|  Parsing time:         4.08         s                                       |
42.95/43.72	c 44	============================[ Search Statistics ]==============================
42.95/43.72	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.95/43.72	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.95/43.72	c 44	===============================================================================
42.95/43.72	c 44	|         0 |  322959  8936625 26285525 |  2978875        0    nan |  0.000 % |
45.63/46.43	c 47	|       100 |  322959  8936625 26285525 |  3276762      100     11 |  0.000 % |
46.91/47.78	c 48	|       250 |  322959  8936625 26285525 |  3604438      250     19 |  0.000 % |
48.59/49.50	c 50	|       475 |  322959  8936625 26285525 |  3964882      475     14 |  0.000 % |
49.29/50.18	c 50	|       812 |  322959  8936625 26285525 |  4361370      812     13 |  0.000 % |
50.38/51.27	c 51	|      1318 |  322959  8936625 26285525 |  4797507     1318     17 |  0.000 % |
51.07/51.96	c 52	|      2077 |  322959  8936625 26285525 |  5277258     2077     18 |  0.000 % |
52.26/53.10	c 53	|      3217 |  322959  8936625 26285525 |  5804984     3217     15 |  0.000 % |
52.85/53.78	c 54	|      4925 |  322959  8936625 26285525 |  6385483     4925     18 |  0.000 % |
58.01/58.91	c 59	|      7487 |  322959  8936625 26285525 |  7024031     7487     21 |  0.000 % |
92.98/94.33	c 94	|     11331 |  322959  8936625 26285525 |  7726434    11331     31 |  0.000 % |
130.70/132.46	c 133	|     17097 |  322959  8936625 26285525 |  8499078    17097     35 |  0.000 % |
158.92/160.99	c 161	|     25746 |  322959  8936625 26285525 |  9348985    25746     42 |  0.000 % |
170.42/172.57	c 173	|     38722 |  322959  8936625 26285525 | 10283884    38722     41 |  0.000 % |
176.07/178.29	c 178	|     58183 |  322959  8936625 26285525 | 11312272    58183     36 |  0.000 % |
186.76/189.10	c 189	|     87375 |  322959  8936625 26285525 | 12443500    87375     40 |  0.000 % |
200.62/203.08	c 203	|    131164 |  322959  8936625 26285525 | 13687850   131164     38 |  0.000 % |
269.04/272.16	c 272	|    196850 |  322959  8936625 26285525 | 15056635   196850     45 |  0.000 % |
333.93/337.69	c 338	|    295378 |  322959  8936625 26285525 | 16562298   295378     39 |  0.000 % |
591.20/597.34	c 597	|    443167 |  322959  8936625 26285525 | 18218528   443167     61 |  0.000 % |
756.92/764.67	c 765	|    664851 |  322959  8936625 26285525 | 20040381   664851     50 |  0.000 % |
1194.34/1204.61	c 1205	|    997376 |  322959  8936625 26285525 | 22044419   997376     62 |  0.000 % |
1800.10/1810.62	c ERROR INTERRUPTED
1800.21/1810.74	s UNKNOWN
1800.21/1810.74	c 1811	CPU 36.02 (0.03 0.01 35.99 1.97)
1800.21/1810.74	c 1811	END Thu Jul  3 22:03: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-1058216-1215113571/watcher-1058216-1215113571 -o /tmp/evaluation-result-1058216-1215113571/solver-1058216-1215113571 -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-1058216-1215113571.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.95 2.01 1.99 4/74 7707
/proc/meminfo: memFree=1118704/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=12268 CPUtime=0
/proc/7707/stat : 7707 (sugar) R 7705 7707 6625 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1541028893 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7707/statm: 3067 316 241 3 0 167 0

[startup+0.0554959 s]
/proc/loadavg: 1.95 2.01 1.99 4/74 7707
/proc/meminfo: memFree=1118704/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102078 s]
/proc/loadavg: 1.95 2.01 1.99 4/74 7707
/proc/meminfo: memFree=1118704/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301525 s]
/proc/loadavg: 1.95 2.01 1.99 4/74 7707
/proc/meminfo: memFree=1118704/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701586 s]
/proc/loadavg: 1.95 2.01 1.99 4/74 7707
/proc/meminfo: memFree=1118704/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 1.95 2.01 1.99 3/85 7719
/proc/meminfo: memFree=1089688/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
[pid=7710] ppid=7707 vsize=5356 CPUtime=0
/proc/7710/stat : 7710 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541028898 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7710/statm: 1339 233 193 169 0 50 0
[pid=7711] ppid=7710 vsize=865696 CPUtime=1.41
/proc/7711/stat : 7711 (java) S 7710 7707 6625 0 -1 0 15742 0 1 0 132 9 0 0 18 0 9 0 1541028898 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7711/statm: 216424 13795 2529 9 0 211006 0
[pid=7711/tid=7712] ppid=7710 vsize=865696 CPUtime=0.81
/proc/7711/task/7712/stat : 7712 (java) R 7710 7707 6625 0 -1 64 2990 0 1 0 79 2 0 0 23 0 9 0 1541028899 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4126450919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7713] ppid=7710 vsize=865696 CPUtime=0.47
/proc/7711/task/7713/stat : 7713 (java) S 7710 7707 6625 0 -1 64 11563 0 0 0 42 5 0 0 16 0 9 0 1541028901 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7714] ppid=7710 vsize=865696 CPUtime=0
/proc/7711/task/7714/stat : 7714 (java) S 7710 7707 6625 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541028901 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7715] ppid=7710 vsize=865696 CPUtime=0
/proc/7711/task/7715/stat : 7715 (java) S 7710 7707 6625 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541028901 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7716] ppid=7710 vsize=865696 CPUtime=0
/proc/7711/task/7716/stat : 7716 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541028903 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7717] ppid=7710 vsize=865696 CPUtime=0.09
/proc/7711/task/7717/stat : 7717 (java) S 7710 7707 6625 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1541028903 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7718] ppid=7710 vsize=865696 CPUtime=0
/proc/7711/task/7718/stat : 7718 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541028903 886472704 13795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7719] ppid=7710 vsize=865696 CPUtime=0
/proc/7711/task/7719/stat : 7719 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541028903 886472704 13795 996147200 134512640 134550740 4294956016 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) 884652

[startup+3.1019 s]
/proc/loadavg: 1.95 2.01 1.99 4/85 7719
/proc/meminfo: memFree=1048600/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=0.03
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541028893 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 796 370 3 0 500 0
[pid=7710] ppid=7707 vsize=5356 CPUtime=0
/proc/7710/stat : 7710 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541028898 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7710/statm: 1339 233 193 169 0 50 0
[pid=7711] ppid=7710 vsize=865712 CPUtime=2.99
/proc/7711/stat : 7711 (java) S 7710 7707 6625 0 -1 0 29896 0 1 0 282 17 0 0 18 0 9 0 1541028898 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7711/statm: 216428 24996 2529 9 0 211010 0
[pid=7711/tid=7712] ppid=7710 vsize=865712 CPUtime=1.52
/proc/7711/task/7712/stat : 7712 (java) R 7710 7707 6625 0 -1 64 3910 0 1 0 149 3 0 0 25 0 9 0 1541028899 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7713] ppid=7710 vsize=865712 CPUtime=1.31
/proc/7711/task/7713/stat : 7713 (java) S 7710 7707 6625 0 -1 64 24770 0 0 0 118 13 0 0 17 0 9 0 1541028901 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7714] ppid=7710 vsize=865712 CPUtime=0
/proc/7711/task/7714/stat : 7714 (java) S 7710 7707 6625 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541028901 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7715] ppid=7710 vsize=865712 CPUtime=0
/proc/7711/task/7715/stat : 7715 (java) S 7710 7707 6625 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541028901 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7716] ppid=7710 vsize=865712 CPUtime=0
/proc/7711/task/7716/stat : 7716 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541028903 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7717] ppid=7710 vsize=865712 CPUtime=0.13
/proc/7711/task/7717/stat : 7717 (java) R 7710 7707 6625 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 1541028903 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 104635017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7718] ppid=7710 vsize=865712 CPUtime=0
/proc/7711/task/7718/stat : 7718 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541028903 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7711/tid=7719] ppid=7710 vsize=865712 CPUtime=0
/proc/7711/task/7719/stat : 7719 (java) S 7710 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541028903 886489088 24996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884668

[startup+6.30232 s]
/proc/loadavg: 2.03 2.03 2.00 4/85 7729
/proc/meminfo: memFree=1091224/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=3.68
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 974 32118 0 1 3 1 343 21 15 0 1 0 1541028893 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 797 370 3 0 500 0
[pid=7720] ppid=7707 vsize=5356 CPUtime=0
/proc/7720/stat : 7720 (sh) S 7707 7707 6625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541029271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7720/statm: 1339 233 193 169 0 50 0
[pid=7721] ppid=7720 vsize=864200 CPUtime=2.48
/proc/7721/stat : 7721 (java) S 7720 7707 6625 0 -1 0 12332 0 1 0 239 9 0 0 18 0 9 0 1541029271 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7721/statm: 216050 10894 2542 9 0 210625 0
[pid=7721/tid=7722] ppid=7720 vsize=864200 CPUtime=1.63
/proc/7721/task/7722/stat : 7722 (java) R 7720 7707 6625 0 -1 64 3069 0 1 0 160 3 0 0 25 0 9 0 1541029272 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7723] ppid=7720 vsize=864200 CPUtime=0.72
/proc/7721/task/7723/stat : 7723 (java) S 7720 7707 6625 0 -1 64 8212 0 0 0 67 5 0 0 16 0 9 0 1541029273 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7724] ppid=7720 vsize=864200 CPUtime=0
/proc/7721/task/7724/stat : 7724 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541029273 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7725] ppid=7720 vsize=864200 CPUtime=0
/proc/7721/task/7725/stat : 7725 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1541029273 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7726] ppid=7720 vsize=864200 CPUtime=0
/proc/7721/task/7726/stat : 7726 (java) S 7720 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541029275 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7727] ppid=7720 vsize=864200 CPUtime=0.1
/proc/7721/task/7727/stat : 7727 (java) R 7720 7707 6625 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1541029275 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 101584208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7728] ppid=7720 vsize=864200 CPUtime=0
/proc/7721/task/7728/stat : 7728 (java) S 7720 7707 6625 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541029275 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7729] ppid=7720 vsize=864200 CPUtime=0
/proc/7721/task/7729/stat : 7729 (java) S 7720 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541029275 884940800 10894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883156

[startup+12.7012 s]
/proc/loadavg: 2.19 2.06 2.01 3/85 7729
/proc/meminfo: memFree=993240/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=3.68
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 974 32118 0 1 3 1 343 21 15 0 1 0 1541028893 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 797 370 3 0 500 0
[pid=7720] ppid=7707 vsize=5356 CPUtime=0
/proc/7720/stat : 7720 (sh) S 7707 7707 6625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541029271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7720/statm: 1339 233 193 169 0 50 0
[pid=7721] ppid=7720 vsize=868420 CPUtime=8.81
/proc/7721/stat : 7721 (java) S 7720 7707 6625 0 -1 0 58016 0 1 0 848 33 0 0 18 0 9 0 1541029271 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7721/statm: 217105 35774 2540 9 0 211680 0
[pid=7721/tid=7722] ppid=7720 vsize=868420 CPUtime=4.92
/proc/7721/task/7722/stat : 7722 (java) R 7720 7707 6625 0 -1 64 4448 0 1 0 488 4 0 0 25 0 9 0 1541029272 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4126650637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7723] ppid=7720 vsize=868420 CPUtime=3.66
/proc/7721/task/7723/stat : 7723 (java) S 7720 7707 6625 0 -1 64 51403 0 0 0 340 26 0 0 16 0 9 0 1541029273 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7724] ppid=7720 vsize=868420 CPUtime=0
/proc/7721/task/7724/stat : 7724 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541029273 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7725] ppid=7720 vsize=868420 CPUtime=0
/proc/7721/task/7725/stat : 7725 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541029273 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7726] ppid=7720 vsize=868420 CPUtime=0
/proc/7721/task/7726/stat : 7726 (java) S 7720 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541029275 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7727] ppid=7720 vsize=868420 CPUtime=0.19
/proc/7721/task/7727/stat : 7727 (java) S 7720 7707 6625 0 -1 64 1468 0 0 0 18 1 0 0 16 0 9 0 1541029275 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7728] ppid=7720 vsize=868420 CPUtime=0
/proc/7721/task/7728/stat : 7728 (java) S 7720 7707 6625 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541029275 889262080 35774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7729] ppid=7720 vsize=868420 CPUtime=0
/proc/7721/task/7729/stat : 7729 (java) S 7720 7707 6625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541029275 889262080 35774 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) 887376

[startup+25.5029 s]
/proc/loadavg: 2.15 2.06 2.01 3/85 7729
/proc/meminfo: memFree=800152/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=3.68
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 974 32118 0 1 3 1 343 21 16 0 1 0 1541028893 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 797 370 3 0 500 0
[pid=7720] ppid=7707 vsize=5356 CPUtime=0
/proc/7720/stat : 7720 (sh) S 7707 7707 6625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541029271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7720/statm: 1339 233 193 169 0 50 0
[pid=7721] ppid=7720 vsize=868532 CPUtime=21.46
/proc/7721/stat : 7721 (java) S 7720 7707 6625 0 -1 0 101879 0 1 0 2056 90 0 0 18 0 9 0 1541029271 889376768 66477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7721/statm: 217133 66477 2566 9 0 211680 0
[pid=7721/tid=7722] ppid=7720 vsize=868532 CPUtime=13.06
/proc/7721/task/7722/stat : 7722 (java) R 7720 7707 6625 0 -1 64 5696 0 1 0 1267 39 0 0 25 0 9 0 1541029272 889376768 66477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7723] ppid=7720 vsize=868532 CPUtime=8.08
/proc/7721/task/7723/stat : 7723 (java) S 7720 7707 6625 0 -1 64 93961 0 0 0 760 48 0 0 16 0 9 0 1541029273 889376768 66477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7724] ppid=7720 vsize=868532 CPUtime=0
/proc/7721/task/7724/stat : 7724 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541029273 889376768 66477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7721/tid=7725] ppid=7720 vsize=868532 CPUtime=0
/proc/7721/task/7725/stat : 7725 (java) S 7720 7707 6625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541029273 889376768 66477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=733996 CPUtime=1373.97
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 178706 0 0 0 137217 180 0 0 25 0 1 0 1541032761 751611904 178692 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 183499 178692 76 150 0 183346 0
Current children cumulated CPU time (s) 1411.97
Current children cumulated vsize (KiB) 752952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7793
/proc/meminfo: memFree=149848/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=743072 CPUtime=1433.94
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 181024 0 0 0 143211 183 0 0 25 0 1 0 1541032761 760905728 181010 996147200 134512640 135127466 4294956272 18446744073709551615 134522702 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 185768 181010 76 150 0 185615 0
Current children cumulated CPU time (s) 1471.94
Current children cumulated vsize (KiB) 762028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7793
/proc/meminfo: memFree=135512/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=749364 CPUtime=1493.91
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 182639 0 0 0 149207 184 0 0 25 0 1 0 1541032761 767348736 182625 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 187341 182625 76 150 0 187188 0
Current children cumulated CPU time (s) 1531.91
Current children cumulated vsize (KiB) 768320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7793
/proc/meminfo: memFree=113624/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=756800 CPUtime=1553.89
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 184525 0 0 0 155202 187 0 0 25 0 1 0 1541032761 774963200 184511 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 189200 184511 76 150 0 189047 0
Current children cumulated CPU time (s) 1591.89
Current children cumulated vsize (KiB) 775756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7793
/proc/meminfo: memFree=92504/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=765084 CPUtime=1613.86
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 186637 0 0 0 161197 189 0 0 25 0 1 0 1541032761 783446016 186623 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 191271 186623 76 150 0 191118 0
Current children cumulated CPU time (s) 1651.86
Current children cumulated vsize (KiB) 784040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=72976/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=775308 CPUtime=1673.83
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 189232 0 0 0 167190 193 0 0 25 0 1 0 1541032761 793915392 189218 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 193827 189218 76 150 0 193674 0
Current children cumulated CPU time (s) 1711.83
Current children cumulated vsize (KiB) 794264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=48848/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=782792 CPUtime=1733.81
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 191142 0 0 0 173186 195 0 0 25 0 1 0 1541032761 801579008 191128 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 195698 191128 76 150 0 195545 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 801748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=36944/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1033 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=5356 CPUtime=0
/proc/7730/stat : 7730 (sh) S 7707 7707 6625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541032761 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7730/statm: 1339 232 193 169 0 50 0
[pid=7731] ppid=7730 vsize=785960 CPUtime=1762.1
/proc/7731/stat : 7731 (minisat) R 7730 7707 6625 0 -1 4194304 191924 0 0 0 176015 195 0 0 25 0 1 0 1541032761 804823040 191910 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 196490 191910 76 150 0 196337 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 804916

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

[startup+1810.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=36944/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38
/proc/7707/stat : 7707 (sugar) S 7705 7707 6625 0 -1 4194304 1045 134471 0 2 3 1 3599 197 16 0 1 0 1541028893 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7707/statm: 3400 799 370 3 0 500 0
[pid=7730] ppid=7707 vsize=0 CPUtime=0
/proc/7730/stat : 7730 (sh) Z 7707 7707 6625 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1541032761 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7730/statm: 0 0 0 0 0 0 0
[pid=7731] ppid=1 vsize=0 CPUtime=1762.21
/proc/7731/stat : 7731 (minisat) R 1 7707 6625 0 -1 4195332 191924 0 0 0 176015 206 0 0 25 0 1 0 1541032761 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/7731/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 13600

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

[startup+1810.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=36944/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38.07
/proc/7707/stat : 7707 (sugar) R 7705 7707 6625 0 -1 4194304 1070 134748 0 2 3 8 3599 197 17 0 1 0 1541028893 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/7707/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.07
Current children cumulated vsize (KiB) 13600

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

[startup+1810.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7799
/proc/meminfo: memFree=36944/2055920 swapFree=4180424/4192956
[pid=7707] ppid=7705 vsize=13600 CPUtime=38.07
/proc/7707/stat : 7707 (sugar) R 7705 7707 6625 0 -1 4194304 1070 134748 0 2 3 8 3599 197 17 0 1 0 1541028893 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/7707/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.07
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): 1762.14
#  lost CPU user time (s): 1760.15
#  lost CPU system time (s): 1.99

Real time (s): 1810.82
CPU time (s): 1800.26
CPU user time (s): 1796.19
CPU system time (s): 4.07368
CPU usage (%): 99.4166
Max. virtual memory (cumulated for all children) (KiB): 908868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0355
system time used= 2.08368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135849
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= 7401
involuntary context switches= 8029

runsolver used 2.12168 second user time and 6.15506 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 21:32:51
IDJOB=1058216
IDBENCH=54114
IDSOLVER=346
FILE ID=node13/1058216-1215113571
PBS_JOBID= 7877178
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-10.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-1058216-1215113571/watcher-1058216-1215113571 -o /tmp/evaluation-result-1058216-1215113571/solver-1058216-1215113571 -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-1058216-1215113571.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=1322524847

node13.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.238
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.238
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:       1119184 kB
Buffers:         58012 kB
Cached:         431924 kB
SwapCached:       6668 kB
Active:         694884 kB
Inactive:       162900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119184 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:          140556 kB
Writeback:           0 kB
Mapped:         374980 kB
Slab:            63356 kB
Committed_AS:  3258764 kB
PageTables:       2708 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= 66380 MiB
End job on node13 at 2008-07-03 22:03:04