Trace number 2062832

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.16 1806.33

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-15.xml
MD5SUM0f795da72149032c268c786dfab1e3c5
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 variables675
Number of constraints286
Maximum constraint arity225
Maximum domain size225
Number of constraints which are defined in extension225
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(61)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:28:07 2009
0.00/0.08	c 0	PID 15264
0.00/0.08	c 0	HOST node35.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062832-1247329686.xml TO HOME/temp.csp
0.00/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-2062832-1247329686.xml' 'HOME/temp.csp'
0.07/0.46	c 0	2 domains, 675 variables, 0 predicates, 1 relations, 286 constraints
0.07/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	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.59	c 0	Parsing HOME/temp.csp
0.44/0.66	c 0	parsed 964 expressions
0.44/0.67	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.67	c 0	Converting to clausal form CSP
0.44/0.69	c 0	converted 97 (10%) expressions
0.44/0.69	c 0	converted 193 (20%) expressions
0.44/0.69	c 0	converted 290 (30%) expressions
0.44/0.70	c 0	converted 386 (40%) expressions
0.44/0.70	c 0	converted 482 (50%) expressions
0.44/0.70	c 0	converted 579 (60%) expressions
0.44/0.70	c 0	converted 675 (70%) expressions
0.44/0.79	c 0	converted 772 (80%) expressions
0.44/0.92	c 0	converted 868 (90%) expressions
2.19/2.39	c 2	converted 964 (100%) expressions
2.19/2.39	c 2	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.19/2.39	c 2	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.39	c 2	Propagation in CSP
2.38/2.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.53	c 2	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.38/2.53	c 2	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.55	c 2	Simplifing CSP by introducing new Boolean variables
2.99/3.10	c 3	CSP : 675 integers, 63000 booleans, 94847 clauses, largest domain size 225
2.99/3.10	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.41	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.44	c 3	68 (10%) CSP integer variables are encoded (884 clauses, 9588 bytes)
3.28/3.44	c 3	135 (20%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
3.28/3.45	c 3	203 (30%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
3.28/3.45	c 3	270 (40%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
3.28/3.45	c 3	338 (50%) CSP integer variables are encoded (4394 clauses, 55131 bytes)
3.28/3.45	c 3	405 (60%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
3.28/3.46	c 3	473 (70%) CSP integer variables are encoded (10979 clauses, 143629 bytes)
3.28/3.48	c 3	540 (80%) CSP integer variables are encoded (25920 clauses, 367744 bytes)
3.28/3.50	c 3	608 (90%) CSP integer variables are encoded (41084 clauses, 595204 bytes)
3.38/3.52	c 3	675 (100%) CSP integer variables are encoded (56025 clauses, 819319 bytes)
8.32/8.55	c 8	9485 (10%) CSP clauses are encoded (251975 clauses, 5291278 bytes)
8.53/8.78	c 8	18970 (20%) CSP clauses are encoded (349422 clauses, 7156123 bytes)
11.09/11.32	c 11	28455 (30%) CSP clauses are encoded (1736815 clauses, 36133754 bytes)
13.75/14.01	c 14	37939 (40%) CSP clauses are encoded (3162651 clauses, 67170077 bytes)
16.32/16.69	c 16	47424 (50%) CSP clauses are encoded (4588488 clauses, 98430996 bytes)
19.05/19.40	c 19	56909 (60%) CSP clauses are encoded (6014549 clauses, 129696838 bytes)
21.63/22.07	c 22	66393 (70%) CSP clauses are encoded (7440161 clauses, 161118478 bytes)
24.47/24.92	c 24	75878 (80%) CSP clauses are encoded (8866222 clauses, 193813542 bytes)
27.20/27.75	c 27	85363 (90%) CSP clauses are encoded (10292059 clauses, 226503460 bytes)
29.94/30.59	c 30	94847 (100%) CSP clauses are encoded (11717447 clauses, 259185934 bytes)
29.94/30.59	c 30	94847 CSP clauses encoded
29.94/30.59	c 30	Writing map file : HOME/temp.map
30.04/30.62	c 30	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.04/30.62	c 30	SAT : 119700 SAT variables, 11717447 SAT clauses, 259185934 bytes
30.04/30.62	c 30	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.04/30.66	c 30	SOLVING HOME/temp.cnf
30.04/30.66	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.04/30.66	c 30	This is MiniSat 2.0 beta
30.04/30.66	c 30	WARNING: for repeatability, setting FPU to use double precision
30.04/30.66	c 30	============================[ Problem Statistics ]=============================
30.04/30.66	c 30	|                                                                             |
30.04/30.67	c 30	|  Number of variables:  119700                                               |
30.04/30.67	c 30	|  Number of clauses:    11717447                                             |
36.59/37.46	c 37	|  Parsing time:         5.66         s                                       |
36.88/37.75	c 37	============================[ Search Statistics ]==============================
36.88/37.75	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.88/37.75	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.88/37.75	c 37	===============================================================================
36.88/37.75	c 37	|         0 |  119700 11717447 35089200 |  3905815        0    nan |  0.000 % |
39.55/40.48	c 40	|       100 |  119700 11717447 35089200 |  4296397      100     10 |  0.000 % |
41.31/42.22	c 42	|       250 |  119700 11717447 35089200 |  4726036      250      8 |  0.000 % |
42.70/43.68	c 43	|       475 |  119700 11717447 35089200 |  5198640      475      8 |  0.000 % |
44.98/45.92	c 45	|       812 |  119700 11717447 35089200 |  5718504      812      8 |  0.000 % |
47.65/48.60	c 48	|      1318 |  119700 11717447 35089200 |  6290355     1318      8 |  0.000 % |
50.33/51.35	c 51	|      2078 |  119700 11717447 35089200 |  6919390     2078      9 |  0.000 % |
56.47/57.56	c 57	|      3218 |  119700 11717447 35089200 |  7611329     3218      9 |  0.000 % |
63.99/65.14	c 65	|      4927 |  119700 11717447 35089200 |  8372462     4927      9 |  0.000 % |
73.37/74.62	c 74	|      7489 |  119700 11717447 35089200 |  9209709     7489     10 |  0.000 % |
87.77/89.05	c 89	|     11333 |  119700 11717447 35089200 | 10130679    11333     10 |  0.000 % |
109.35/110.68	c 110	|     17100 |  119700 11717447 35089200 | 11143747    17100     10 |  0.000 % |
115.25/116.58	c 116	|     25749 |  119700 11717447 35089200 | 12258122    25749     12 |  0.000 % |
144.23/145.53	c 145	|     38724 |  119700 11717447 35089200 | 13483934    38724     13 |  0.000 % |
219.00/220.35	c 220	|     58185 |  119700 11717447 35089200 | 14832328    58185     16 |  0.000 % |
328.33/329.83	c 329	|     87377 |  119700 11717447 35089200 | 16315561    87377     15 |  0.000 % |
445.19/446.72	c 446	|    131167 |  119700 11717447 35089200 | 17947117   131167     18 |  0.000 % |
728.63/732.06	c 732	|    196851 |  119700 11717447 35089200 | 19741829   196851     24 |  0.000 % |
1016.35/1022.16	c 1022	|    295377 |  119700 11717447 35089200 | 21716012   295377     26 |  0.000 % |
1457.67/1463.65	c 1463	|    443166 |  119700 11717447 35089200 | 23887613   443166     30 |  0.000 % |
1800.04/1806.11	c ERROR INTERRUPTED
1800.04/1806.20	s UNKNOWN
1800.04/1806.20	c 1806	CPU 30.1 (0.07 0.01 27.97 2.05)
1800.04/1806.20	c 1806	END Sat Jul 11 18:58:13 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-2062832-1247329686/watcher-2062832-1247329686 -o /tmp/evaluation-result-2062832-1247329686/solver-2062832-1247329686 -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-2062832-1247329686.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.92 1.98 1.91 4/84 15264
/proc/meminfo: memFree=422592/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=12268 CPUtime=0
/proc/15264/stat : 15264 (sugar) R 15262 15264 12727 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20035043 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15264/statm: 3067 316 241 3 0 167 0

[startup+0.10608 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 15264
/proc/meminfo: memFree=422592/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.07
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201085 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 15264
/proc/meminfo: memFree=422592/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.07
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301098 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 15264
/proc/meminfo: memFree=422592/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.07
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701139 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 15264
/proc/meminfo: memFree=422592/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.44
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1309 4683 0 1 6 1 33 4 15 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 1.92 1.98 1.91 4/95 15286
/proc/meminfo: memFree=404392/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.44
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1309 4683 0 1 6 1 33 4 16 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
[pid=15277] ppid=15264 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15264 15264 12727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 233 193 169 0 50 0
[pid=15278] ppid=15277 vsize=868644 CPUtime=0.95
/proc/15278/stat : 15278 (java) S 15277 15264 12727 0 -1 0 9485 0 1 0 90 5 0 0 18 0 9 0 20035095 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15278/statm: 217161 8713 2565 9 0 211666 0
[pid=15278/tid=15279] ppid=15277 vsize=868644 CPUtime=0.43
/proc/15278/task/15279/stat : 15279 (java) R 15277 15264 12727 0 -1 64 2689 0 1 0 42 1 0 0 21 0 9 0 20035096 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4126489792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15280] ppid=15277 vsize=868644 CPUtime=0.33
/proc/15278/task/15280/stat : 15280 (java) S 15277 15264 12727 0 -1 64 4614 0 0 0 31 2 0 0 16 0 9 0 20035097 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15281] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15281/stat : 15281 (java) S 15277 15264 12727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035097 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15282] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15282/stat : 15282 (java) S 15277 15264 12727 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20035097 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15283] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15283/stat : 15283 (java) S 15277 15264 12727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20035099 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15284] ppid=15277 vsize=868644 CPUtime=0.16
/proc/15278/task/15284/stat : 15284 (java) S 15277 15264 12727 0 -1 64 1484 0 0 0 15 1 0 0 16 0 9 0 20035099 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15285] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15285/stat : 15285 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20035099 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15286] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15286/stat : 15286 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20035099 889491456 8713 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890868

[startup+3.1024 s]
/proc/loadavg: 1.92 1.98 1.91 3/95 15286
/proc/meminfo: memFree=380584/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.45
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1310 4683 0 1 7 1 33 4 16 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
[pid=15277] ppid=15264 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15264 15264 12727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 233 193 169 0 50 0
[pid=15278] ppid=15277 vsize=868644 CPUtime=2.54
/proc/15278/stat : 15278 (java) S 15277 15264 12727 0 -1 0 19998 0 1 0 243 11 0 0 18 0 9 0 20035095 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15278/statm: 217161 18892 2566 9 0 211666 0
[pid=15278/tid=15279] ppid=15277 vsize=868644 CPUtime=1.15
/proc/15278/task/15279/stat : 15279 (java) R 15277 15264 12727 0 -1 64 3352 0 1 0 113 2 0 0 25 0 9 0 20035096 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15280] ppid=15277 vsize=868644 CPUtime=1.17
/proc/15278/task/15280/stat : 15280 (java) R 15277 15264 12727 0 -1 64 14453 0 0 0 111 6 0 0 16 0 9 0 20035097 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 102759041 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15281] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15281/stat : 15281 (java) S 15277 15264 12727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035097 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15282] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15282/stat : 15282 (java) S 15277 15264 12727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20035097 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15283] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15283/stat : 15283 (java) S 15277 15264 12727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20035099 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15284] ppid=15277 vsize=868644 CPUtime=0.18
/proc/15278/task/15284/stat : 15284 (java) S 15277 15264 12727 0 -1 64 1495 0 0 0 17 1 0 0 16 0 9 0 20035099 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15285] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15285/stat : 15285 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20035099 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15286] ppid=15277 vsize=868644 CPUtime=0
/proc/15278/task/15286/stat : 15286 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20035099 889491456 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890868

[startup+6.30175 s]
/proc/loadavg: 2.01 2.00 1.92 3/95 15286
/proc/meminfo: memFree=351016/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.45
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1310 4683 0 1 7 1 33 4 16 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
[pid=15277] ppid=15264 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15264 15264 12727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 233 193 169 0 50 0
[pid=15278] ppid=15277 vsize=868756 CPUtime=5.7
/proc/15278/stat : 15278 (java) S 15277 15264 12727 0 -1 0 20393 0 1 0 556 14 0 0 18 0 9 0 20035095 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15278/statm: 217189 19014 2592 9 0 211666 0
[pid=15278/tid=15279] ppid=15277 vsize=868756 CPUtime=3.94
/proc/15278/task/15279/stat : 15279 (java) R 15277 15264 12727 0 -1 64 3478 0 1 0 390 4 0 0 25 0 9 0 20035096 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4126951868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15280] ppid=15277 vsize=868756 CPUtime=1.5
/proc/15278/task/15280/stat : 15280 (java) S 15277 15264 12727 0 -1 64 14684 0 0 0 143 7 0 0 16 0 9 0 20035097 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15281] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15281/stat : 15281 (java) S 15277 15264 12727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15282] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15282/stat : 15282 (java) S 15277 15264 12727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15283] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15283/stat : 15283 (java) S 15277 15264 12727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20035099 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15284] ppid=15277 vsize=868756 CPUtime=0.23
/proc/15278/task/15284/stat : 15284 (java) S 15277 15264 12727 0 -1 64 1533 0 0 0 22 1 0 0 15 0 9 0 20035099 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15285] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15285/stat : 15285 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20035099 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15286] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15286/stat : 15286 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20035099 889606144 19014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890980

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 1.92 3/95 15286
/proc/meminfo: memFree=307496/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.45
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1310 4683 0 1 7 1 33 4 16 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
[pid=15277] ppid=15264 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15264 15264 12727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 233 193 169 0 50 0
[pid=15278] ppid=15277 vsize=868756 CPUtime=12.01
/proc/15278/stat : 15278 (java) S 15277 15264 12727 0 -1 0 20716 0 1 0 1145 56 0 0 18 0 9 0 20035095 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15278/statm: 217189 19033 2592 9 0 211666 0
[pid=15278/tid=15279] ppid=15277 vsize=868756 CPUtime=10.06
/proc/15278/task/15279/stat : 15279 (java) R 15277 15264 12727 0 -1 64 3785 0 1 0 962 44 0 0 25 0 9 0 20035096 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4127039219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15280] ppid=15277 vsize=868756 CPUtime=1.65
/proc/15278/task/15280/stat : 15280 (java) S 15277 15264 12727 0 -1 64 14684 0 0 0 156 9 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15281] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15281/stat : 15281 (java) S 15277 15264 12727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15282] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15282/stat : 15282 (java) S 15277 15264 12727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15283] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15283/stat : 15283 (java) S 15277 15264 12727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20035099 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15284] ppid=15277 vsize=868756 CPUtime=0.27
/proc/15278/task/15284/stat : 15284 (java) S 15277 15264 12727 0 -1 64 1549 0 0 0 26 1 0 0 15 0 9 0 20035099 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15285] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15285/stat : 15285 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20035099 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15286] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15286/stat : 15286 (java) S 15277 15264 12727 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20035099 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890980

[startup+25.5029 s]
/proc/loadavg: 2.23 2.05 1.94 3/95 15286
/proc/meminfo: memFree=154344/2055920 swapFree=4192956/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.45
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1310 4683 0 1 7 1 33 4 16 0 1 0 20035043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
[pid=15277] ppid=15264 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15264 15264 12727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 233 193 169 0 50 0
[pid=15278] ppid=15277 vsize=868756 CPUtime=24.61
/proc/15278/stat : 15278 (java) S 15277 15264 12727 0 -1 0 21476 0 1 0 2304 157 0 0 18 0 9 0 20035095 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15278/statm: 217189 19033 2592 9 0 211666 0
[pid=15278/tid=15279] ppid=15277 vsize=868756 CPUtime=22.25
/proc/15278/task/15279/stat : 15279 (java) R 15277 15264 12727 0 -1 64 4545 0 1 0 2085 140 0 0 25 0 9 0 20035096 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4126481853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15280] ppid=15277 vsize=868756 CPUtime=2.07
/proc/15278/task/15280/stat : 15280 (java) S 15277 15264 12727 0 -1 64 14684 0 0 0 192 15 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15281] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15281/stat : 15281 (java) S 15277 15264 12727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15282] ppid=15277 vsize=868756 CPUtime=0
/proc/15278/task/15282/stat : 15282 (java) S 15277 15264 12727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20035097 889606144 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15278/tid=15283] ppid=15277 vsize=868756 CPUtime=0

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

/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 146754 0 0 0 138506 125 0 0 25 0 1 0 20038110 604114944 146740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 147489 146740 76 150 0 147336 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 612180

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=420024/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=593256 CPUtime=1446.27
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 147603 0 0 0 144501 126 0 0 25 0 1 0 20038110 607494144 147589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 148314 147589 76 150 0 148161 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 615480

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=414072/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=597600 CPUtime=1506.25
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 148479 0 0 0 150498 127 0 0 25 0 1 0 20038110 611942400 148465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 149400 148465 76 150 0 149247 0
Current children cumulated CPU time (s) 1536.34
Current children cumulated vsize (KiB) 619824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=407480/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=601824 CPUtime=1566.23
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 149555 0 0 0 156494 129 0 0 25 0 1 0 20038110 616267776 149541 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 150456 149541 76 150 0 150303 0
Current children cumulated CPU time (s) 1596.32
Current children cumulated vsize (KiB) 624048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=402360/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=604728 CPUtime=1626.2
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 150319 0 0 0 162490 130 0 0 25 0 1 0 20038110 619241472 150305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 151182 150305 76 150 0 151029 0
Current children cumulated CPU time (s) 1656.29
Current children cumulated vsize (KiB) 626952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=397432/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=607764 CPUtime=1686.18
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 151086 0 0 0 168487 131 0 0 25 0 1 0 20038110 622350336 151072 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 151941 151072 76 150 0 151788 0
Current children cumulated CPU time (s) 1716.27
Current children cumulated vsize (KiB) 629988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 15343
/proc/meminfo: memFree=392888/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=610008 CPUtime=1746.15
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 151651 0 0 0 174484 131 0 0 25 0 1 0 20038110 624648192 151637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 152502 151637 76 150 0 152349 0
Current children cumulated CPU time (s) 1776.24
Current children cumulated vsize (KiB) 632232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.06 2.01 1.96 3/77 15343
/proc/meminfo: memFree=391096/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=610932 CPUtime=1769.95
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 151901 0 0 0 176863 132 0 0 25 0 1 0 20038110 625594368 151887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 152733 151887 76 150 0 152580 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 633156

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

############
# WARNING:
# current cumulated CPU time (30.12 s) is less than in the last sample (1800.04 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1769.92 s) to the 'lost time'.

[startup+1806.1 s]
/proc/loadavg: 2.06 2.01 1.96 3/77 15343
/proc/meminfo: memFree=391096/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.09
/proc/15264/stat : 15264 (sugar) S 15262 15264 12727 0 -1 4194304 1376 26764 0 2 7 1 2797 204 16 0 1 0 20035043 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 12727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20038109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=610932 CPUtime=1769.95
/proc/15288/stat : 15288 (minisat) R 15287 15264 12727 0 -1 4194304 151901 0 0 0 176863 132 0 0 25 0 1 0 20038110 625594368 151887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 152733 151887 76 150 0 152580 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 633156

[startup+1806.22 s]
/proc/loadavg: 2.06 2.01 1.96 4/77 15344
/proc/meminfo: memFree=1039736/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.12
/proc/15264/stat : 15264 (sugar) R 15262 15264 12727 0 -1 4194304 1423 27041 0 2 7 3 2797 205 17 0 1 0 20035043 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15264/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 30.12
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1806.31 s]
/proc/loadavg: 2.06 2.01 1.96 4/77 15344
/proc/meminfo: memFree=1039736/2055920 swapFree=4192812/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=30.2
/proc/15264/stat : 15264 (sugar) R 15262 15264 12727 0 -1 4194304 1423 27041 0 2 7 11 2797 205 17 0 1 0 20035043 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15264/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 30.2
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1769.92
#  lost CPU user time (s): 1768.63
#  lost CPU system time (s): 1.29

Real time (s): 1806.33
CPU time (s): 1800.16
CPU user time (s): 1796.68
CPU system time (s): 3.47867
CPU usage (%): 99.6584
Max. virtual memory (cumulated for all children) (KiB): 891372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0477
system time used= 2.18867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28523
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= 16078
involuntary context switches= 17102

runsolver used 2.21266 second user time and 6.03208 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 18:28:06
IDJOB=2062832
IDBENCH=53935
IDSOLVER=739
FILE ID=node35/2062832-1247329686
PBS_JOBID= 9506558
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-15.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-2062832-1247329686/watcher-2062832-1247329686 -o /tmp/evaluation-result-2062832-1247329686/solver-2062832-1247329686 -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-2062832-1247329686.xml

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

MD5SUM BENCH= 0f795da72149032c268c786dfab1e3c5
RANDOM SEED=1115914081

node35.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:        423072 kB
Buffers:         52032 kB
Cached:        1218208 kB
SwapCached:          0 kB
Active:         465356 kB
Inactive:      1112184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        423072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:         322916 kB
Slab:            40084 kB
Committed_AS:   869060 kB
PageTables:       2356 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= 66236 MiB
End job on node35 at 2009-07-11 18:58:15