Trace number 2061105

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.07 1812.22

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-20.xml
MD5SUM145c5c87867fde59caf4355db1528459
Bench CategoryAlldiff (alldiff)
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 variables207
Number of constraints206
Maximum constraint arity20
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension188
Global constraints used (with number of constraints)alldifferent(18)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sat Jul 11 17:38:09 2009
0.03/0.08	c 0	PID 11911
0.03/0.08	c 0	HOST node13.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2061105-1247326688.xml TO HOME/temp.csp
0.03/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-2061105-1247326688.xml' 'HOME/temp.csp'
0.07/0.39	c 0	2 domains, 207 variables, 2 predicates, 0 relations, 206 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.07/0.49	c 0	Parsing HOME/temp.csp
0.36/0.53	c 0	parsed 417 expressions
0.36/0.54	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.54	c 0	Converting to clausal form CSP
0.36/0.56	c 0	converted 42 (10%) expressions
0.36/0.56	c 0	converted 84 (20%) expressions
0.36/0.56	c 0	converted 126 (30%) expressions
0.36/0.56	c 0	converted 167 (40%) expressions
0.36/0.56	c 0	converted 209 (50%) expressions
0.36/0.62	c 0	converted 251 (60%) expressions
0.36/0.64	c 0	converted 292 (70%) expressions
0.36/0.67	c 0	converted 334 (80%) expressions
0.36/0.69	c 0	converted 376 (90%) expressions
1.92/2.02	c 1	converted 417 (100%) expressions
1.92/2.02	c 1	CSP : 209 integers, 0 booleans, 1744 clauses, largest domain size 39
1.92/2.02	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.02	c 1	Propagation in CSP
2.12/2.24	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.24	c 2	CSP : 209 integers, 0 booleans, 1744 clauses, largest domain size 39
2.12/2.24	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.28	c 2	CSP : 209 integers, 2660 booleans, 4404 clauses, largest domain size 39
2.12/2.28	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.34	c 2	21 (10%) CSP integer variables are encoded (396 clauses, 4216 bytes)
2.21/2.37	c 2	42 (20%) CSP integer variables are encoded (1152 clauses, 12911 bytes)
2.21/2.38	c 2	63 (30%) CSP integer variables are encoded (1908 clauses, 22739 bytes)
2.21/2.38	c 2	84 (40%) CSP integer variables are encoded (2664 clauses, 32567 bytes)
2.21/2.38	c 2	105 (50%) CSP integer variables are encoded (3420 clauses, 42395 bytes)
2.21/2.39	c 2	126 (60%) CSP integer variables are encoded (4176 clauses, 52223 bytes)
2.21/2.40	c 2	147 (70%) CSP integer variables are encoded (4932 clauses, 62051 bytes)
2.31/2.40	c 2	168 (80%) CSP integer variables are encoded (5688 clauses, 71879 bytes)
2.31/2.40	c 2	189 (90%) CSP integer variables are encoded (6444 clauses, 81707 bytes)
2.31/2.41	c 2	209 (100%) CSP integer variables are encoded (7166 clauses, 91093 bytes)
2.80/2.97	c 2	441 (10%) CSP clauses are encoded (160255 clauses, 2464053 bytes)
2.91/3.04	c 2	881 (20%) CSP clauses are encoded (171277 clauses, 2669532 bytes)
3.01/3.10	c 3	1322 (30%) CSP clauses are encoded (182448 clauses, 2877837 bytes)
3.01/3.16	c 3	1762 (40%) CSP clauses are encoded (193692 clauses, 3087348 bytes)
3.10/3.23	c 3	2202 (50%) CSP clauses are encoded (204899 clauses, 3296316 bytes)
3.10/3.29	c 3	2643 (60%) CSP clauses are encoded (216181 clauses, 3506571 bytes)
3.21/3.34	c 3	3083 (70%) CSP clauses are encoded (227425 clauses, 3716126 bytes)
3.29/3.40	c 3	3524 (80%) CSP clauses are encoded (238670 clauses, 3916164 bytes)
3.29/3.44	c 3	3964 (90%) CSP clauses are encoded (248330 clauses, 4077143 bytes)
3.29/3.46	c 3	4404 (100%) CSP clauses are encoded (254318 clauses, 4174751 bytes)
3.29/3.46	c 3	4404 CSP clauses encoded
3.29/3.46	c 3	Writing map file : HOME/temp.map
3.29/3.47	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.29/3.47	c 3	SAT : 10035 SAT variables, 254318 SAT clauses, 4174751 bytes
3.29/3.47	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.36/3.50	c 3	SOLVING HOME/temp.cnf
3.36/3.50	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.36/3.51	c 3	This is MiniSat 2.0 beta
3.36/3.51	c 3	WARNING: for repeatability, setting FPU to use double precision
3.36/3.51	c 3	============================[ Problem Statistics ]=============================
3.36/3.51	c 3	|                                                                             |
3.36/3.51	c 3	|  Number of variables:  10035                                                |
3.36/3.51	c 3	|  Number of clauses:    254318                                               |
3.39/3.64	c 3	|  Parsing time:         0.11         s                                       |
3.39/3.64	c 3	============================[ Search Statistics ]==============================
3.39/3.64	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.39/3.64	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.39/3.64	c 3	===============================================================================
3.39/3.64	c 3	|         0 |   10035   254318   735802 |    84772        0    nan |  0.000 % |
3.39/3.71	c 3	|       101 |   10035   254318   735802 |    93249      101      7 |  0.000 % |
3.39/4.11	c 4	|       251 |   10035   254318   735802 |   102574      251     15 |  0.000 % |
4.45/4.65	c 4	|       476 |   10035   254318   735802 |   112832      476     19 |  0.000 % |
5.15/5.31	c 5	|       814 |   10035   254318   735802 |   124115      814     19 |  0.000 % |
6.14/6.39	c 6	|      1320 |   10035   254318   735802 |   136527     1320     20 |  0.000 % |
7.63/7.82	c 7	|      2081 |   10035   254318   735802 |   150179     2081     22 |  0.000 % |
9.81/10.01	c 9	|      3220 |   10035   254318   735802 |   165197     3220     23 |  0.000 % |
12.98/13.22	c 13	|      4928 |   10035   254318   735802 |   181717     4928     23 |  0.000 % |
17.15/17.42	c 17	|      7490 |   10035   254318   735802 |   199889     7490     21 |  0.000 % |
25.07/25.42	c 25	|     11334 |   10035   254318   735802 |   219878    11334     22 |  0.000 % |
40.32/40.84	c 40	|     17100 |   10035   254318   735802 |   241866    17100     23 |  0.000 % |
62.02/62.73	c 62	|     25749 |   10035   254318   735802 |   266052    25749     23 |  0.000 % |
94.41/95.44	c 95	|     38723 |   10035   254318   735802 |   292658    38723     23 |  0.000 % |
150.87/152.44	c 152	|     58184 |   10035   254318   735802 |   321924    58184     23 |  0.000 % |
233.88/236.28	c 236	|     87377 |   10035   254318   735802 |   354116    87377     24 |  0.000 % |
396.24/400.15	c 400	|    131166 |   10035   254318   735802 |   389528   131166     24 |  0.000 % |
656.08/662.47	c 662	|    196850 |   10035   254318   735802 |   428480   196850     24 |  0.000 % |
1124.94/1135.78	c 1135	|    295376 |   10035   254318   735802 |   471329   295376     25 |  0.000 % |
1800.07/1812.21	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1812.21	c 1812	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.07/1812.21	c ERROR INTERRUPTED
1800.07/1812.22	s UNKNOWN
1800.07/1812.22	c 1812	CPU 3.39 (0.05 0.02 3.19 0.13)
1800.07/1812.22	c 1812	END Sat Jul 11 18:08:21 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-2061105-1247326688/watcher-2061105-1247326688 -o /tmp/evaluation-result-2061105-1247326688/solver-2061105-1247326688 -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-2061105-1247326688.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.01 2.00 1.94 4/74 11911
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=12268 CPUtime=0
/proc/11911/stat : 11911 (sugar) R 11909 11911 10054 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19735752 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11911/statm: 3067 316 241 3 0 167 0

[startup+0.0501359 s]
/proc/loadavg: 2.01 2.00 1.94 4/74 11911
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=13468 CPUtime=0.03
/proc/11911/stat : 11911 (sugar) R 11909 11911 10054 0 -1 4194304 764 0 0 0 2 1 0 0 18 0 1 0 19735752 13791232 732 996147200 4194304 4206940 548682068608 18446744073709551615 269775560036 0 0 4224 0 0 0 0 17 1 0 0
/proc/11911/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101145 s]
/proc/loadavg: 2.01 2.00 1.94 4/74 11911
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=0.07
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19735752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301168 s]
/proc/loadavg: 2.01 2.00 1.94 4/74 11911
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=0.07
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19735752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701221 s]
/proc/loadavg: 2.01 2.00 1.94 4/74 11911
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=0.36
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1309 4559 0 1 5 2 26 3 16 0 1 0 19735752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50232 s]
/proc/loadavg: 2.01 2.00 1.94 3/85 11933
/proc/meminfo: memFree=1778440/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=0.36
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1309 4559 0 1 5 2 26 3 16 0 1 0 19735752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1111 409 3 0 796 0
[pid=11924] ppid=11911 vsize=5356 CPUtime=0
/proc/11924/stat : 11924 (sh) S 11911 11911 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19735793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11924/statm: 1339 233 193 169 0 50 0
[pid=11925] ppid=11924 vsize=868488 CPUtime=1.06
/proc/11925/stat : 11925 (java) S 11924 11911 10054 0 -1 0 5158 0 1 0 103 3 0 0 18 0 9 0 19735794 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11925/statm: 217122 4572 1742 9 0 211627 0
[pid=11925/tid=11926] ppid=11924 vsize=868488 CPUtime=0.87
/proc/11925/task/11926/stat : 11926 (java) R 11924 11911 10054 0 -1 64 2680 0 1 0 86 1 0 0 25 0 9 0 19735795 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4126460292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11927] ppid=11924 vsize=868488 CPUtime=0.02
/proc/11925/task/11927/stat : 11927 (java) S 11924 11911 10054 0 -1 64 335 0 0 0 2 0 0 0 16 0 9 0 19735796 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11928] ppid=11924 vsize=868488 CPUtime=0
/proc/11925/task/11928/stat : 11928 (java) S 11924 11911 10054 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19735796 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11929] ppid=11924 vsize=868488 CPUtime=0
/proc/11925/task/11929/stat : 11929 (java) S 11924 11911 10054 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19735796 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11930] ppid=11924 vsize=868488 CPUtime=0
/proc/11925/task/11930/stat : 11930 (java) S 11924 11911 10054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19735798 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11931] ppid=11924 vsize=868488 CPUtime=0.14
/proc/11925/task/11931/stat : 11931 (java) S 11924 11911 10054 0 -1 64 1449 0 0 0 14 0 0 0 16 0 9 0 19735798 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11932] ppid=11924 vsize=868488 CPUtime=0
/proc/11925/task/11932/stat : 11932 (java) S 11924 11911 10054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19735798 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11933] ppid=11924 vsize=868488 CPUtime=0
/proc/11925/task/11933/stat : 11933 (java) S 11924 11911 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19735798 889331712 4572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890712

[startup+3.10154 s]
/proc/loadavg: 2.01 2.00 1.94 3/85 11933
/proc/meminfo: memFree=1776776/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=0.36
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1310 4559 0 1 5 2 26 3 16 0 1 0 19735752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1111 409 3 0 796 0
[pid=11924] ppid=11911 vsize=5356 CPUtime=0
/proc/11924/stat : 11924 (sh) S 11911 11911 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19735793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11924/statm: 1339 233 193 169 0 50 0
[pid=11925] ppid=11924 vsize=868600 CPUtime=2.65
/proc/11925/stat : 11925 (java) S 11924 11911 10054 0 -1 0 6962 0 1 0 258 7 0 0 18 0 9 0 19735794 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11925/statm: 217150 6016 2591 9 0 211627 0
[pid=11925/tid=11926] ppid=11924 vsize=868600 CPUtime=2.28
/proc/11925/task/11926/stat : 11926 (java) R 11924 11911 10054 0 -1 64 2920 0 1 0 224 4 0 0 25 0 9 0 19735795 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4126460192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11927] ppid=11924 vsize=868600 CPUtime=0.13
/proc/11925/task/11927/stat : 11927 (java) S 11924 11911 10054 0 -1 64 1843 0 0 0 12 1 0 0 16 0 9 0 19735796 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11928] ppid=11924 vsize=868600 CPUtime=0
/proc/11925/task/11928/stat : 11928 (java) S 11924 11911 10054 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19735796 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11929] ppid=11924 vsize=868600 CPUtime=0
/proc/11925/task/11929/stat : 11929 (java) S 11924 11911 10054 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19735796 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11930] ppid=11924 vsize=868600 CPUtime=0
/proc/11925/task/11930/stat : 11930 (java) S 11924 11911 10054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19735798 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11931] ppid=11924 vsize=868600 CPUtime=0.2
/proc/11925/task/11931/stat : 11931 (java) S 11924 11911 10054 0 -1 64 1500 0 0 0 20 0 0 0 15 0 9 0 19735798 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11932] ppid=11924 vsize=868600 CPUtime=0
/proc/11925/task/11932/stat : 11932 (java) S 11924 11911 10054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19735798 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11925/tid=11933] ppid=11924 vsize=868600 CPUtime=0
/proc/11925/task/11933/stat : 11933 (java) S 11924 11911 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19735798 889446400 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890824

[startup+6.30198 s]
/proc/loadavg: 2.09 2.02 1.95 3/77 11935
/proc/meminfo: memFree=1771912/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 15 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=13596 CPUtime=2.75
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 3243 0 0 0 274 1 0 0 25 0 1 0 19736103 13922304 3229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11935/statm: 3399 3229 75 150 0 3246 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 35820

[startup+12.7018 s]
/proc/loadavg: 2.08 2.02 1.95 3/77 11935
/proc/meminfo: memFree=1771464/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=13992 CPUtime=9.09
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 3338 0 0 0 908 1 0 0 25 0 1 0 19736103 14327808 3324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11935/statm: 3498 3324 75 150 0 3345 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 36216

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 1.95 3/77 11935
/proc/meminfo: memFree=1770568/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=14652 CPUtime=21.77
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 3512 0 0 0 2175 2 0 0 25 0 1 0 19736103 15003648 3498 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/11935/statm: 3663 3498 75 150 0 3510 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36876

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 1.95 3/77 11935
/proc/meminfo: memFree=1768584/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=15784 CPUtime=47.13
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 3787 0 0 0 4711 2 0 0 25 0 1 0 19736103 16162816 3773 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/11935/statm: 3946 3773 75 150 0 3793 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 38008

[startup+102.308 s]
/proc/loadavg: 2.02 2.01 1.95 3/77 11935
/proc/meminfo: memFree=1764296/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=18404 CPUtime=97.85
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 4407 0 0 0 9782 3 0 0 25 0 1 0 19736103 18845696 4393 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11935/statm: 4601 4393 75 150 0 4448 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 40628

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 11935
/proc/meminfo: memFree=1759432/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1850768/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=56916 CPUtime=1286.98
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 13900 0 0 0 128680 18 0 0 25 0 1 0 19736103 58281984 13886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 14229 13886 75 150 0 14076 0
Current children cumulated CPU time (s) 1290.37
Current children cumulated vsize (KiB) 79140

[startup+1362.3 s]
/proc/loadavg: 2.04 2.09 2.01 3/76 12005
/proc/meminfo: memFree=1849232/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=58368 CPUtime=1346.95
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 14279 0 0 0 134676 19 0 0 25 0 1 0 19736103 59768832 14265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 14592 14265 75 150 0 14439 0
Current children cumulated CPU time (s) 1350.34
Current children cumulated vsize (KiB) 80592

[startup+1422.31 s]
/proc/loadavg: 2.01 2.07 2.01 3/76 12011
/proc/meminfo: memFree=1846800/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=59952 CPUtime=1406.93
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 14673 0 0 0 140673 20 0 0 25 0 1 0 19736103 61390848 14659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 14988 14659 75 150 0 14835 0
Current children cumulated CPU time (s) 1410.32
Current children cumulated vsize (KiB) 82176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/76 12011
/proc/meminfo: memFree=1845392/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=61280 CPUtime=1466.91
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 15024 0 0 0 146670 21 0 0 25 0 1 0 19736103 62750720 15010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 15320 15010 75 150 0 15167 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (KiB) 83504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 12011
/proc/meminfo: memFree=1843984/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=62628 CPUtime=1526.88
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 15371 0 0 0 152667 21 0 0 25 0 1 0 19736103 64131072 15357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 15657 15357 75 150 0 15504 0
Current children cumulated CPU time (s) 1530.27
Current children cumulated vsize (KiB) 84852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 12011
/proc/meminfo: memFree=1842704/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=63824 CPUtime=1586.85
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 15682 0 0 0 158664 21 0 0 25 0 1 0 19736103 65355776 15668 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 15956 15668 75 150 0 15803 0
Current children cumulated CPU time (s) 1590.24
Current children cumulated vsize (KiB) 86048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 12011
/proc/meminfo: memFree=1841296/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=65144 CPUtime=1646.83
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 16014 0 0 0 164661 22 0 0 25 0 1 0 19736103 66707456 16000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 16286 16000 75 150 0 16133 0
Current children cumulated CPU time (s) 1650.22
Current children cumulated vsize (KiB) 87368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 12011
/proc/meminfo: memFree=1840016/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=66336 CPUtime=1706.81
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 16326 0 0 0 170659 22 0 0 25 0 1 0 19736103 67928064 16312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 16584 16312 75 150 0 16431 0
Current children cumulated CPU time (s) 1710.2
Current children cumulated vsize (KiB) 88560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 12011
/proc/meminfo: memFree=1838672/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=67548 CPUtime=1766.77
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 16647 0 0 0 176655 22 0 0 25 0 1 0 19736103 69169152 16633 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 16887 16633 75 150 0 16734 0
Current children cumulated CPU time (s) 1770.16
Current children cumulated vsize (KiB) 89772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 12011
/proc/meminfo: memFree=1837904/2055920 swapFree=4192812/4192956
[pid=11911] ppid=11909 vsize=16868 CPUtime=3.39
/proc/11911/stat : 11911 (sugar) S 11909 11911 10054 0 -1 4194304 1376 11890 0 2 5 2 319 13 16 0 1 0 19735752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 4217 1113 409 3 0 796 0
[pid=11934] ppid=11911 vsize=5356 CPUtime=0
/proc/11934/stat : 11934 (sh) S 11911 11911 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19736103 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11934/statm: 1339 232 193 169 0 50 0
[pid=11935] ppid=11934 vsize=68216 CPUtime=1796.68
/proc/11935/stat : 11935 (minisat) R 11934 11911 10054 0 -1 4194304 16823 0 0 0 179645 23 0 0 25 0 1 0 19736103 69853184 16809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11935/statm: 17054 16809 75 150 0 16901 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 90440

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 11911 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=248506
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=167974
# CPU time returned by wait4() is 3.41648
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.22
CPU time (s): 1800.07
CPU user time (s): 1799.69
CPU system time (s): 0.38
CPU usage (%): 99.3293
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.24851
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13740
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= 3862
involuntary context switches= 3801

runsolver used 2.02669 second user time and 6.23405 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 17:38:08
IDJOB=2061105
IDBENCH=53778
IDSOLVER=739
FILE ID=node13/2061105-1247326688
PBS_JOBID= 9506601
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-20.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-2061105-1247326688/watcher-2061105-1247326688 -o /tmp/evaluation-result-2061105-1247326688/solver-2061105-1247326688 -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-2061105-1247326688.xml

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

MD5SUM BENCH= 145c5c87867fde59caf4355db1528459
RANDOM SEED=1406259558

node13.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.241
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.241
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:       1793152 kB
Buffers:          6384 kB
Cached:          94052 kB
SwapCached:          0 kB
Active:         201200 kB
Inactive:        15352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         127408 kB
Slab:            31300 kB
Committed_AS:   229128 kB
PageTables:       2108 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= 66296 MiB
End job on node13 at 2009-07-11 18:08:23