Trace number 2090794

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.14.6+minisat? (TO) 1800.06 1804.83

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-92_ext.xml
MD5SUMc56d3168d4b60946a7befce3deaa06d6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1978
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 11:35:52 2009
0.00/0.07	c 0	PID 27017
0.07/0.07	c 0	HOST node90.alineos.net
0.07/0.07	c 0	CONVERTING HOME/instance-2090794-1247391352.xml TO HOME/temp.csp
0.07/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090794-1247391352.xml' 'HOME/temp.csp'
1.08/1.17	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.08/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.08/1.17	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.25	c 1	Parsing HOME/temp.csp
2.65/2.77	c 3	parsed 209 expressions
2.65/2.78	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.65/2.78	c 3	Converting to clausal form CSP
2.75/2.80	c 3	converted 21 (10%) expressions
2.75/2.80	c 3	converted 42 (20%) expressions
2.75/2.83	c 3	converted 63 (30%) expressions
2.75/2.85	c 3	converted 84 (40%) expressions
2.75/2.85	c 3	converted 105 (50%) expressions
2.95/3.06	c 3	converted 126 (60%) expressions
3.15/3.26	c 3	converted 147 (70%) expressions
3.25/3.39	c 3	converted 168 (80%) expressions
3.44/3.54	c 4	converted 189 (90%) expressions
3.54/3.67	c 4	converted 209 (100%) expressions
3.54/3.67	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.54/3.67	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.54/3.67	c 4	Propagation in CSP
3.54/3.67	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.54/3.67	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.54/3.67	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.54/3.68	c 4	Simplifing CSP by introducing new Boolean variables
3.54/3.68	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.54/3.68	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.74/3.84	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.74/3.86	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.74/3.86	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.74/3.86	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.74/3.86	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.74/3.87	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.74/3.87	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.74/3.87	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.74/3.87	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.74/3.87	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.74/3.87	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.44/5.05	c 5	9 (10%) CSP clauses are encoded (34558 clauses, 644188 bytes)
4.64/5.28	c 5	17 (20%) CSP clauses are encoded (58614 clauses, 1158305 bytes)
4.94/5.54	c 6	26 (30%) CSP clauses are encoded (85864 clauses, 1749064 bytes)
5.14/5.78	c 6	34 (40%) CSP clauses are encoded (110243 clauses, 2318815 bytes)
5.44/6.01	c 6	42 (50%) CSP clauses are encoded (134603 clauses, 2887736 bytes)
5.64/6.27	c 6	51 (60%) CSP clauses are encoded (162036 clauses, 3528647 bytes)
5.94/6.51	c 7	59 (70%) CSP clauses are encoded (186227 clauses, 4093676 bytes)
6.13/6.77	c 7	68 (80%) CSP clauses are encoded (213487 clauses, 4730510 bytes)
6.43/7.00	c 7	76 (90%) CSP clauses are encoded (237560 clauses, 5292775 bytes)
6.63/7.23	c 7	84 (100%) CSP clauses are encoded (261677 clauses, 5855941 bytes)
6.63/7.23	c 7	84 CSP clauses encoded
6.63/7.23	c 7	Writing map file : HOME/temp.map
6.63/7.23	c 7	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.63/7.23	c 7	SAT : 7160 SAT variables, 261677 SAT clauses, 5855941 bytes
6.63/7.23	c 7	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.63/7.28	c 7	SOLVING HOME/temp.cnf
6.63/7.28	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.63/7.29	c 7	This is MiniSat 2.0 beta
6.63/7.29	c 7	WARNING: for repeatability, setting FPU to use double precision
6.63/7.29	c 7	============================[ Problem Statistics ]=============================
6.63/7.29	c 7	|                                                                             |
6.63/7.29	c 7	|  Number of variables:  7160                                                 |
6.63/7.29	c 7	|  Number of clauses:    261677                                               |
6.69/7.43	c 7	|  Parsing time:         0.12         s                                       |
6.69/7.44	c 7	============================[ Search Statistics ]==============================
6.69/7.44	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.69/7.44	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.69/7.44	c 7	===============================================================================
6.69/7.44	c 7	|         0 |    7160   261677  1002847 |    87225        0    nan |  0.000 % |
6.69/7.53	c 8	|       100 |    7160   261677  1002847 |    95948      100     15 |  0.000 % |
6.69/7.64	c 8	|       250 |    7160   261677  1002847 |   105543      250     13 |  0.000 % |
7.19/7.82	c 8	|       477 |    7160   261677  1002847 |   116097      477     12 |  0.000 % |
7.39/8.03	c 8	|       814 |    7160   261677  1002847 |   127707      814     12 |  0.000 % |
7.78/8.48	c 8	|      1320 |    7160   261677  1002847 |   140477     1320     12 |  0.001 % |
8.90/9.65	c 10	|      2080 |    7160   261677  1002847 |   154525     2080     12 |  0.001 % |
9.77/10.59	c 11	|      3219 |    7160   261677  1002847 |   169978     3219     13 |  0.000 % |
11.07/11.85	c 12	|      4927 |    7159   261571  1002539 |   186975     2395     13 |  0.014 % |
12.76/13.53	c 14	|      7489 |    7159   261571  1002539 |   205673     4957     15 |  0.014 % |
15.55/16.39	c 16	|     11334 |    7159   261571  1002539 |   226240     8802     14 |  0.014 % |
19.43/20.24	c 20	|     17101 |    7159   261571  1002539 |   248865    14569     16 |  0.014 % |
25.60/26.49	c 27	|     25752 |    7156   261298  1001704 |   273751    13805     14 |  0.056 % |
37.31/38.40	c 38	|     38726 |    7155   261206  1001400 |   301126    22516     15 |  0.070 % |
51.63/52.90	c 53	|     58187 |    7151   260849  1000183 |   331239    33738     15 |  0.126 % |
77.50/78.84	c 79	|     87380 |    7148   260446   998701 |   364363    48869     15 |  0.168 % |
120.79/122.34	c 122	|    131171 |    7147   260339   998384 |   400799    88241     15 |  0.182 % |
202.48/204.41	c 204	|    196855 |    7138   259461   995122 |   440879   128855     16 |  0.307 % |
362.91/365.83	c 366	|    295381 |    7138   259461   995122 |   484967   227381     17 |  0.308 % |
677.64/682.08	c 682	|    443174 |    7138   259461   995122 |   533464   375174     18 |  0.307 % |
1191.97/1196.59	c 1197	|    664858 |    7138   259461   995122 |   586810    87093     18 |  0.307 % |
1800.06/1804.81	c ERROR INTERRUPTED
1800.06/1804.82	s UNKNOWN
1800.06/1804.82	c 1805	CPU 6.7 (0.05 0.02 6.39 0.24)
1800.06/1804.82	c 1805	END Sun Jul 12 12:05:57 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090794-1247391352/watcher-2090794-1247391352 -o /tmp/evaluation-result-2090794-1247391352/solver-2090794-1247391352 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2090794-1247391352.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.14 2.06 4/74 27017
/proc/meminfo: memFree=1689716/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=3672 CPUtime=0
/proc/27017/stat : 27017 (sugar) R 27015 27017 26658 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 26199866 3760128 34 996147200 4194304 4206940 548682068608 18446744073709551615 256362215468 0 0 4096 0 0 0 0 17 1 0 0
/proc/27017/statm: 918 34 26 3 0 6 0

[startup+0.0772549 s]
/proc/loadavg: 2.06 2.14 2.06 4/74 27017
/proc/meminfo: memFree=1689716/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16740 CPUtime=0.07
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1152 0 0 0 5 2 0 0 20 0 1 0 26199866 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101231 s]
/proc/loadavg: 2.06 2.14 2.06 4/74 27017
/proc/meminfo: memFree=1689716/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=0.07
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301251 s]
/proc/loadavg: 2.06 2.14 2.06 4/74 27017
/proc/meminfo: memFree=1689716/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=0.07
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701294 s]
/proc/loadavg: 2.06 2.14 2.06 4/74 27017
/proc/meminfo: memFree=1689716/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=0.07
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.06 2.14 2.06 3/85 27029
/proc/meminfo: memFree=1669340/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=1.15
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1309 7999 0 1 5 2 101 7 15 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.10254 s]
/proc/loadavg: 2.06 2.14 2.06 4/85 27039
/proc/meminfo: memFree=1662492/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=1.15
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1309 7999 0 1 5 2 101 7 16 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
[pid=27030] ppid=27017 vsize=5356 CPUtime=0
/proc/27030/stat : 27030 (sh) S 27017 27017 26658 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26199984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27030/statm: 1339 233 193 169 0 50 0
[pid=27031] ppid=27030 vsize=864384 CPUtime=1.89
/proc/27031/stat : 27031 (java) S 27030 27017 26658 0 -1 0 14427 0 1 0 183 6 0 0 20 0 9 0 26199984 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27031/statm: 216096 13670 2566 9 0 210601 0
[pid=27031/tid=27032] ppid=27030 vsize=864384 CPUtime=1.04
/proc/27031/task/27032/stat : 27032 (java) R 27030 27017 26658 0 -1 64 3180 0 1 0 102 2 0 0 25 0 9 0 26199985 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27033] ppid=27030 vsize=864384 CPUtime=0.79
/proc/27031/task/27033/stat : 27033 (java) R 27030 27017 26658 0 -1 64 10239 0 0 0 76 3 0 0 17 0 9 0 26199986 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 104187627 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27034] ppid=27030 vsize=864384 CPUtime=0
/proc/27031/task/27034/stat : 27034 (java) S 27030 27017 26658 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26199986 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27035] ppid=27030 vsize=864384 CPUtime=0
/proc/27031/task/27035/stat : 27035 (java) S 27030 27017 26658 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26199986 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27036] ppid=27030 vsize=864384 CPUtime=0
/proc/27031/task/27036/stat : 27036 (java) S 27030 27017 26658 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26199988 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27037] ppid=27030 vsize=864384 CPUtime=0.04
/proc/27031/task/27037/stat : 27037 (java) S 27030 27017 26658 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 26199988 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27038] ppid=27030 vsize=864384 CPUtime=0
/proc/27031/task/27038/stat : 27038 (java) S 27030 27017 26658 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 26199989 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27039] ppid=27030 vsize=864384 CPUtime=0
/proc/27031/task/27039/stat : 27039 (java) S 27030 27017 26658 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26199989 885129216 13670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886608

[startup+6.30287 s]
/proc/loadavg: 2.06 2.14 2.06 3/85 27039
/proc/meminfo: memFree=1614876/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=1.15
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1310 7999 0 1 5 2 101 7 15 0 1 0 26199866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1111 409 3 0 796 0
[pid=27030] ppid=27017 vsize=5356 CPUtime=0
/proc/27030/stat : 27030 (sh) S 27017 27017 26658 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26199984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27030/statm: 1339 233 193 169 0 50 0
[pid=27031] ppid=27030 vsize=864496 CPUtime=4.58
/proc/27031/stat : 27031 (java) S 27030 27017 26658 0 -1 0 20059 0 1 0 446 12 0 0 20 0 9 0 26199984 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27031/statm: 216124 19215 2590 9 0 210601 0
[pid=27031/tid=27032] ppid=27030 vsize=864496 CPUtime=3.14
/proc/27031/task/27032/stat : 27032 (java) R 27030 27017 26658 0 -1 64 3311 0 1 0 309 5 0 0 25 0 9 0 26199985 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27033] ppid=27030 vsize=864496 CPUtime=1.29
/proc/27031/task/27033/stat : 27033 (java) S 27030 27017 26658 0 -1 64 15716 0 0 0 124 5 0 0 16 0 9 0 26199986 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27034] ppid=27030 vsize=864496 CPUtime=0
/proc/27031/task/27034/stat : 27034 (java) S 27030 27017 26658 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26199986 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27035] ppid=27030 vsize=864496 CPUtime=0
/proc/27031/task/27035/stat : 27035 (java) S 27030 27017 26658 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26199986 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27036] ppid=27030 vsize=864496 CPUtime=0
/proc/27031/task/27036/stat : 27036 (java) S 27030 27017 26658 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26199988 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27037] ppid=27030 vsize=864496 CPUtime=0.11
/proc/27031/task/27037/stat : 27037 (java) S 27030 27017 26658 0 -1 64 330 0 0 0 11 0 0 0 17 0 9 0 26199988 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27038] ppid=27030 vsize=864496 CPUtime=0
/proc/27031/task/27038/stat : 27038 (java) S 27030 27017 26658 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 26199989 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27031/tid=27039] ppid=27030 vsize=864496 CPUtime=0
/proc/27031/task/27039/stat : 27039 (java) S 27030 27017 26658 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26199989 885243904 19215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 886720

[startup+12.7015 s]
/proc/loadavg: 2.21 2.17 2.07 3/77 27041
/proc/meminfo: memFree=1662300/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=16140 CPUtime=5.27
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 3908 0 0 0 525 2 0 0 25 0 1 0 26200595 16527360 3894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27041/statm: 4035 3894 75 150 0 3882 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 38364

[startup+25.5069 s]
/proc/loadavg: 2.53 2.24 2.09 3/77 27041
/proc/meminfo: memFree=1660892/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=17612 CPUtime=18.02
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 4258 0 0 0 1799 3 0 0 25 0 1 0 26200595 18034688 4244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27041/statm: 4403 4244 75 150 0 4250 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 39836

[startup+51.1015 s]
/proc/loadavg: 2.59 2.29 2.11 3/77 27041
/proc/meminfo: memFree=1659612/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=18964 CPUtime=43.24
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 4588 0 0 0 4321 3 0 0 25 0 1 0 26200595 19419136 4574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27041/statm: 4741 4574 75 150 0 4588 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 41188

[startup+102.302 s]
/proc/loadavg: 2.25 2.24 2.10 3/77 27041
/proc/meminfo: memFree=1655964/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=22480 CPUtime=94.19
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 5442 0 0 0 9415 4 0 0 25 0 1 0 26200595 23019520 5428 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/27041/statm: 5620 5428 75 150 0 5467 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 44704

[startup+162.302 s]
/proc/loadavg: 2.09 2.19 2.09 3/77 27041
/proc/meminfo: memFree=1650204/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=27676 CPUtime=153.9
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 6750 0 0 0 15384 6 0 0 25 0 1 0 26200595 28340224 6736 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/27041/statm: 6919 6736 75 150 0 6766 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 49900

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

/proc/meminfo: memFree=1593764/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1351.02
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 135079 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1357.71
Current children cumulated vsize (KiB) 96476

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/77 27223
/proc/meminfo: memFree=1593124/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1411
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 141077 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1417.69
Current children cumulated vsize (KiB) 96476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 27223
/proc/meminfo: memFree=1592868/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1470.98
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 147075 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1477.67
Current children cumulated vsize (KiB) 96476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 27229
/proc/meminfo: memFree=1592356/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1530.95
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 153072 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 96476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 27229
/proc/meminfo: memFree=1592164/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1590.93
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 159070 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1597.62
Current children cumulated vsize (KiB) 96476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27229
/proc/meminfo: memFree=1591844/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1650.91
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 165068 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134527996 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1657.6
Current children cumulated vsize (KiB) 96476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27229
/proc/meminfo: memFree=1591780/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1710.89
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 171066 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1717.58
Current children cumulated vsize (KiB) 96476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27229
/proc/meminfo: memFree=1591332/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1770.87
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 177064 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1777.56
Current children cumulated vsize (KiB) 96476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27229
/proc/meminfo: memFree=1591268/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1793.37
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 179314 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 96476

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

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

[startup+1804.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27229
/proc/meminfo: memFree=1591268/2055920 swapFree=4192812/4192956
[pid=27017] ppid=27015 vsize=16868 CPUtime=6.69
/proc/27017/stat : 27017 (sugar) S 27015 27017 26658 0 -1 4194304 1376 28396 0 2 5 2 639 23 16 0 1 0 26199866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27017/statm: 4217 1113 409 3 0 796 0
[pid=27040] ppid=27017 vsize=5356 CPUtime=0
/proc/27040/stat : 27040 (sh) S 27017 27017 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27040/statm: 1339 232 193 169 0 50 0
[pid=27041] ppid=27040 vsize=74252 CPUtime=1793.37
/proc/27041/stat : 27041 (minisat) R 27040 27017 26658 0 -1 4194304 18250 0 0 0 179314 23 0 0 25 0 1 0 26200595 76034048 18236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 18563 18236 75 150 0 18410 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 96476

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27017 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=454018
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=267959
# CPU time returned by wait4() is 6.72198
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.83
CPU time (s): 1800.06
CPU user time (s): 1799.58
CPU system time (s): 0.48
CPU usage (%): 99.7359
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.45402
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30155
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= 3422
involuntary context switches= 3325

runsolver used 2.75158 second user time and 7.09592 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 11:35:52
IDJOB=2090794
IDBENCH=59893
IDSOLVER=739
FILE ID=node90/2090794-1247391352
PBS_JOBID= 9507330
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-92_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090794-1247391352/watcher-2090794-1247391352 -o /tmp/evaluation-result-2090794-1247391352/solver-2090794-1247391352 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2090794-1247391352.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c56d3168d4b60946a7befce3deaa06d6
RANDOM SEED=959443296

node90.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1690196 kB
Buffers:         54184 kB
Cached:         216932 kB
SwapCached:          0 kB
Active:         176828 kB
Inactive:       131192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690196 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:          41880 kB
Slab:            42956 kB
Committed_AS:   206828 kB
PageTables:       1896 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= 66292 MiB
End job on node90 at 2009-07-12 12:05:59