Trace number 2068816

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.2 1808.7

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
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 Sat Jul 11 23:38:54 2009
0.00/0.08	c 0	PID 18735
0.06/0.08	c 0	HOST node73.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068816-1247348334.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-2068816-1247348334.xml' 'HOME/temp.csp'
0.06/0.57	c 0	5 domains, 221 variables, 2 predicates, 0 relations, 2774 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	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.06/0.69	c 1	Parsing HOME/temp.csp
0.54/0.81	c 1	parsed 3002 expressions
0.54/0.82	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.82	c 1	Converting to clausal form CSP
0.54/0.99	c 1	converted 301 (10%) expressions
0.91/1.08	c 1	converted 601 (20%) expressions
1.01/1.11	c 1	converted 901 (30%) expressions
1.01/1.13	c 1	converted 1201 (40%) expressions
1.01/1.15	c 1	converted 1501 (50%) expressions
1.01/1.18	c 1	converted 1802 (60%) expressions
1.10/1.20	c 1	converted 2102 (70%) expressions
1.10/1.27	c 1	converted 2402 (80%) expressions
1.10/1.29	c 1	converted 2702 (90%) expressions
1.20/1.31	c 1	converted 3002 (100%) expressions
1.20/1.31	c 1	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 91
1.20/1.31	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.31	c 1	Propagation in CSP
1.20/1.33	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.33	c 1	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 91
1.20/1.33	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.45	c 1	CSP : 364 integers, 10512 booleans, 13566 clauses, largest domain size 91
1.30/1.45	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.53	c 1	37 (10%) CSP integer variables are encoded (1638 clauses, 19191 bytes)
1.40/1.53	c 1	73 (20%) CSP integer variables are encoded (3298 clauses, 40771 bytes)
1.40/1.54	c 1	110 (30%) CSP integer variables are encoded (4976 clauses, 62585 bytes)
1.40/1.54	c 1	146 (40%) CSP integer variables are encoded (6648 clauses, 84321 bytes)
1.40/1.54	c 1	182 (50%) CSP integer variables are encoded (8304 clauses, 105849 bytes)
1.40/1.54	c 1	219 (60%) CSP integer variables are encoded (10006 clauses, 128412 bytes)
1.40/1.54	c 1	255 (70%) CSP integer variables are encoded (10276 clauses, 132462 bytes)
1.40/1.54	c 1	292 (80%) CSP integer variables are encoded (10452 clauses, 135102 bytes)
1.40/1.54	c 1	328 (90%) CSP integer variables are encoded (10667 clauses, 138327 bytes)
1.40/1.55	c 1	364 (100%) CSP integer variables are encoded (10857 clauses, 141177 bytes)
2.49/2.67	c 3	1357 (10%) CSP clauses are encoded (475709 clauses, 11106485 bytes)
3.57/3.73	c 4	2714 (20%) CSP clauses are encoded (942894 clauses, 22285902 bytes)
4.87/5.03	c 5	4070 (30%) CSP clauses are encoded (1569680 clauses, 37985764 bytes)
5.56/5.73	c 6	5427 (40%) CSP clauses are encoded (1910860 clauses, 46384064 bytes)
6.65/6.82	c 7	6783 (50%) CSP clauses are encoded (2438968 clauses, 59618722 bytes)
7.64/7.83	c 8	8140 (60%) CSP clauses are encoded (2925548 clauses, 71769932 bytes)
8.32/8.56	c 8	9497 (70%) CSP clauses are encoded (3265128 clauses, 80121093 bytes)
9.22/9.42	c 9	10853 (80%) CSP clauses are encoded (3675621 clauses, 90319155 bytes)
10.31/10.59	c 10	12210 (90%) CSP clauses are encoded (4233721 clauses, 104353309 bytes)
11.21/11.45	c 11	13566 (100%) CSP clauses are encoded (4645055 clauses, 114648445 bytes)
11.21/11.45	c 11	13566 CSP clauses encoded
11.21/11.45	c 11	Writing map file : HOME/temp.map
11.21/11.46	c 11	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.21/11.46	c 11	SAT : 21728 SAT variables, 4645055 SAT clauses, 114648445 bytes
11.21/11.46	c 11	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.27/11.51	c 11	SOLVING HOME/temp.cnf
11.27/11.51	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.27/11.52	c 11	This is MiniSat 2.0 beta
11.27/11.52	c 11	WARNING: for repeatability, setting FPU to use double precision
11.27/11.52	c 11	============================[ Problem Statistics ]=============================
11.27/11.52	c 11	|                                                                             |
11.27/11.52	c 11	|  Number of variables:  21728                                                |
11.27/11.52	c 11	|  Number of clauses:    4645055                                              |
14.03/14.35	c 14	|  Parsing time:         2.44         s                                       |
14.12/14.48	c 14	============================[ Search Statistics ]==============================
14.12/14.48	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.12/14.48	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.12/14.48	c 14	===============================================================================
14.12/14.48	c 14	|         0 |   21728  4645055 17703150 |  1548351        0    nan |  0.000 % |
15.02/15.36	c 15	|       100 |   21728  4645055 17703150 |  1703186      100     19 |  0.000 % |
15.51/15.87	c 16	|       250 |   21728  4645055 17703150 |  1873505      250     20 |  0.000 % |
16.30/16.60	c 16	|       476 |   21728  4645055 17703150 |  2060856      476     20 |  0.000 % |
16.99/17.38	c 17	|       814 |   21728  4645055 17703150 |  2266941      814     21 |  0.000 % |
18.38/18.78	c 19	|      1320 |   21728  4645055 17703150 |  2493635     1320     22 |  0.000 % |
20.08/20.42	c 20	|      2079 |   21728  4645055 17703150 |  2742999     2079     24 |  0.000 % |
22.46/22.89	c 23	|      3218 |   21728  4645055 17703150 |  3017299     3218     25 |  0.000 % |
25.04/25.43	c 25	|      4927 |   21728  4645055 17703150 |  3319029     4927     32 |  0.000 % |
28.52/28.96	c 29	|      7489 |   21728  4645055 17703150 |  3650932     7489     36 |  0.000 % |
34.19/34.69	c 35	|     11333 |   21728  4645055 17703150 |  4016025    11333     44 |  0.000 % |
43.23/43.79	c 44	|     17099 |   21728  4645055 17703150 |  4417628    17099     51 |  0.000 % |
54.57/55.18	c 55	|     25748 |   21728  4645055 17703150 |  4859390    25748     63 |  0.000 % |
72.66/73.38	c 73	|     38722 |   21728  4645055 17703150 |  5345329    38722     70 |  0.000 % |
102.88/103.78	c 104	|     58183 |   21728  4645055 17703150 |  5879862    58183     87 |  0.000 % |
147.19/148.35	c 148	|     87376 |   21728  4645055 17703150 |  6467849    87376    106 |  0.000 % |
259.77/261.88	c 262	|    131166 |   21728  4645055 17703150 |  7114634   131166    184 |  0.000 % |
407.24/411.21	c 411	|    196851 |   21728  4645055 17703150 |  7826097   196851    204 |  0.000 % |
665.87/672.26	c 672	|    295377 |   21728  4645055 17703150 |  8608707   295377    231 |  0.000 % |
1237.22/1245.45	c 1245	|    443166 |   21728  4645055 17703150 |  9469577   443166    271 |  0.000 % |
1800.08/1808.51	c ERROR INTERRUPTED
1800.20/1808.65	s UNKNOWN
1800.20/1808.65	c 1809	CPU 11.3 (0.06 0.02 10.21 1.01)
1800.20/1808.65	c 1809	END Sun Jul 12 00:09:03 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-2068816-1247348334/watcher-2068816-1247348334 -o /tmp/evaluation-result-2068816-1247348334/solver-2068816-1247348334 -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-2068816-1247348334.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: 1.91 1.98 2.00 4/84 18735
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=4708 CPUtime=0
/proc/18735/stat : 18735 (sugar) R 18733 18735 16662 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 21898737 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 210720850640 0 0 4096 0 0 0 0 17 1 0 0
/proc/18735/statm: 1177 41 31 3 0 8 0

[startup+0.0842831 s]
/proc/loadavg: 1.91 1.98 2.00 4/84 18735
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16872 CPUtime=0.06
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1159 0 0 0 5 1 0 0 18 0 1 0 21898737 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.102286 s]
/proc/loadavg: 1.91 1.98 2.00 4/84 18735
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.06
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302309 s]
/proc/loadavg: 1.91 1.98 2.00 4/84 18735
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.06
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702356 s]
/proc/loadavg: 1.91 1.98 2.00 4/84 18735
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.54
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1309 5503 0 1 5 1 45 3 16 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 1.91 1.98 2.00 3/95 18757
/proc/meminfo: memFree=1730496/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.55
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1310 5503 0 1 6 1 45 3 15 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
[pid=18748] ppid=18735 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (sh) S 18735 18735 16662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21898798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 233 193 169 0 50 0
[pid=18749] ppid=18748 vsize=868756 CPUtime=0.85
/proc/18749/stat : 18749 (java) S 18748 18735 16662 0 -1 0 8113 0 1 0 81 4 0 0 18 0 9 0 21898799 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18749/statm: 217189 7339 2566 9 0 211694 0
[pid=18749/tid=18750] ppid=18748 vsize=868756 CPUtime=0.43
/proc/18749/task/18750/stat : 18750 (java) R 18748 18735 16662 0 -1 64 2688 0 1 0 42 1 0 0 23 0 9 0 21898800 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18751] ppid=18748 vsize=868756 CPUtime=0.22
/proc/18749/task/18751/stat : 18751 (java) R 18748 18735 16662 0 -1 64 3247 0 0 0 21 1 0 0 16 0 9 0 21898801 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 104191050 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18752] ppid=18748 vsize=868756 CPUtime=0
/proc/18749/task/18752/stat : 18752 (java) S 18748 18735 16662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21898801 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18753] ppid=18748 vsize=868756 CPUtime=0
/proc/18749/task/18753/stat : 18753 (java) S 18748 18735 16662 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21898801 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18754] ppid=18748 vsize=868756 CPUtime=0
/proc/18749/task/18754/stat : 18754 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21898803 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18755] ppid=18748 vsize=868756 CPUtime=0.16
/proc/18749/task/18755/stat : 18755 (java) S 18748 18735 16662 0 -1 64 1479 0 0 0 16 0 0 0 16 0 9 0 21898803 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18756] ppid=18748 vsize=868756 CPUtime=0
/proc/18749/task/18756/stat : 18756 (java) S 18748 18735 16662 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21898803 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18757] ppid=18748 vsize=868756 CPUtime=0
/proc/18749/task/18757/stat : 18757 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21898803 889606144 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890980

[startup+3.10265 s]
/proc/loadavg: 1.91 1.98 2.00 3/95 18757
/proc/meminfo: memFree=1715776/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.55
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1310 5503 0 1 6 1 45 3 16 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
[pid=18748] ppid=18735 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (sh) S 18735 18735 16662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21898798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 233 193 169 0 50 0
[pid=18749] ppid=18748 vsize=868680 CPUtime=2.43
/proc/18749/stat : 18749 (java) S 18748 18735 16662 0 -1 0 8655 0 1 0 225 18 0 0 18 0 9 0 21898799 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18749/statm: 217170 7388 2590 9 0 211647 0
[pid=18749/tid=18750] ppid=18748 vsize=868680 CPUtime=1.85
/proc/18749/task/18750/stat : 18750 (java) R 18748 18735 16662 0 -1 64 3203 0 1 0 173 12 0 0 25 0 9 0 21898800 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18751] ppid=18748 vsize=868680 CPUtime=0.36
/proc/18749/task/18751/stat : 18751 (java) S 18748 18735 16662 0 -1 64 3247 0 0 0 32 4 0 0 16 0 9 0 21898801 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18752] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18752/stat : 18752 (java) S 18748 18735 16662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21898801 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18753] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18753/stat : 18753 (java) S 18748 18735 16662 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21898801 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18754] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18754/stat : 18754 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21898803 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18755] ppid=18748 vsize=868680 CPUtime=0.2
/proc/18749/task/18755/stat : 18755 (java) S 18748 18735 16662 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 21898803 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18756] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18756/stat : 18756 (java) S 18748 18735 16662 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21898803 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18757] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18757/stat : 18757 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21898803 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890904

[startup+6.30282 s]
/proc/loadavg: 2.00 1.99 2.01 3/95 18757
/proc/meminfo: memFree=1675648/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=0.55
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1310 5503 0 1 6 1 45 3 15 0 1 0 21898737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1111 409 3 0 796 0
[pid=18748] ppid=18735 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (sh) S 18735 18735 16662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21898798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 233 193 169 0 50 0
[pid=18749] ppid=18748 vsize=868680 CPUtime=5.61
/proc/18749/stat : 18749 (java) S 18748 18735 16662 0 -1 0 9756 0 1 0 512 49 0 0 18 0 9 0 21898799 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18749/statm: 217170 7400 2590 9 0 211647 0
[pid=18749/tid=18750] ppid=18748 vsize=868680 CPUtime=4.75
/proc/18749/task/18750/stat : 18750 (java) R 18748 18735 16662 0 -1 64 4292 0 1 0 439 36 0 0 25 0 9 0 21898800 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4126815215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18749/tid=18751] ppid=18748 vsize=868680 CPUtime=0.63
/proc/18749/task/18751/stat : 18751 (java) S 18748 18735 16662 0 -1 64 3247 0 0 0 52 11 0 0 16 0 9 0 21898801 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18749/tid=18752] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18752/stat : 18752 (java) S 18748 18735 16662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21898801 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18753] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18753/stat : 18753 (java) S 18748 18735 16662 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21898801 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18754] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18754/stat : 18754 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21898803 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18755] ppid=18748 vsize=868680 CPUtime=0.21
/proc/18749/task/18755/stat : 18755 (java) S 18748 18735 16662 0 -1 64 1518 0 0 0 21 0 0 0 16 0 9 0 21898803 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18749/tid=18756] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18756/stat : 18756 (java) S 18748 18735 16662 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21898803 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18749/tid=18757] ppid=18748 vsize=868680 CPUtime=0
/proc/18749/task/18757/stat : 18757 (java) S 18748 18735 16662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21898803 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890904

[startup+12.7016 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18759
/proc/meminfo: memFree=1581120/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=90528 CPUtime=1.15
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 22114 0 0 0 101 14 0 0 25 0 1 0 21899889 92700672 22100 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 22632 22101 62 150 0 22479 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 112752

[startup+25.5011 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18759
/proc/meminfo: memFree=1362048/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=244692 CPUtime=13.86
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 60268 0 0 0 1346 40 0 0 25 0 1 0 21899889 250564608 60254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 61173 60254 76 150 0 61020 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 266916

[startup+51.1011 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18759
/proc/meminfo: memFree=1320128/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=250896 CPUtime=39.31
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 61821 0 0 0 3889 42 0 0 25 0 1 0 21899889 256917504 61807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 62724 61807 76 150 0 62571 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 273120

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 18759
/proc/meminfo: memFree=1226688/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=930840/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=756732 CPUtime=1342.78
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 188052 0 0 0 134100 178 0 0 25 0 1 0 21899889 774893568 188038 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 189183 188038 76 150 0 189030 0
Current children cumulated CPU time (s) 1354.06
Current children cumulated vsize (KiB) 778956

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.04 3/76 18795
/proc/meminfo: memFree=908312/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=779040 CPUtime=1402.76
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 193635 0 0 0 140093 183 0 0 25 0 1 0 21899889 797736960 193621 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 194760 193621 76 150 0 194607 0
Current children cumulated CPU time (s) 1414.04
Current children cumulated vsize (KiB) 801264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/76 18795
/proc/meminfo: memFree=887384/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=799896 CPUtime=1462.73
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 198860 0 0 0 146083 190 0 0 25 0 1 0 21899889 819093504 198846 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 199974 198846 76 150 0 199821 0
Current children cumulated CPU time (s) 1474.01
Current children cumulated vsize (KiB) 822120

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/76 18795
/proc/meminfo: memFree=867736/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=819172 CPUtime=1522.71
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 203710 0 0 0 152075 196 0 0 25 0 1 0 21899889 838832128 203696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 204793 203696 76 150 0 204640 0
Current children cumulated CPU time (s) 1533.99
Current children cumulated vsize (KiB) 841396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/76 18795
/proc/meminfo: memFree=847960/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=838980 CPUtime=1582.68
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 208666 0 0 0 158066 202 0 0 25 0 1 0 21899889 859115520 208652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 209745 208652 76 150 0 209592 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 861204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 18795
/proc/meminfo: memFree=828440/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=858168 CPUtime=1642.66
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 213483 0 0 0 164059 207 0 0 25 0 1 0 21899889 878764032 213469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 214542 213469 76 150 0 214389 0
Current children cumulated CPU time (s) 1653.94
Current children cumulated vsize (KiB) 880392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 18795
/proc/meminfo: memFree=814232/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=872344 CPUtime=1702.64
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 217036 0 0 0 170053 211 0 0 25 0 1 0 21899889 893280256 217022 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 218086 217022 76 150 0 217933 0
Current children cumulated CPU time (s) 1713.92
Current children cumulated vsize (KiB) 894568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 18795
/proc/meminfo: memFree=798424/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=888052 CPUtime=1762.61
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 220966 0 0 0 176046 215 0 0 25 0 1 0 21899889 909365248 220952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 222013 220952 76 150 0 221860 0
Current children cumulated CPU time (s) 1773.89
Current children cumulated vsize (KiB) 910276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 18795
/proc/meminfo: memFree=789528/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1376 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 16662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21899888 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=896632 CPUtime=1788.8
/proc/18759/stat : 18759 (minisat) R 18758 18735 16662 0 -1 4194304 223141 0 0 0 178662 218 0 0 25 0 1 0 21899889 918151168 223127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 224158 223127 76 150 0 224005 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 918856

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

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

[startup+1808.62 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 18795
/proc/meminfo: memFree=789528/2055920 swapFree=4192812/4192956
[pid=18735] ppid=18733 vsize=16868 CPUtime=11.28
/proc/18735/stat : 18735 (sugar) S 18733 18735 16662 0 -1 4194304 1398 17314 0 2 6 1 1021 100 16 0 1 0 21898737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 4217 1113 409 3 0 796 0
[pid=18758] ppid=18735 vsize=0 CPUtime=0
/proc/18758/stat : 18758 (sh) Z 18735 18735 16662 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21899888 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18758/statm: 0 0 0 0 0 0 0
[pid=18759] ppid=1 vsize=0 CPUtime=1788.92
/proc/18759/stat : 18759 (minisat) R 1 18735 16662 0 -1 4195332 223141 0 0 0 178662 230 0 0 25 0 1 0 21899889 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18759/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18735 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=282436
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=90834
# CPU time returned by wait4() is 11.3733
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.7
CPU time (s): 1800.2
CPU user time (s): 1796.89
CPU system time (s): 3.31
CPU usage (%): 99.5301
Max. virtual memory (cumulated for all children) (KiB): 918856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2824
system time used= 1.09083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19073
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= 31896
involuntary context switches= 31815

runsolver used 2.08768 second user time and 6.17606 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-11 23:38:54
IDJOB=2068816
IDBENCH=54939
IDSOLVER=739
FILE ID=node73/2068816-1247348334
PBS_JOBID= 9506740
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.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-2068816-1247348334/watcher-2068816-1247348334 -o /tmp/evaluation-result-2068816-1247348334/solver-2068816-1247348334 -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-2068816-1247348334.xml

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

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=630987958

node73.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.213
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.213
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:       1747320 kB
Buffers:         29776 kB
Cached:          92692 kB
SwapCached:          0 kB
Active:         212824 kB
Inactive:        43128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:         149200 kB
Slab:            37840 kB
Committed_AS:   867440 kB
PageTables:       1996 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= 66440 MiB
End job on node73 at 2009-07-12 00:09:04