Trace number 1058488

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 1816.28

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark108.522
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 22:04:41 2008
0.00/0.04	c 0	PID 9158
0.04/0.05	c 0	HOST node38.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1058488-1215115481.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058488-1215115481.xml' 'HOME/temp.csp'
2.75/2.89	c 3	32 domains, 880 variables, 1 predicates, 0 relations, 48826 constraints
2.84/2.92	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.84/2.92	c 3	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'
2.86/3.00	c 3	Parsing HOME/temp.csp
3.22/3.40	c 4	parsed 10000 expressions
3.62/3.73	c 4	parsed 20000 expressions
3.82/3.97	c 4	parsed 30000 expressions
4.21/4.31	c 5	parsed 40000 expressions
4.41/4.56	c 5	parsed 49739 expressions
4.41/4.56	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.41/4.56	c 5	Converting to clausal form CSP
5.10/5.21	c 6	converted 4974 (10%) expressions
5.40/5.58	c 6	converted 9948 (20%) expressions
5.99/6.18	c 7	converted 14922 (30%) expressions
6.38/6.54	c 7	converted 19896 (40%) expressions
6.67/6.88	c 7	converted 24870 (50%) expressions
7.47/7.61	c 8	converted 29844 (60%) expressions
7.76/7.96	c 8	converted 34818 (70%) expressions
8.16/8.31	c 9	converted 39792 (80%) expressions
8.47/8.68	c 9	converted 44766 (90%) expressions
10.44/10.60	c 11	converted 49739 (100%) expressions
10.44/10.60	c 11	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
10.44/10.60	c 11	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.44/10.60	c 11	Propagation in CSP
10.93/11.12	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.93/11.12	c 12	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
10.93/11.12	c 12	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.93/11.18	c 12	Simplifing CSP by introducing new Boolean variables
13.51/13.71	c 14	CSP : 880 integers, 244235 booleans, 324622 clauses, largest domain size 45
13.51/13.71	c 14	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.60/14.83	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.60/14.89	c 15	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
14.60/14.89	c 15	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
14.60/14.90	c 15	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
14.70/14.91	c 15	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
14.70/14.91	c 15	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
14.70/14.92	c 15	528 (60%) CSP integer variables are encoded (18994 clauses, 263268 bytes)
14.70/14.92	c 15	616 (70%) CSP integer variables are encoded (19068 clauses, 264378 bytes)
14.70/14.92	c 15	704 (80%) CSP integer variables are encoded (19144 clauses, 265518 bytes)
14.70/14.93	c 15	792 (90%) CSP integer variables are encoded (19208 clauses, 266478 bytes)
14.70/14.93	c 15	880 (100%) CSP integer variables are encoded (19302 clauses, 267888 bytes)
16.08/16.39	c 17	32463 (10%) CSP clauses are encoded (668824 clauses, 12835364 bytes)
17.55/17.80	c 18	64925 (20%) CSP clauses are encoded (1320841 clauses, 26045474 bytes)
18.94/19.20	c 20	97387 (30%) CSP clauses are encoded (1975235 clauses, 39342898 bytes)
20.32/20.64	c 21	129849 (40%) CSP clauses are encoded (2624931 clauses, 53174733 bytes)
21.71/22.08	c 23	162311 (50%) CSP clauses are encoded (3274536 clauses, 67163521 bytes)
23.17/23.57	c 24	194774 (60%) CSP clauses are encoded (3926260 clauses, 81640761 bytes)
24.63/25.29	c 26	227236 (70%) CSP clauses are encoded (4576820 clauses, 96371510 bytes)
26.61/27.26	c 28	259698 (80%) CSP clauses are encoded (5526528 clauses, 116734659 bytes)
28.67/29.31	c 30	292160 (90%) CSP clauses are encoded (6506838 clauses, 137848023 bytes)
30.65/31.34	c 32	324622 (100%) CSP clauses are encoded (7487500 clauses, 158996797 bytes)
30.65/31.35	c 32	324622 CSP clauses encoded
30.65/31.35	c 32	Writing map file : HOME/temp.map
30.65/31.39	c 32	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.65/31.39	c 32	SAT : 264288 SAT variables, 7487500 SAT clauses, 158996797 bytes
30.65/31.39	c 32	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.74/31.44	c 32	SOLVING HOME/temp.cnf
30.74/31.44	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.74/31.45	c 32	This is MiniSat 2.0 beta
30.74/31.45	c 32	WARNING: for repeatability, setting FPU to use double precision
30.74/31.45	c 32	============================[ Problem Statistics ]=============================
30.74/31.45	c 32	|                                                                             |
30.74/31.45	c 32	|  Number of variables:  264288                                               |
30.74/31.45	c 32	|  Number of clauses:    7487500                                              |
34.67/35.40	c 36	|  Parsing time:         3.37         s                                       |
34.77/35.59	c 36	============================[ Search Statistics ]==============================
34.77/35.59	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.77/35.59	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.77/35.59	c 36	===============================================================================
34.77/35.59	c 36	|         0 |  264288  7487500 22034856 |  2495833        0    nan |  0.000 % |
36.86/37.60	c 38	|       100 |  264288  7487500 22034856 |  2745416      100     11 |  0.000 % |
38.54/39.33	c 40	|       251 |  264288  7487500 22034856 |  3019958      251     27 |  0.000 % |
40.72/41.53	c 42	|       476 |  264288  7487500 22034856 |  3321954      476     18 |  0.000 % |
43.10/43.93	c 44	|       813 |  264288  7487500 22034856 |  3654149      813     17 |  0.000 % |
44.28/45.14	c 46	|      1319 |  264288  7487500 22034856 |  4019564     1319     15 |  0.000 % |
44.58/45.45	c 46	|      2079 |  264288  7487500 22034856 |  4421520     2079     17 |  0.000 % |
46.16/47.02	c 47	|      3219 |  264288  7487500 22034856 |  4863673     3219     16 |  0.000 % |
50.03/50.98	c 51	|      4927 |  264288  7487500 22034856 |  5350040     4927     16 |  0.000 % |
53.50/54.45	c 55	|      7489 |  264288  7487500 22034856 |  5885044     7489     18 |  0.000 % |
55.78/56.79	c 57	|     11334 |  264288  7487500 22034856 |  6473548    11334     19 |  0.000 % |
70.43/71.58	c 72	|     17102 |  264288  7487500 22034856 |  7120903    17102     21 |  0.000 % |
75.09/76.28	c 77	|     25751 |  264288  7487500 22034856 |  7832994    25751     22 |  0.000 % |
77.76/78.94	c 79	|     38725 |  264288  7487500 22034856 |  8616293    38725     22 |  0.000 % |
83.02/84.21	c 85	|     58186 |  264288  7487500 22034856 |  9477922    58186     20 |  0.000 % |
110.25/111.73	c 112	|     87380 |  264288  7487500 22034856 | 10425715    87380     22 |  0.000 % |
158.98/160.98	c 161	|    131169 |  264288  7487500 22034856 | 11468286   131169     38 |  0.000 % |
189.10/191.35	c 192	|    196853 |  264288  7487500 22034856 | 12615115   196853     35 |  0.000 % |
267.65/270.72	c 271	|    295380 |  264288  7487500 22034856 | 13876626   295380     33 |  0.000 % |
402.87/407.23	c 408	|    443170 |  264288  7487500 22034856 | 15264289   443170     33 |  0.000 % |
597.03/603.24	c 604	|    664855 |  264288  7487500 22034856 | 16790718   664855     35 |  0.000 % |
1497.40/1512.18	c 1513	|    997381 |  264288  7487500 22034856 | 18469790   997381     40 |  0.000 % |
1800.05/1816.12	c ERROR INTERRUPTED
1800.05/1816.20	s UNKNOWN
1800.05/1816.20	c 1817	CPU 29.1 (0.04 0.01 29.06 1.7)
1800.05/1816.20	c 1817	END Thu Jul  3 22:34:58 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-1058488-1215115481/watcher-1058488-1215115481 -o /tmp/evaluation-result-1058488-1215115481/solver-1058488-1215115481 -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-1058488-1215115481.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.93 1.97 1.99 4/72 9158
/proc/meminfo: memFree=1690584/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=18572 CPUtime=0
/proc/9158/stat : 9158 (runsolver) R 9156 9158 8187 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1541218548 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9158/statm: 4643 292 257 25 0 2626 0

[startup+0.05064 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 9158
/proc/meminfo: memFree=1690584/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=0.04
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1541218548 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101053 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 9158
/proc/meminfo: memFree=1690584/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=0.04
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1541218548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301071 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 9158
/proc/meminfo: memFree=1690584/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=0.04
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1541218548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701126 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 9158
/proc/meminfo: memFree=1690584/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=0.04
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1541218548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 9170
/proc/meminfo: memFree=1663424/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=0.04
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1541218548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 796 370 3 0 500 0
[pid=9161] ppid=9158 vsize=5356 CPUtime=0
/proc/9161/stat : 9161 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1541218553 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9161/statm: 1339 233 193 169 0 50 0
[pid=9162] ppid=9161 vsize=864672 CPUtime=1.42
/proc/9162/stat : 9162 (java) S 9161 9158 8187 0 -1 0 15968 0 1 0 130 12 0 0 18 0 9 0 1541218553 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9162/statm: 216168 13512 2529 9 0 210750 0
[pid=9162/tid=9163] ppid=9161 vsize=864672 CPUtime=0.83
/proc/9162/task/9163/stat : 9163 (java) R 9161 9158 8187 0 -1 64 3020 0 1 0 79 4 0 0 24 0 9 0 1541218554 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9164] ppid=9161 vsize=864672 CPUtime=0.48
/proc/9162/task/9164/stat : 9164 (java) R 9161 9158 8187 0 -1 64 11758 0 0 0 41 7 0 0 16 0 9 0 1541218556 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9165] ppid=9161 vsize=864672 CPUtime=0
/proc/9162/task/9165/stat : 9165 (java) S 9161 9158 8187 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541218556 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9166] ppid=9161 vsize=864672 CPUtime=0
/proc/9162/task/9166/stat : 9166 (java) S 9161 9158 8187 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1541218556 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9167] ppid=9161 vsize=864672 CPUtime=0
/proc/9162/task/9167/stat : 9167 (java) S 9161 9158 8187 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541218558 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9168] ppid=9161 vsize=864672 CPUtime=0.09
/proc/9162/task/9168/stat : 9168 (java) S 9161 9158 8187 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1541218558 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9169] ppid=9161 vsize=864672 CPUtime=0
/proc/9162/task/9169/stat : 9169 (java) S 9161 9158 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541218558 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9162/tid=9170] ppid=9161 vsize=864672 CPUtime=0
/proc/9162/task/9170/stat : 9170 (java) S 9161 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541218558 885424128 13512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.10139 s]
/proc/loadavg: 1.93 1.97 1.99 4/83 9170
/proc/meminfo: memFree=1621888/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=2.86
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 973 24872 0 1 3 1 262 20 16 0 1 0 1541218548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13600

[startup+6.30277 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 9180
/proc/meminfo: memFree=1646272/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=2.86
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 974 24872 0 1 3 1 262 20 15 0 1 0 1541218548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 797 370 3 0 500 0
[pid=9171] ppid=9158 vsize=5356 CPUtime=0
/proc/9171/stat : 9171 (sh) S 9158 9158 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541218840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9171/statm: 1339 233 193 169 0 50 0
[pid=9172] ppid=9171 vsize=868408 CPUtime=3.32
/proc/9172/stat : 9172 (java) S 9171 9158 8187 0 -1 0 17509 0 1 0 320 12 0 0 19 0 9 0 1541218841 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9172/statm: 217102 15895 2540 9 0 211677 0
[pid=9172/tid=9173] ppid=9171 vsize=868408 CPUtime=1.99
/proc/9172/task/9173/stat : 9173 (java) R 9171 9158 8187 0 -1 64 3322 0 1 0 197 2 0 0 25 0 9 0 1541218842 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4126588971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9174] ppid=9171 vsize=868408 CPUtime=1.11
/proc/9172/task/9174/stat : 9174 (java) S 9171 9158 8187 0 -1 64 12074 0 0 0 104 7 0 0 16 0 9 0 1541218843 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9175] ppid=9171 vsize=868408 CPUtime=0
/proc/9172/task/9175/stat : 9175 (java) S 9171 9158 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541218843 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9176] ppid=9171 vsize=868408 CPUtime=0
/proc/9172/task/9176/stat : 9176 (java) S 9171 9158 8187 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541218843 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9177] ppid=9171 vsize=868408 CPUtime=0
/proc/9172/task/9177/stat : 9177 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541218845 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9178] ppid=9171 vsize=868408 CPUtime=0.19
/proc/9172/task/9178/stat : 9178 (java) S 9171 9158 8187 0 -1 64 1417 0 0 0 18 1 0 0 16 0 9 0 1541218845 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9179] ppid=9171 vsize=868408 CPUtime=0
/proc/9172/task/9179/stat : 9179 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541218845 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9180] ppid=9171 vsize=868408 CPUtime=0
/proc/9172/task/9180/stat : 9180 (java) S 9171 9158 8187 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541218845 889249792 15895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887364

[startup+12.7025 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 9180
/proc/meminfo: memFree=1513152/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=2.86
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 974 24872 0 1 3 1 262 20 15 0 1 0 1541218548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 797 370 3 0 500 0
[pid=9171] ppid=9158 vsize=5356 CPUtime=0
/proc/9171/stat : 9171 (sh) S 9158 9158 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541218840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9171/statm: 1339 233 193 169 0 50 0
[pid=9172] ppid=9171 vsize=890900 CPUtime=9.66
/proc/9172/stat : 9172 (java) S 9171 9158 8187 0 -1 0 68277 0 1 0 928 38 0 0 19 0 9 0 1541218841 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9172/statm: 222725 53263 2540 9 0 217300 0
[pid=9172/tid=9173] ppid=9171 vsize=890900 CPUtime=4.77
/proc/9172/task/9173/stat : 9173 (java) R 9171 9158 8187 0 -1 64 4491 0 1 0 473 4 0 0 25 0 9 0 1541218842 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9174] ppid=9171 vsize=890900 CPUtime=4.64
/proc/9172/task/9174/stat : 9174 (java) R 9171 9158 8187 0 -1 64 61652 0 0 0 432 32 0 0 16 0 9 0 1541218843 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 104181398 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9175] ppid=9171 vsize=890900 CPUtime=0
/proc/9172/task/9175/stat : 9175 (java) S 9171 9158 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541218843 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9176] ppid=9171 vsize=890900 CPUtime=0
/proc/9172/task/9176/stat : 9176 (java) S 9171 9158 8187 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541218843 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9177] ppid=9171 vsize=890900 CPUtime=0
/proc/9172/task/9177/stat : 9177 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541218845 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9178] ppid=9171 vsize=890900 CPUtime=0.22
/proc/9172/task/9178/stat : 9178 (java) S 9171 9158 8187 0 -1 64 1438 0 0 0 21 1 0 0 16 0 9 0 1541218845 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9179] ppid=9171 vsize=890900 CPUtime=0
/proc/9172/task/9179/stat : 9179 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541218845 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9180] ppid=9171 vsize=890900 CPUtime=0
/proc/9172/task/9180/stat : 9180 (java) S 9171 9158 8187 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541218845 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 909856

[startup+25.5029 s]
/proc/loadavg: 2.17 2.02 2.01 3/83 9180
/proc/meminfo: memFree=1379840/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=2.86
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 974 24872 0 1 3 1 262 20 16 0 1 0 1541218548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 797 370 3 0 500 0
[pid=9171] ppid=9158 vsize=5356 CPUtime=0
/proc/9171/stat : 9171 (sh) S 9158 9158 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541218840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9171/statm: 1339 233 193 169 0 50 0
[pid=9172] ppid=9171 vsize=868520 CPUtime=22.07
/proc/9172/stat : 9172 (java) S 9171 9158 8187 0 -1 0 79786 0 1 0 2098 109 0 0 19 0 9 0 1541218841 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9172/statm: 217130 54954 2566 9 0 211677 0
[pid=9172/tid=9173] ppid=9171 vsize=868520 CPUtime=15.04
/proc/9172/task/9173/stat : 9173 (java) R 9171 9158 8187 0 -1 64 5798 0 1 0 1437 67 0 0 25 0 9 0 1541218842 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9174] ppid=9171 vsize=868520 CPUtime=6.71
/proc/9172/task/9174/stat : 9174 (java) S 9171 9158 8187 0 -1 64 71819 0 0 0 633 38 0 0 16 0 9 0 1541218843 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9175] ppid=9171 vsize=868520 CPUtime=0
/proc/9172/task/9175/stat : 9175 (java) S 9171 9158 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541218843 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9176] ppid=9171 vsize=868520 CPUtime=0
/proc/9172/task/9176/stat : 9176 (java) S 9171 9158 8187 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541218843 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9177] ppid=9171 vsize=868520 CPUtime=0
/proc/9172/task/9177/stat : 9177 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541218845 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9178] ppid=9171 vsize=868520 CPUtime=0.29
/proc/9172/task/9178/stat : 9178 (java) S 9171 9158 8187 0 -1 64 1473 0 0 0 28 1 0 0 16 0 9 0 1541218845 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9179] ppid=9171 vsize=868520 CPUtime=0
/proc/9172/task/9179/stat : 9179 (java) S 9171 9158 8187 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541218845 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9172/tid=9180] ppid=9171 vsize=868520 CPUtime=0
/proc/9172/task/9180/stat : 9180 (java) S 9171 9158 8187 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541218845 889364480 54954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 887476

[startup+51.1029 s]
/proc/loadavg: 2.23 2.05 2.01 3/75 9182
/proc/meminfo: memFree=1194112/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.79
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 3 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=339496 CPUtime=19.44
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 83486 0 0 0 1885 59 0 0 25 0 1 0 1541221693 347643904 83472 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=522176 CPUtime=1377.66
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 128855 0 0 0 137653 113 0 0 25 0 1 0 1541221693 534708224 128841 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9182/statm: 130544 128841 76 150 0 130391 0
Current children cumulated CPU time (s) 1408.45
Current children cumulated vsize (KiB) 541132

[startup+1482.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/75 9182
/proc/meminfo: memFree=1004864/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.79
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 3 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=528012 CPUtime=1437.1
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 130350 0 0 0 143595 115 0 0 25 0 1 0 1541221693 540684288 130336 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9182/statm: 132003 130336 76 150 0 131850 0
Current children cumulated CPU time (s) 1467.89
Current children cumulated vsize (KiB) 546968

[startup+1542.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/75 9182
/proc/meminfo: memFree=993216/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=539456 CPUtime=1496.52
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 133246 0 0 0 149534 118 0 0 25 0 1 0 1541221693 552402944 133232 996147200 134512640 135127466 4294956272 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/9182/statm: 134864 133232 76 150 0 134711 0
Current children cumulated CPU time (s) 1527.32
Current children cumulated vsize (KiB) 558412

[startup+1602.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/75 9182
/proc/meminfo: memFree=976128/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=558384 CPUtime=1555.96
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 137495 0 0 0 155472 124 0 0 25 0 1 0 1541221693 571785216 137481 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/9182/statm: 139596 137481 76 150 0 139443 0
Current children cumulated CPU time (s) 1586.76
Current children cumulated vsize (KiB) 577340

[startup+1662.3 s]
/proc/loadavg: 2.21 2.11 2.03 3/83 9222
/proc/meminfo: memFree=971968/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=571832 CPUtime=1615.59
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 140902 0 0 0 161430 129 0 0 25 0 1 0 1541221693 585555968 140888 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/9182/statm: 142958 140888 76 150 0 142805 0
Current children cumulated CPU time (s) 1646.39
Current children cumulated vsize (KiB) 590788

[startup+1722.3 s]
/proc/loadavg: 2.08 2.09 2.02 3/83 9222
/proc/meminfo: memFree=965248/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=578472 CPUtime=1675.53
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 142580 0 0 0 167423 130 0 0 25 0 1 0 1541221693 592355328 142566 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9182/statm: 144618 142566 76 150 0 144465 0
Current children cumulated CPU time (s) 1706.33
Current children cumulated vsize (KiB) 597428

[startup+1782.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/83 9224
/proc/meminfo: memFree=957248/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=585876 CPUtime=1735.48
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 144483 0 0 0 173416 132 0 0 25 0 1 0 1541221693 599937024 144469 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9182/statm: 146469 144469 76 150 0 146316 0
Current children cumulated CPU time (s) 1766.28
Current children cumulated vsize (KiB) 604832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.09 2.09 2.03 3/83 9224
/proc/meminfo: memFree=949888/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=593016 CPUtime=1769.25
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 146328 0 0 0 176791 134 0 0 25 0 1 0 1541221693 607248384 146314 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/9182/statm: 148254 146314 76 150 0 148101 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 611972

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

[startup+1816.11 s]
/proc/loadavg: 2.09 2.09 2.03 3/83 9224
/proc/meminfo: memFree=949888/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.8
/proc/9158/stat : 9158 (sugar) S 9156 9158 8187 0 -1 4194304 1033 105056 0 2 4 1 2906 169 16 0 1 0 1541218548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9158/statm: 3400 799 370 3 0 500 0
[pid=9181] ppid=9158 vsize=5356 CPUtime=0
/proc/9181/stat : 9181 (sh) S 9158 9158 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541221693 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9181/statm: 1339 232 193 169 0 50 0
[pid=9182] ppid=9181 vsize=593016 CPUtime=1769.25
/proc/9182/stat : 9182 (minisat) R 9181 9158 8187 0 -1 4194304 146328 0 0 0 176791 134 0 0 25 0 1 0 1541221693 607248384 146314 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/9182/statm: 148254 146314 76 150 0 148101 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 611972

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

[startup+1816.22 s]
/proc/loadavg: 2.09 2.09 2.03 3/83 9224
/proc/meminfo: memFree=949888/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.83
/proc/9158/stat : 9158 (sugar) R 9156 9158 8187 0 -1 4194304 1070 105333 0 2 4 3 2906 170 17 0 1 0 1541218548 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9158/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 30.83
Current children cumulated vsize (KiB) 13600

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

[startup+1816.22 s]
/proc/loadavg: 2.09 2.09 2.03 3/83 9224
/proc/meminfo: memFree=949888/2055920 swapFree=4111892/4192956
[pid=9158] ppid=9156 vsize=13600 CPUtime=30.83
/proc/9158/stat : 9158 (sugar) R 9156 9158 8187 0 -1 4194304 1070 105333 0 2 4 3 2906 170 17 0 1 0 1541218548 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9158/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 30.83
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): 1769.22
#  lost CPU user time (s): 1767.91
#  lost CPU system time (s): 1.31

Real time (s): 1816.28
CPU time (s): 1800.12
CPU user time (s): 1797.01
CPU system time (s): 3.10373
CPU usage (%): 99.1102
Max. virtual memory (cumulated for all children) (KiB): 909856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1046
system time used= 1.79373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106434
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= 7172
involuntary context switches= 7607

runsolver used 2.15767 second user time and 6.13207 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-03 22:04:41
IDJOB=1058488
IDBENCH=54131
IDSOLVER=346
FILE ID=node38/1058488-1215115481
PBS_JOBID= 7877128
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=1618531339

node38.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.223
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.223
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:       1691064 kB
Buffers:          8168 kB
Cached:          80072 kB
SwapCached:      74824 kB
Active:         277716 kB
Inactive:        29972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691064 kB
SwapTotal:     4192956 kB
SwapFree:      4111892 kB
Dirty:            8268 kB
Writeback:           0 kB
Mapped:         227524 kB
Slab:            42108 kB
Committed_AS:  3113672 kB
PageTables:       2272 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= 66540 MiB
End job on node38 at 2008-07-03 22:35:00