Trace number 2092213

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.02 1813.72

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-63_ext.xml
MD5SUM14572cedfa1d9727c29fe150adb0e313
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 benchmark17.9613
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 13:12:39 2009
0.00/0.08	c 0	PID 1337
0.06/0.08	c 0	HOST node44.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2092213-1247397159.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2092213-1247397159.xml' 'HOME/temp.csp'
0.06/0.84	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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'
0.81/0.95	c 1	Parsing HOME/temp.csp
1.62/1.73	c 2	parsed 247 expressions
1.62/1.74	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.74	c 2	Converting to clausal form CSP
1.62/1.76	c 2	converted 25 (10%) expressions
1.62/1.77	c 2	converted 50 (20%) expressions
1.62/1.77	c 2	converted 75 (30%) expressions
1.62/1.79	c 2	converted 99 (40%) expressions
1.62/1.79	c 2	converted 124 (50%) expressions
1.71/1.82	c 2	converted 149 (60%) expressions
1.71/1.89	c 2	converted 173 (70%) expressions
1.91/2.10	c 2	converted 198 (80%) expressions
2.01/2.20	c 2	converted 223 (90%) expressions
2.11/2.25	c 2	converted 247 (100%) expressions
2.11/2.25	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.25	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.25	c 2	Propagation in CSP
2.11/2.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.25	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.25	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.28	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.28	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.38	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.21/2.38	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.21/2.38	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.21/2.39	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.21/2.39	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.21/2.39	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.21/2.39	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.21/2.39	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.21/2.39	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.21/2.39	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.40/2.52	c 2	11 (10%) CSP clauses are encoded (14584 clauses, 268447 bytes)
2.50/2.60	c 3	21 (20%) CSP clauses are encoded (24881 clauses, 476107 bytes)
2.50/2.67	c 3	31 (30%) CSP clauses are encoded (35280 clauses, 694823 bytes)
2.60/2.76	c 3	42 (40%) CSP clauses are encoded (46728 clauses, 937855 bytes)
2.70/2.83	c 3	52 (50%) CSP clauses are encoded (57202 clauses, 1165377 bytes)
2.80/2.91	c 3	62 (60%) CSP clauses are encoded (67504 clauses, 1404308 bytes)
2.80/2.99	c 3	73 (70%) CSP clauses are encoded (79094 clauses, 1673306 bytes)
2.90/3.06	c 3	83 (80%) CSP clauses are encoded (89549 clauses, 1915899 bytes)
3.00/3.14	c 3	93 (90%) CSP clauses are encoded (99968 clauses, 2157623 bytes)
3.10/3.22	c 3	103 (100%) CSP clauses are encoded (110481 clauses, 2401529 bytes)
3.10/3.22	c 3	103 CSP clauses encoded
3.10/3.22	c 3	Writing map file : HOME/temp.map
3.10/3.22	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.22	c 3	SAT : 3160 SAT variables, 110481 SAT clauses, 2401529 bytes
3.10/3.22	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.27	c 3	SOLVING HOME/temp.cnf
3.10/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.10/3.27	c 3	This is MiniSat 2.0 beta
3.10/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
3.10/3.27	c 3	============================[ Problem Statistics ]=============================
3.10/3.27	c 3	|                                                                             |
3.10/3.28	c 3	|  Number of variables:  3160                                                 |
3.10/3.28	c 3	|  Number of clauses:    110481                                               |
3.15/3.34	c 3	|  Parsing time:         0.05         s                                       |
3.15/3.34	c 3	============================[ Search Statistics ]==============================
3.15/3.34	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.15/3.34	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.15/3.34	c 3	===============================================================================
3.15/3.34	c 3	|         0 |    3160   110481   420130 |    36827        0    nan |  0.000 % |
3.15/3.39	c 3	|       100 |    3160   110481   420130 |    40509      100     15 |  0.000 % |
3.15/3.44	c 3	|       250 |    3160   110481   420130 |    44560      250     14 |  0.001 % |
3.15/3.54	c 3	|       476 |    3160   110481   420130 |    49016      476     15 |  0.001 % |
3.15/3.67	c 4	|       815 |    3160   110481   420130 |    53918      815     14 |  0.001 % |
3.15/3.78	c 4	|      1321 |    3160   110481   420130 |    59310     1321     13 |  0.000 % |
3.15/4.05	c 4	|      2081 |    3160   110481   420130 |    65241     2081     14 |  0.001 % |
4.25/4.47	c 4	|      3220 |    3160   110481   420130 |    71765     3220     14 |  0.001 % |
4.85/5.05	c 5	|      4929 |    3160   110481   420130 |    78941     4929     14 |  0.001 % |
5.73/6.00	c 6	|      7491 |    3160   110481   420130 |    86836     7491     14 |  0.001 % |
7.42/7.61	c 8	|     11337 |    3160   110481   420130 |    95519    11337     13 |  0.001 % |
10.09/10.36	c 10	|     17105 |    3160   110481   420130 |   105071    17105     14 |  0.001 % |
14.64/15.00	c 15	|     25754 |    3159   110406   419913 |   115578     9119     12 |  0.032 % |
20.79/21.14	c 21	|     38728 |    3159   110406   419913 |   127136    22093     13 |  0.033 % |
30.41/30.82	c 31	|     58189 |    3158   110314   419596 |   139850    24737     14 |  0.063 % |
49.91/50.55	c 50	|     87382 |    3158   110314   419596 |   153835    53930     15 |  0.064 % |
82.80/83.77	c 84	|    131172 |    3158   110314   419596 |   169219    97720     15 |  0.064 % |
145.31/146.84	c 147	|    196856 |    3155   110040   418667 |   186140   127812     16 |  0.159 % |
268.34/271.02	c 271	|    295382 |    3152   109837   417978 |   204755    24221     17 |  0.254 % |
406.83/410.88	c 411	|    443173 |    3152   109837   417978 |   225230   172012     18 |  0.254 % |
657.06/663.45	c 663	|    664857 |    3152   109837   417978 |   247753   192224     18 |  0.254 % |
1049.05/1059.16	c 1059	|    997383 |    3152   109837   417978 |   272529    73039     17 |  0.253 % |
1701.06/1714.78	c 1715	|   1496174 |    3148   109454   416514 |   299781    56361     17 |  0.380 % |
1800.02/1813.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1813.71	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1813.71	c ERROR INTERRUPTED
1800.02/1813.72	s UNKNOWN
1800.02/1813.72	c 1814	CPU 3.15 (0.06 0.01 2.95 0.13)
1800.02/1813.72	c 1814	END Sun Jul 12 13:42:53 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-2092213-1247397159/watcher-2092213-1247397159 -o /tmp/evaluation-result-2092213-1247397159/solver-2092213-1247397159 -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-2092213-1247397159.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.00 2.01 2.00 4/72 1337
/proc/meminfo: memFree=1863456/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=12268 CPUtime=0
/proc/1337/stat : 1337 (sugar) R 1335 1337 1238 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26779764 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1337/statm: 3067 316 241 3 0 167 0

[startup+0.0820471 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 1337
/proc/meminfo: memFree=1863456/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16740 CPUtime=0.06
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26779764 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.1006 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 1337
/proc/meminfo: memFree=1863456/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=0.06
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26779764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301502 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 1337
/proc/meminfo: memFree=1863456/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=0.06
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26779764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701545 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 1337
/proc/meminfo: memFree=1863456/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=0.06
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26779764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 1359
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=0.81
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1309 5203 0 1 5 1 71 4 16 0 1 0 26779764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1111 409 3 0 796 0
[pid=1350] ppid=1337 vsize=5356 CPUtime=0
/proc/1350/stat : 1350 (sh) S 1337 1337 1238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26779851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1350/statm: 1339 233 193 169 0 50 0
[pid=1351] ppid=1350 vsize=862284 CPUtime=0.6
/proc/1351/stat : 1351 (java) S 1350 1337 1238 0 -1 0 6609 0 1 0 57 3 0 0 18 0 9 0 26779851 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1351/statm: 215571 5889 2158 9 0 210484 0
[pid=1351/tid=1352] ppid=1350 vsize=862284 CPUtime=0.37
/proc/1351/task/1352/stat : 1352 (java) R 1350 1337 1238 0 -1 64 2026 0 1 0 37 0 0 0 22 0 9 0 26779852 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1353] ppid=1350 vsize=862284 CPUtime=0.17
/proc/1351/task/1353/stat : 1353 (java) R 1350 1337 1238 0 -1 64 3575 0 0 0 16 1 0 0 16 0 9 0 26779853 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 103826305 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1354] ppid=1350 vsize=862284 CPUtime=0
/proc/1351/task/1354/stat : 1354 (java) S 1350 1337 1238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26779853 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1355] ppid=1350 vsize=862284 CPUtime=0
/proc/1351/task/1355/stat : 1355 (java) S 1350 1337 1238 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26779853 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1356] ppid=1350 vsize=862284 CPUtime=0
/proc/1351/task/1356/stat : 1356 (java) S 1350 1337 1238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26779856 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1357] ppid=1350 vsize=862284 CPUtime=0.03
/proc/1351/task/1357/stat : 1357 (java) S 1350 1337 1238 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26779856 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1358] ppid=1350 vsize=862284 CPUtime=0
/proc/1351/task/1358/stat : 1358 (java) S 1350 1337 1238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26779856 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1359] ppid=1350 vsize=862284 CPUtime=0
/proc/1351/task/1359/stat : 1359 (java) S 1350 1337 1238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26779856 882978816 5889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10279 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 1359
/proc/meminfo: memFree=1830344/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=0.81
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1310 5203 0 1 5 1 71 4 15 0 1 0 26779764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1111 409 3 0 796 0
[pid=1350] ppid=1337 vsize=5356 CPUtime=0
/proc/1350/stat : 1350 (sh) S 1337 1337 1238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26779851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1350/statm: 1339 233 193 169 0 50 0
[pid=1351] ppid=1350 vsize=864488 CPUtime=2.19
/proc/1351/stat : 1351 (java) S 1350 1337 1238 0 -1 0 12070 0 1 0 212 7 0 0 18 0 9 0 26779851 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1351/statm: 216122 11253 2590 9 0 210599 0
[pid=1351/tid=1352] ppid=1350 vsize=864488 CPUtime=1.37
/proc/1351/task/1352/stat : 1352 (java) R 1350 1337 1238 0 -1 64 3020 0 1 0 135 2 0 0 23 0 9 0 26779852 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4126479896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1353] ppid=1350 vsize=864488 CPUtime=0.71
/proc/1351/task/1353/stat : 1353 (java) S 1350 1337 1238 0 -1 64 8014 0 0 0 67 4 0 0 16 0 9 0 26779853 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1354] ppid=1350 vsize=864488 CPUtime=0
/proc/1351/task/1354/stat : 1354 (java) S 1350 1337 1238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26779853 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1355] ppid=1350 vsize=864488 CPUtime=0
/proc/1351/task/1355/stat : 1355 (java) S 1350 1337 1238 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26779853 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1356] ppid=1350 vsize=864488 CPUtime=0
/proc/1351/task/1356/stat : 1356 (java) S 1350 1337 1238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26779856 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1357] ppid=1350 vsize=864488 CPUtime=0.08
/proc/1351/task/1357/stat : 1357 (java) S 1350 1337 1238 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26779856 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1358] ppid=1350 vsize=864488 CPUtime=0
/proc/1351/task/1358/stat : 1358 (java) S 1350 1337 1238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26779856 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1351/tid=1359] ppid=1350 vsize=864488 CPUtime=0
/proc/1351/task/1359/stat : 1359 (java) S 1350 1337 1238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26779856 885235712 11253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886712

[startup+6.30213 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1361
/proc/meminfo: memFree=1849032/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=8412 CPUtime=2.98
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 1991 0 0 0 297 1 0 0 25 0 1 0 26780092 8613888 1977 996147200 134512640 135127466 4294956256 18446744073709551615 134528074 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 2103 1977 75 150 0 1950 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30636

[startup+12.7018 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1361
/proc/meminfo: memFree=1847752/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=9572 CPUtime=9.31
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 2275 0 0 0 930 1 0 0 25 0 1 0 26780092 9801728 2261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 2393 2261 75 150 0 2240 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 31796

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1361
/proc/meminfo: memFree=1846856/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=10396 CPUtime=21.99
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 2487 0 0 0 2198 1 0 0 25 0 1 0 26780092 10645504 2473 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 2599 2473 75 150 0 2446 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32620

[startup+51.1017 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 1361
/proc/meminfo: memFree=1844296/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=13120 CPUtime=47.35
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 3149 0 0 0 4733 2 0 0 25 0 1 0 26780092 13434880 3135 996147200 134512640 135127466 4294956256 18446744073709551615 134529467 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 3280 3135 75 150 0 3127 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 35344

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1361
/proc/meminfo: memFree=1839752/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=17564 CPUtime=98.08
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 4240 0 0 0 9804 4 0 0 25 0 1 0 26780092 17985536 4226 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 4391 4226 75 150 0 4238 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 39788

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1361
/proc/meminfo: memFree=1835656/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1815560/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41052 CPUtime=1346.24
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10047 0 0 0 134612 12 0 0 25 0 1 0 26780092 42037248 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 10263 10033 75 150 0 10110 0
Current children cumulated CPU time (s) 1349.39
Current children cumulated vsize (KiB) 63276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1361
/proc/meminfo: memFree=1814600/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41712 CPUtime=1405.69
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10229 0 0 0 140556 13 0 0 25 0 1 0 26780092 42713088 10215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1361/statm: 10428 10215 75 150 0 10275 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 63936

[startup+1482.3 s]
/proc/loadavg: 1.40 1.83 1.94 2/70 1412
/proc/meminfo: memFree=1819880/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41868 CPUtime=1465.62
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10246 0 0 0 146548 14 0 0 25 0 1 0 26780092 42872832 10232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10467 10232 75 150 0 10314 0
Current children cumulated CPU time (s) 1468.77
Current children cumulated vsize (KiB) 64092

[startup+1542.3 s]
/proc/loadavg: 1.14 1.68 1.88 2/70 1445
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41868 CPUtime=1525.58
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10248 0 0 0 152543 15 0 0 25 0 1 0 26780092 42872832 10234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10467 10234 75 150 0 10314 0
Current children cumulated CPU time (s) 1528.73
Current children cumulated vsize (KiB) 64092

[startup+1602.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/70 1445
/proc/meminfo: memFree=1819504/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41868 CPUtime=1585.56
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10249 0 0 0 158540 16 0 0 25 0 1 0 26780092 42872832 10235 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10467 10235 75 150 0 10314 0
Current children cumulated CPU time (s) 1588.71
Current children cumulated vsize (KiB) 64092

[startup+1662.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/70 1478
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=41868 CPUtime=1645.54
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10249 0 0 0 164536 18 0 0 25 0 1 0 26780092 42872832 10235 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10467 10235 75 150 0 10314 0
Current children cumulated CPU time (s) 1648.69
Current children cumulated vsize (KiB) 64092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.36 1.72 2/70 1511
/proc/meminfo: memFree=1818352/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=42792 CPUtime=1705.51
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10490 0 0 0 170533 18 0 0 25 0 1 0 26780092 43819008 10476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10698 10476 75 150 0 10545 0
Current children cumulated CPU time (s) 1708.66
Current children cumulated vsize (KiB) 65016

[startup+1782.3 s]
/proc/loadavg: 1.00 1.29 1.67 2/70 1544
/proc/meminfo: memFree=1817968/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=42792 CPUtime=1765.48
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10490 0 0 0 176528 20 0 0 25 0 1 0 26780092 43819008 10476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10698 10476 75 150 0 10545 0
Current children cumulated CPU time (s) 1768.63
Current children cumulated vsize (KiB) 65016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 1.00 1.26 1.64 2/70 1544
/proc/meminfo: memFree=1818032/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=42792 CPUtime=1796.87
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10490 0 0 0 179667 20 0 0 25 0 1 0 26780092 43819008 10476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10698 10476 75 150 0 10545 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 65016

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

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

[startup+1813.7 s]
/proc/loadavg: 1.00 1.26 1.64 2/70 1544
/proc/meminfo: memFree=1818032/2055920 swapFree=4192812/4192956
[pid=1337] ppid=1335 vsize=16868 CPUtime=3.15
/proc/1337/stat : 1337 (sugar) S 1335 1337 1238 0 -1 4194304 1376 17584 0 2 6 1 295 13 16 0 1 0 26779764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1337/statm: 4217 1113 409 3 0 796 0
[pid=1360] ppid=1337 vsize=5356 CPUtime=0
/proc/1360/stat : 1360 (sh) S 1337 1337 1238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26780091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1360/statm: 1339 232 193 169 0 50 0
[pid=1361] ppid=1360 vsize=42792 CPUtime=1796.87
/proc/1361/stat : 1361 (minisat) R 1360 1337 1238 0 -1 4194304 10490 0 0 0 179667 20 0 0 25 0 1 0 26780092 43819008 10476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1361/statm: 10698 10476 75 150 0 10545 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 65016

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1337 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=18541
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 3.17752
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.72
CPU time (s): 1800.02
CPU user time (s): 1799.68
CPU system time (s): 0.34
CPU usage (%): 99.2446
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.01854
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19696
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= 2458
involuntary context switches= 2390

runsolver used 2.12668 second user time and 5.78812 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 13:12:39
IDJOB=2092213
IDBENCH=60303
IDSOLVER=739
FILE ID=node44/2092213-1247397159
PBS_JOBID= 9507462
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-63_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-2092213-1247397159/watcher-2092213-1247397159 -o /tmp/evaluation-result-2092213-1247397159/solver-2092213-1247397159 -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-2092213-1247397159.xml

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

MD5SUM BENCH= 14572cedfa1d9727c29fe150adb0e313
RANDOM SEED=1500289766

node44.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.219
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.219
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:       1863936 kB
Buffers:         33564 kB
Cached:          89448 kB
SwapCached:          0 kB
Active:          98512 kB
Inactive:        43564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          30568 kB
Slab:            35280 kB
Committed_AS:   239292 kB
PageTables:       1712 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= 66388 MiB
End job on node44 at 2009-07-12 13:42:55