Trace number 2079794

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.08 1814.72

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-11_ext.xml
MD5SUMd42caf4e1efddbd9510df2799bc6f635
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.6059
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 05:20:15 2009
0.01/0.07	c 0	PID 22641
0.01/0.07	c 0	HOST node77.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2079794-1247368815.xml TO HOME/temp.csp
0.01/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-2079794-1247368815.xml' 'HOME/temp.csp'
0.06/0.72	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.74	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.71/0.82	c 1	Parsing HOME/temp.csp
1.65/1.78	c 2	parsed 141 expressions
1.65/1.79	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/1.79	c 2	Converting to clausal form CSP
1.74/1.81	c 2	converted 15 (10%) expressions
1.74/1.83	c 2	converted 29 (20%) expressions
1.74/1.83	c 2	converted 43 (30%) expressions
1.83/1.98	c 2	converted 57 (40%) expressions
1.83/1.99	c 2	converted 71 (50%) expressions
1.94/2.05	c 2	converted 85 (60%) expressions
2.04/2.15	c 2	converted 99 (70%) expressions
2.14/2.25	c 2	converted 113 (80%) expressions
2.24/2.34	c 2	converted 127 (90%) expressions
2.53/2.66	c 3	converted 141 (100%) expressions
2.53/2.66	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.53/2.66	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.66	c 3	Propagation in CSP
2.53/2.66	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.66	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.53/2.66	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.66	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.66	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.53/2.66	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.63/2.78	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.63/2.79	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.63/2.79	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.63/2.79	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.63/2.79	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.63/2.79	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.63/2.79	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.63/2.79	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.63/2.79	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.63/2.80	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.63/2.80	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.83/2.98	c 3	6 (10%) CSP clauses are encoded (11234 clauses, 246019 bytes)
3.03/3.11	c 3	12 (20%) CSP clauses are encoded (22048 clauses, 502232 bytes)
3.13/3.23	c 3	18 (30%) CSP clauses are encoded (32924 clauses, 772258 bytes)
3.23/3.35	c 3	24 (40%) CSP clauses are encoded (43703 clauses, 1036977 bytes)
3.32/3.48	c 4	30 (50%) CSP clauses are encoded (54484 clauses, 1305734 bytes)
3.53/3.60	c 4	36 (60%) CSP clauses are encoded (65235 clauses, 1581253 bytes)
3.63/3.72	c 4	42 (70%) CSP clauses are encoded (75964 clauses, 1867251 bytes)
3.72/3.84	c 4	48 (80%) CSP clauses are encoded (86708 clauses, 2154359 bytes)
3.83/3.97	c 4	54 (90%) CSP clauses are encoded (97478 clauses, 2442647 bytes)
3.93/4.10	c 4	60 (100%) CSP clauses are encoded (108368 clauses, 2733893 bytes)
4.02/4.10	c 4	60 CSP clauses encoded
4.02/4.10	c 4	Writing map file : HOME/temp.map
4.02/4.10	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.02/4.10	c 4	SAT : 380 SAT variables, 108368 SAT clauses, 2733893 bytes
4.02/4.10	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.02/4.14	c 4	SOLVING HOME/temp.cnf
4.02/4.14	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.02/4.15	c 4	This is MiniSat 2.0 beta
4.02/4.15	c 4	WARNING: for repeatability, setting FPU to use double precision
4.02/4.15	c 4	============================[ Problem Statistics ]=============================
4.02/4.15	c 4	|                                                                             |
4.02/4.15	c 4	|  Number of variables:  380                                                  |
4.02/4.15	c 4	|  Number of clauses:    108368                                               |
4.04/4.22	c 4	|  Parsing time:         0.06         s                                       |
4.04/4.22	c 4	============================[ Search Statistics ]==============================
4.04/4.22	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.04/4.22	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.04/4.22	c 4	===============================================================================
4.04/4.22	c 4	|         0 |     380   108368   595035 |    36122        0    nan |  0.000 % |
4.04/4.28	c 4	|       100 |     380   108368   595035 |    39734      100      9 |  0.001 % |
4.20/4.35	c 4	|       251 |     380   108368   595035 |    43708      251     11 |  0.013 % |
4.30/4.44	c 5	|       476 |     380   108368   595035 |    48079      476     12 |  0.012 % |
4.49/4.60	c 5	|       815 |     380   108368   595035 |    52887      815     11 |  0.013 % |
4.59/4.79	c 5	|      1321 |     380   108368   595035 |    58175     1321     11 |  0.013 % |
4.89/5.09	c 5	|      2080 |     380   108368   595035 |    63993     2080     11 |  0.013 % |
5.29/5.48	c 6	|      3220 |     380   108368   595035 |    70392     3220     12 |  0.013 % |
5.99/6.13	c 6	|      4928 |     380   108368   595035 |    77432     4928     13 |  0.013 % |
6.98/7.17	c 7	|      7491 |     380   108368   595035 |    85175     7491     13 |  0.013 % |
8.68/8.82	c 9	|     11335 |     380   108368   595035 |    93692    11335     12 |  0.014 % |
11.06/11.28	c 11	|     17101 |     380   108368   595035 |   103062    17101     13 |  0.014 % |
15.53/15.71	c 16	|     25750 |     380   108368   595035 |   113368    25750     14 |  0.014 % |
23.07/23.31	c 23	|     38726 |     380   108368   595035 |   124705    38726     14 |  0.015 % |
37.05/37.45	c 38	|     58187 |     380   108368   595035 |   137175    58187     14 |  0.015 % |
63.34/63.90	c 64	|     87380 |     380   108368   595035 |   150893    87380     14 |  0.021 % |
94.20/95.04	c 95	|    131169 |     379   107442   590755 |   165982    40281     15 |  0.265 % |
150.35/151.61	c 152	|    196853 |     378   106258   584509 |   182580    22816     12 |  0.527 % |
235.46/237.46	c 238	|    295379 |     378   106258   584509 |   200839   121342     15 |  0.551 % |
388.97/392.15	c 392	|    443168 |     378   106258   584509 |   220922    85550     18 |  0.529 % |
651.39/656.70	c 657	|    664854 |     378   106258   584509 |   243015   106659     17 |  0.537 % |
1088.18/1096.95	c 1097	|    997379 |     378   106258   584509 |   267316   219112     19 |  0.532 % |
1792.09/1806.72	c 1807	|   1496167 |     378   106258   584509 |   294048   229836     19 |  0.531 % |
1800.08/1814.71	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1814.71	c 1815	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.08/1814.71	c ERROR INTERRUPTED
1800.08/1814.71	s UNKNOWN
1800.08/1814.71	c 1815	CPU 4.06 (0.06 0.01 3.81 0.18)
1800.08/1814.71	c 1815	END Sun Jul 12 05:50:30 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-2079794-1247368815/watcher-2079794-1247368815 -o /tmp/evaluation-result-2079794-1247368815/solver-2079794-1247368815 -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-2079794-1247368815.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.21 2.17 2.21 4/74 22641
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=12272 CPUtime=0
/proc/22641/stat : 22641 (sugar) R 22639 22641 17798 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23946723 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 1 0 0
/proc/22641/statm: 3068 327 246 3 0 168 0

[startup+0.019557 s]
/proc/loadavg: 2.21 2.17 2.21 4/74 22641
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=12676 CPUtime=0.01
/proc/22641/stat : 22641 (sugar) R 22639 22641 17798 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 0 23946723 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 228057895968 0 0 4224 0 0 0 0 17 1 0 0
/proc/22641/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101575 s]
/proc/loadavg: 2.21 2.17 2.21 4/74 22641
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=0.06
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23946723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301607 s]
/proc/loadavg: 2.21 2.17 2.21 4/74 22641
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=0.06
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23946723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701686 s]
/proc/loadavg: 2.21 2.17 2.21 4/74 22641
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=0.06
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23946723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.21 2.17 2.21 3/85 22663
/proc/meminfo: memFree=1748184/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=0.71
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1309 6999 0 1 5 1 59 6 15 0 1 0 23946723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1111 409 3 0 796 0
[pid=22654] ppid=22641 vsize=5356 CPUtime=0
/proc/22654/stat : 22654 (sh) S 22641 22641 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23946798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22654/statm: 1339 233 193 169 0 50 0
[pid=22655] ppid=22654 vsize=862284 CPUtime=0.73
/proc/22655/stat : 22655 (java) S 22654 22641 17798 0 -1 0 7362 0 1 0 70 3 0 0 18 0 9 0 23946799 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22655/statm: 215571 6636 2158 9 0 210484 0
[pid=22655/tid=22656] ppid=22654 vsize=862284 CPUtime=0.43
/proc/22655/task/22656/stat : 22656 (java) R 22654 22641 17798 0 -1 64 2031 0 1 0 42 1 0 0 23 0 9 0 23946800 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22657] ppid=22654 vsize=862284 CPUtime=0.25
/proc/22655/task/22657/stat : 22657 (java) R 22654 22641 17798 0 -1 64 4323 0 0 0 24 1 0 0 16 0 9 0 23946801 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 102768217 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22658] ppid=22654 vsize=862284 CPUtime=0
/proc/22655/task/22658/stat : 22658 (java) S 22654 22641 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23946801 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22659] ppid=22654 vsize=862284 CPUtime=0
/proc/22655/task/22659/stat : 22659 (java) S 22654 22641 17798 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23946801 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22660] ppid=22654 vsize=862284 CPUtime=0
/proc/22655/task/22660/stat : 22660 (java) S 22654 22641 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23946803 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22661] ppid=22654 vsize=862284 CPUtime=0.03
/proc/22655/task/22661/stat : 22661 (java) S 22654 22641 17798 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23946803 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22662] ppid=22654 vsize=862284 CPUtime=0
/proc/22655/task/22662/stat : 22662 (java) S 22654 22641 17798 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23946803 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22663] ppid=22654 vsize=862284 CPUtime=0
/proc/22655/task/22663/stat : 22663 (java) S 22654 22641 17798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23946803 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884508

[startup+3.10216 s]
/proc/loadavg: 2.21 2.17 2.21 3/85 22663
/proc/meminfo: memFree=1721368/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=0.71
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1310 6999 0 1 5 1 59 6 15 0 1 0 23946723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1111 409 3 0 796 0
[pid=22654] ppid=22641 vsize=5356 CPUtime=0
/proc/22654/stat : 22654 (sh) S 22641 22641 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23946798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22654/statm: 1339 233 193 169 0 50 0
[pid=22655] ppid=22654 vsize=864488 CPUtime=2.32
/proc/22655/stat : 22655 (java) S 22654 22641 17798 0 -1 0 15280 0 1 0 224 8 0 0 18 0 9 0 23946799 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22655/statm: 216122 14494 2590 9 0 210599 0
[pid=22655/tid=22656] ppid=22654 vsize=864488 CPUtime=1.24
/proc/22655/task/22656/stat : 22656 (java) R 22654 22641 17798 0 -1 64 3285 0 1 0 122 2 0 0 25 0 9 0 23946800 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4126553525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22657] ppid=22654 vsize=864488 CPUtime=0.98
/proc/22655/task/22657/stat : 22657 (java) S 22654 22641 17798 0 -1 64 10959 0 0 0 94 4 0 0 16 0 9 0 23946801 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22658] ppid=22654 vsize=864488 CPUtime=0
/proc/22655/task/22658/stat : 22658 (java) S 22654 22641 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23946801 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22659] ppid=22654 vsize=864488 CPUtime=0
/proc/22655/task/22659/stat : 22659 (java) S 22654 22641 17798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23946801 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22660] ppid=22654 vsize=864488 CPUtime=0
/proc/22655/task/22660/stat : 22660 (java) S 22654 22641 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23946803 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22661] ppid=22654 vsize=864488 CPUtime=0.07
/proc/22655/task/22661/stat : 22661 (java) S 22654 22641 17798 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23946803 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22662] ppid=22654 vsize=864488 CPUtime=0
/proc/22655/task/22662/stat : 22662 (java) S 22654 22641 17798 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23946803 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22655/tid=22663] ppid=22654 vsize=864488 CPUtime=0
/proc/22655/task/22663/stat : 22663 (java) S 22654 22641 17798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23946803 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886712

[startup+6.30179 s]
/proc/loadavg: 2.28 2.18 2.21 3/77 22665
/proc/meminfo: memFree=1745496/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 15 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=8564 CPUtime=2.13
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 2034 0 0 0 212 1 0 0 25 0 1 0 23947138 8769536 2020 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 2141 2020 75 150 0 1988 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30788

[startup+12.7011 s]
/proc/loadavg: 2.33 2.19 2.22 3/77 22665
/proc/meminfo: memFree=1744152/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=9920 CPUtime=8.5
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 2349 0 0 0 849 1 0 0 25 0 1 0 23947138 10158080 2335 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 2480 2335 75 150 0 2327 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 32144

[startup+25.5017 s]
/proc/loadavg: 2.33 2.20 2.22 3/77 22665
/proc/meminfo: memFree=1742168/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=11888 CPUtime=21.2
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 2842 0 0 0 2118 2 0 0 25 0 1 0 23947138 12173312 2828 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 2972 2828 75 150 0 2819 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 34112

[startup+51.1018 s]
/proc/loadavg: 2.22 2.18 2.21 3/77 22665
/proc/meminfo: memFree=1739480/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=14684 CPUtime=46.6
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 3547 0 0 0 4657 3 0 0 25 0 1 0 23947138 15036416 3533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 3671 3533 75 150 0 3518 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 36908

[startup+102.302 s]
/proc/loadavg: 2.09 2.15 2.20 3/77 22665
/proc/meminfo: memFree=1736856/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=17276 CPUtime=97.39
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 4170 0 0 0 9735 4 0 0 25 0 1 0 23947138 17690624 4156 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 4319 4156 75 150 0 4166 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 39500

[startup+162.307 s]
/proc/loadavg: 2.03 2.12 2.18 3/77 22665
/proc/meminfo: memFree=1735832/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1712208/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=41540 CPUtime=1287.82
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10039 0 0 0 128771 11 0 0 25 0 1 0 23947138 42536960 10025 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10385 10025 75 150 0 10232 0
Current children cumulated CPU time (s) 1291.87
Current children cumulated vsize (KiB) 63764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/79 22667
/proc/meminfo: memFree=1712136/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=41540 CPUtime=1347.32
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10072 0 0 0 134721 11 0 0 25 0 1 0 23947138 42536960 10058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10385 10058 75 150 0 10232 0
Current children cumulated CPU time (s) 1351.37
Current children cumulated vsize (KiB) 63764

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/79 22667
/proc/meminfo: memFree=1711368/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=42348 CPUtime=1406.79
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10245 0 0 0 140668 11 0 0 25 0 1 0 23947138 43364352 10231 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10587 10231 75 150 0 10434 0
Current children cumulated CPU time (s) 1410.84
Current children cumulated vsize (KiB) 64572

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/79 22667
/proc/meminfo: memFree=1710472/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43204 CPUtime=1466.28
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10449 0 0 0 146617 11 0 0 25 0 1 0 23947138 44240896 10435 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10801 10435 75 150 0 10648 0
Current children cumulated CPU time (s) 1470.33
Current children cumulated vsize (KiB) 65428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22667
/proc/meminfo: memFree=1710216/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43448 CPUtime=1525.76
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10503 0 0 0 152565 11 0 0 25 0 1 0 23947138 44490752 10489 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10862 10489 75 150 0 10709 0
Current children cumulated CPU time (s) 1529.81
Current children cumulated vsize (KiB) 65672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22668
/proc/meminfo: memFree=1710144/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43448 CPUtime=1585.24
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10504 0 0 0 158513 11 0 0 25 0 1 0 23947138 44490752 10490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10862 10490 75 150 0 10709 0
Current children cumulated CPU time (s) 1589.29
Current children cumulated vsize (KiB) 65672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22668
/proc/meminfo: memFree=1710080/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43448 CPUtime=1644.73
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10505 0 0 0 164462 11 0 0 25 0 1 0 23947138 44490752 10491 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10862 10491 75 150 0 10709 0
Current children cumulated CPU time (s) 1648.78
Current children cumulated vsize (KiB) 65672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22668
/proc/meminfo: memFree=1710016/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43448 CPUtime=1704.21
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10508 0 0 0 170410 11 0 0 25 0 1 0 23947138 44490752 10494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10862 10494 75 150 0 10709 0
Current children cumulated CPU time (s) 1708.26
Current children cumulated vsize (KiB) 65672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22668
/proc/meminfo: memFree=1709632/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=43816 CPUtime=1763.69
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10576 0 0 0 176358 11 0 0 25 0 1 0 23947138 44867584 10562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22665/statm: 10954 10562 75 150 0 10801 0
Current children cumulated CPU time (s) 1767.74
Current children cumulated vsize (KiB) 66040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22710
/proc/meminfo: memFree=1730888/2055920 swapFree=4192812/4192956
[pid=22641] ppid=22639 vsize=16868 CPUtime=4.05
/proc/22641/stat : 22641 (sugar) S 22639 22641 17798 0 -1 4194304 1374 22623 0 2 6 1 381 17 16 0 1 0 23946723 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22641/statm: 4217 1112 409 3 0 796 0
[pid=22664] ppid=22641 vsize=5356 CPUtime=0
/proc/22664/stat : 22664 (sh) S 22641 22641 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23947138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22664/statm: 1339 232 193 169 0 50 0
[pid=22665] ppid=22664 vsize=44100 CPUtime=1796.03
/proc/22665/stat : 22665 (minisat) R 22664 22641 17798 0 -1 4194304 10638 0 0 0 179590 13 0 0 25 0 1 0 23947138 45158400 10624 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/22665/statm: 11025 10624 75 150 0 10872 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 66324

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

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

Child status: 0

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

Real time (s): 1814.72
CPU time (s): 1800.08
CPU user time (s): 1799.77
CPU system time (s): 0.31
CPU usage (%): 99.1931
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.87441
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24755
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= 2634
involuntary context switches= 2558

runsolver used 2.33264 second user time and 4.45732 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 05:20:15
IDJOB=2079794
IDBENCH=56958
IDSOLVER=739
FILE ID=node77/2079794-1247368815
PBS_JOBID= 9507000
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-11_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-2079794-1247368815/watcher-2079794-1247368815 -o /tmp/evaluation-result-2079794-1247368815/solver-2079794-1247368815 -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-2079794-1247368815.xml

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

MD5SUM BENCH= d42caf4e1efddbd9510df2799bc6f635
RANDOM SEED=415467903

node77.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.256
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.256
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:       1761680 kB
Buffers:         33100 kB
Cached:         154444 kB
SwapCached:        136 kB
Active:         182872 kB
Inactive:        58464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7220 kB
Writeback:           0 kB
Mapped:          64292 kB
Slab:            38228 kB
Committed_AS:   258276 kB
PageTables:       1800 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= 66252 MiB
End job on node77 at 2009-07-12 05:50:32