Trace number 2083336

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+minisatSAT 243.869 245.521

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-9.xml
MD5SUMdf17b803234115e4f44c4b6c29f818f0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:40:27 2009
0.00/0.08	c 0	PID 23211
0.00/0.08	c 0	HOST node55.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083336-1247377226.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-2083336-1247377226.xml' 'HOME/temp.csp'
0.07/0.61	c 0	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.58/0.70	c 0	Parsing HOME/temp.csp
0.58/0.81	c 0	parsed 3366 expressions
0.58/0.82	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.82	c 0	Converting to clausal form CSP
0.58/0.85	c 0	converted 337 (10%) expressions
1.14/1.27	c 1	converted 674 (20%) expressions
1.54/1.66	c 1	converted 1010 (30%) expressions
1.94/2.06	c 2	converted 1347 (40%) expressions
2.23/2.40	c 2	converted 1683 (50%) expressions
2.63/2.73	c 2	converted 2020 (60%) expressions
2.83/2.98	c 2	converted 2357 (70%) expressions
3.13/3.21	c 3	converted 2693 (80%) expressions
3.32/3.44	c 3	converted 3030 (90%) expressions
3.62/3.73	c 3	converted 3366 (100%) expressions
3.62/3.73	c 3	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.62/3.73	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.62/3.73	c 3	Propagation in CSP
3.82/3.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.82/3.97	c 3	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.82/3.97	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.82/3.98	c 3	Simplifing CSP by introducing new Boolean variables
3.92/4.03	c 4	CSP : 986 integers, 14142 booleans, 24052 clauses, largest domain size 2701
3.92/4.03	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.02/4.15	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.51/4.67	c 4	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
5.02/5.10	c 5	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.41/5.54	c 5	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
5.80/5.99	c 5	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.31/6.42	c 6	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.60/6.76	c 6	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
7.01/7.10	c 7	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.30/7.43	c 7	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.60/7.77	c 7	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
7.89/8.06	c 8	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
10.27/10.47	c 10	2406 (10%) CSP clauses are encoded (2063184 clauses, 40811325 bytes)
12.74/12.98	c 12	4811 (20%) CSP clauses are encoded (2890790 clauses, 60918416 bytes)
15.20/15.41	c 15	7216 (30%) CSP clauses are encoded (3707239 clauses, 80970953 bytes)
17.58/17.83	c 17	9621 (40%) CSP clauses are encoded (4566667 clauses, 102304711 bytes)
19.57/19.85	c 19	12026 (50%) CSP clauses are encoded (5298625 clauses, 120733725 bytes)
21.94/22.22	c 22	14432 (60%) CSP clauses are encoded (6159447 clauses, 142588024 bytes)
24.03/24.37	c 24	16837 (70%) CSP clauses are encoded (6956349 clauses, 162789262 bytes)
26.30/26.69	c 26	19242 (80%) CSP clauses are encoded (7846612 clauses, 185315656 bytes)
28.59/28.95	c 28	21647 (90%) CSP clauses are encoded (8719687 clauses, 207159473 bytes)
31.14/31.58	c 31	24052 (100%) CSP clauses are encoded (9750973 clauses, 233036669 bytes)
31.14/31.58	c 31	24052 CSP clauses encoded
31.14/31.58	c 31	Writing map file : HOME/temp.map
31.24/31.62	c 31	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.24/31.62	c 31	SAT : 1328660 SAT variables, 9750973 SAT clauses, 233036669 bytes
31.24/31.62	c 31	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.24/31.68	c 31	SOLVING HOME/temp.cnf
31.24/31.68	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.24/31.68	c 31	This is MiniSat 2.0 beta
31.24/31.68	c 31	WARNING: for repeatability, setting FPU to use double precision
31.24/31.68	c 31	============================[ Problem Statistics ]=============================
31.24/31.68	c 31	|                                                                             |
31.24/31.68	c 31	|  Number of variables:  1328660                                              |
31.24/31.68	c 31	|  Number of clauses:    9750973                                              |
37.50/38.05	c 38	|  Parsing time:         5.19         s                                       |
37.90/38.41	c 38	============================[ Search Statistics ]==============================
37.90/38.41	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.90/38.41	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.90/38.41	c 38	===============================================================================
37.90/38.41	c 38	|         0 | 1328658  9750969 26636135 |  3250323        0    nan |  0.000 % |
38.99/39.54	c 39	|       100 | 1328652  9750969 26636135 |  3575355       96      3 |  0.724 % |
40.68/41.20	c 41	|       250 | 1328645  9750969 26636135 |  3932890      244      3 |  1.055 % |
44.46/45.10	c 45	|       476 | 1328632  9750969 26636135 |  4326179      465      3 |  2.074 % |
53.61/54.23	c 54	|       813 | 1300386  9554785 26103941 |  4758797      784      4 |  3.001 % |
64.36/65.01	c 65	|      1320 | 1250737  9181061 25082205 |  5234677     1251      4 |  6.774 % |
79.49/80.28	c 80	|      2079 | 1202224  8733428 23837334 |  5758145     1878      4 | 12.882 % |
111.23/112.17	c 112	|      3219 | 1042402  7541129 20583981 |  6333960     2695      4 | 24.030 % |
152.63/153.71	c 153	|      4927 |  899690  6399111 17448354 |  6967356     3872      4 | 33.282 % |
240.85/242.55	c 242	===============================================================================
240.95/242.61	c 242	restarts              : 9
240.95/242.61	c 242	conflicts             : 6926           (33 /sec)
240.95/242.61	c 242	decisions             : 2123121        (0.44 % random) (10181 /sec)
240.95/242.61	c 242	propagations          : 430215583      (2062926 /sec)
240.95/242.61	c 242	conflict literals     : 26233          (11.15 % deleted)
240.95/242.61	c 242	Memory used           : 508.27 MB
240.95/242.61	c 242	CPU time              : 208.546 s
240.95/242.61	c 242	
241.54/243.20	c 243	SATISFIABLE
241.54/243.28	c 243	DECODING HOME/temp.out WITH HOME/temp.map
241.54/243.28	c 243	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'
241.64/243.37	c 243	Decoding HOME/temp.out
243.63/245.34	s SATISFIABLE
243.63/245.36	v 2660 2404 2584 2404 2660 2700 2384 -2308 2624 2252 2332 2480 2236 2400 2528 2496 2368 2256 2284 2660 2416 2684 2492 2660 2660 2424 2260 2456 2280 2272 2700 2548 2700 2228 2700 2260 2588 2380 2472 2612 2648 2416 2696 -2688 2228 -2668 2600 2512 2540 2372 2424 2468 2296 2376 2280 2304 2260 2628 2336 2688 2264 2532 2360 2268 2536 2608 2280 2476 2280 -2440 2496 2240 2700 2372 2388 2700 2408 2700 -2220 2404 2356 2452 2700 2432 2236 2244 2260 2700 2340 2344 2580 2368 2592 2600 2376 2296 2304 2636 2624 2220 2432 2660 2236 2276 2312 2360 2504 2700 2296 2568 2260 2472 2648 2628 -2632 2268 2440 2260 2256 2428 2364 2376 2304 2660 -2360 2260 2344 2336 2636 2300 2488 2244 2408 2460 2376 2460 2392 2700 2284 2700 2548 2412 2460 2416 2600 2420 -2700 2700 2336 2240 2560 2700 -2360 2372 -2276 2628 2412 -2256 2364 -2644 2300 2500 2344 2432 2660 2660 2424 -2456 2592 2296 -2380 2532 2660 2456 2660 -2220 2464 2524 2344 2700 2648 2308 2588 2700 2400 2220 2628 2416 2564 2412 2400 2336 2308 -2528 2260 2584 2660 2648 2284 2228 2380 2592 2700 2608 2240 2660 2648 2592 2660 2320 2412 2400 -2284 2700 2408 2408 2268 2648 2512 2632 2612 2472 2316 2312 2296 2652 2660 2660 2308 2660 2372 2336 2660 2660 2544 2596 2660 2568 2660 2420 2660 2420 2360 2660 2528 2556 2444 2384 2368 2448 -2336 2660 2332 2404 2504 2328 2468 2688 2700 2596 2628 2660 2604 2356 2668 2228 2448 2332 2700 2316 2620 2448 2304 2572 2320 2296 2700 2700 2244 2516 2288 2348 2500 2336 2680 2660 2660 2656 2444 2560 2700 2508 2292 2552 2300 2268 2700 2464 -2384 2700 2504 2364 2572 2572 2584 2336 2696 2540 2360 2608 2300 2372 2348 2308 2400 2416 2592 2316 2340 2560 2400 2296 2292 2420 2660 2700 2456 2360 2340 2424 2332 2608 2656 2544 2464 2444 2268 2544 2272 2432 2540 2500 2460 2600 2384 2332 2316 2700 2376 2660 2700 2660 2484 2256 2244 -2500 2584 2384 2700 2576 2344 2584 2596 -2700 2380 2464 2492 2272 2220 2512 2460 2680 2276 2524 2352 2568 2640 2452 2464 2660 2588 2284 2340 2296 2520 2324 2348 -2532 2260 2276 2588 2628 2232 2268 2632 2336 2620 2284 2328 -2368 2572 -2668 2336 2660 2580 2644 2460 2296 2344 2224 2616 2272 2608 2700 2456 2532 2700 2660 2376 2276 2464 2632 2700 2300 2448 2640 2500 2392 2660 2292 2484 2340 -2232 2268 2260 2508 2404 2392 2684 2552 2504 2448 2484 2688 2596 -2220 2292 2472 2700 2344 2504 2648 2496 2640 2660 2264 2324 2588 2312 2700 2304 2296 2660 2272 2648 2628 2480 2276 2420 2488 2420 2700 2556 2504 2220 2252 2352 2660 2408 2336 2340 2376 2660 2384 2240 2408 2292 2700 2660 2300 -2220 2420 2272 2624 2236 2232 2540 2552 2300 2408
243.63/245.37	c 245	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
243.63/245.39	c 245	CPU 243.72 (0.06 0.03 240.37 3.26)
243.63/245.39	c 245	END Sun Jul 12 07:44:32 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083336-1247377226/watcher-2083336-1247377226 -o /tmp/evaluation-result-2083336-1247377226/solver-2083336-1247377226 -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-2083336-1247377226.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.53 2.66 2.32 4/83 23211
/proc/meminfo: memFree=620392/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=12268 CPUtime=0
/proc/23211/stat : 23211 (sugar) R 23209 23211 20492 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24785960 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23211/statm: 3067 316 241 3 0 167 0

[startup+0.0955779 s]
/proc/loadavg: 2.53 2.66 2.32 4/83 23211
/proc/meminfo: memFree=620392/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.07
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101576 s]
/proc/loadavg: 2.53 2.66 2.32 4/83 23211
/proc/meminfo: memFree=620392/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.07
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301594 s]
/proc/loadavg: 2.53 2.66 2.32 4/83 23211
/proc/meminfo: memFree=620392/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.07
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701631 s]
/proc/loadavg: 2.53 2.66 2.32 4/83 23211
/proc/meminfo: memFree=620392/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) R 23209 23211 20492 0 -1 4194304 1306 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248779524893 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.53 2.66 2.32 3/94 23233
/proc/meminfo: memFree=609360/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1309 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
[pid=23224] ppid=23211 vsize=5356 CPUtime=0
/proc/23224/stat : 23224 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24786022 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23224/statm: 1339 233 193 169 0 50 0
[pid=23225] ppid=23224 vsize=868508 CPUtime=0.86
/proc/23225/stat : 23225 (java) S 23224 23211 20492 0 -1 0 5657 0 1 0 82 4 0 0 18 0 9 0 24786023 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23225/statm: 217127 5047 1744 9 0 211632 0
[pid=23225/tid=23226] ppid=23224 vsize=868508 CPUtime=0.62
/proc/23225/task/23226/stat : 23226 (java) R 23224 23211 20492 0 -1 64 2705 0 1 0 60 2 0 0 24 0 9 0 24786024 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4126512980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23227] ppid=23224 vsize=868508 CPUtime=0.05
/proc/23225/task/23227/stat : 23227 (java) S 23224 23211 20492 0 -1 64 792 0 0 0 5 0 0 0 16 0 9 0 24786025 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23228] ppid=23224 vsize=868508 CPUtime=0
/proc/23225/task/23228/stat : 23228 (java) S 23224 23211 20492 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24786025 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23229] ppid=23224 vsize=868508 CPUtime=0
/proc/23225/task/23229/stat : 23229 (java) S 23224 23211 20492 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24786025 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23230] ppid=23224 vsize=868508 CPUtime=0
/proc/23225/task/23230/stat : 23230 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24786027 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23231] ppid=23224 vsize=868508 CPUtime=0.16
/proc/23225/task/23231/stat : 23231 (java) S 23224 23211 20492 0 -1 64 1466 0 0 0 15 1 0 0 16 0 9 0 24786027 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23232] ppid=23224 vsize=868508 CPUtime=0
/proc/23225/task/23232/stat : 23232 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24786027 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23233] ppid=23224 vsize=868508 CPUtime=0
/proc/23225/task/23233/stat : 23233 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24786027 889352192 5047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890732

[startup+3.10285 s]
/proc/loadavg: 2.53 2.66 2.32 3/94 23233
/proc/meminfo: memFree=600656/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1309 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
[pid=23224] ppid=23211 vsize=5356 CPUtime=0
/proc/23224/stat : 23224 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24786022 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23224/statm: 1339 233 193 169 0 50 0
[pid=23225] ppid=23224 vsize=868592 CPUtime=2.45
/proc/23225/stat : 23225 (java) S 23224 23211 20492 0 -1 0 8675 0 1 0 237 8 0 0 18 0 9 0 24786023 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23225/statm: 217148 7699 2566 9 0 211653 0
[pid=23225/tid=23226] ppid=23224 vsize=868592 CPUtime=1.91
/proc/23225/task/23226/stat : 23226 (java) R 23224 23211 20492 0 -1 64 2881 0 1 0 189 2 0 0 25 0 9 0 24786024 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23227] ppid=23224 vsize=868592 CPUtime=0.33
/proc/23225/task/23227/stat : 23227 (java) S 23224 23211 20492 0 -1 64 3620 0 0 0 30 3 0 0 15 0 9 0 24786025 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23228] ppid=23224 vsize=868592 CPUtime=0
/proc/23225/task/23228/stat : 23228 (java) S 23224 23211 20492 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24786025 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23229] ppid=23224 vsize=868592 CPUtime=0
/proc/23225/task/23229/stat : 23229 (java) S 23224 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24786025 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23230] ppid=23224 vsize=868592 CPUtime=0
/proc/23225/task/23230/stat : 23230 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24786027 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23231] ppid=23224 vsize=868592 CPUtime=0.18
/proc/23225/task/23231/stat : 23231 (java) S 23224 23211 20492 0 -1 64 1475 0 0 0 17 1 0 0 15 0 9 0 24786027 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23232] ppid=23224 vsize=868592 CPUtime=0
/proc/23225/task/23232/stat : 23232 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24786027 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23233] ppid=23224 vsize=868592 CPUtime=0
/proc/23225/task/23233/stat : 23233 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24786027 889438208 7699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890816

[startup+6.30213 s]
/proc/loadavg: 2.49 2.65 2.31 3/94 23233
/proc/meminfo: memFree=589200/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1310 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
[pid=23224] ppid=23211 vsize=5356 CPUtime=0
/proc/23224/stat : 23224 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24786022 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23224/statm: 1339 233 193 169 0 50 0
[pid=23225] ppid=23224 vsize=868704 CPUtime=5.63
/proc/23225/stat : 23225 (java) S 23224 23211 20492 0 -1 0 10484 0 1 0 551 12 0 0 18 0 9 0 24786023 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23225/statm: 217176 9175 2591 9 0 211653 0
[pid=23225/tid=23226] ppid=23224 vsize=868704 CPUtime=4.71
/proc/23225/task/23226/stat : 23226 (java) R 23224 23211 20492 0 -1 64 3198 0 1 0 467 4 0 0 25 0 9 0 24786024 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4126986370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23227] ppid=23224 vsize=868704 CPUtime=0.65
/proc/23225/task/23227/stat : 23227 (java) S 23224 23211 20492 0 -1 64 5066 0 0 0 60 5 0 0 16 0 9 0 24786025 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23228] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23228/stat : 23228 (java) S 23224 23211 20492 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23229] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23229/stat : 23229 (java) S 23224 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23230] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23230/stat : 23230 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24786027 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23231] ppid=23224 vsize=868704 CPUtime=0.24
/proc/23225/task/23231/stat : 23231 (java) S 23224 23211 20492 0 -1 64 1521 0 0 0 23 1 0 0 15 0 9 0 24786027 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23232] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23232/stat : 23232 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24786027 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23233] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23233/stat : 23233 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24786027 889552896 9175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890928

[startup+12.7027 s]
/proc/loadavg: 2.45 2.64 2.31 3/94 23233
/proc/meminfo: memFree=538128/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1310 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
[pid=23224] ppid=23211 vsize=5356 CPUtime=0
/proc/23224/stat : 23224 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24786022 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23224/statm: 1339 233 193 169 0 50 0
[pid=23225] ppid=23224 vsize=868704 CPUtime=11.95
/proc/23225/stat : 23225 (java) S 23224 23211 20492 0 -1 0 11405 0 1 0 1141 54 0 0 18 0 9 0 24786023 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23225/statm: 217176 9197 2592 9 0 211653 0
[pid=23225/tid=23226] ppid=23224 vsize=868704 CPUtime=10.68
/proc/23225/task/23226/stat : 23226 (java) R 23224 23211 20492 0 -1 64 4100 0 1 0 1028 40 0 0 25 0 9 0 24786024 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4126984637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23227] ppid=23224 vsize=868704 CPUtime=0.97
/proc/23225/task/23227/stat : 23227 (java) S 23224 23211 20492 0 -1 64 5066 0 0 0 86 11 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23228] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23228/stat : 23228 (java) S 23224 23211 20492 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23229] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23229/stat : 23229 (java) S 23224 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23230] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23230/stat : 23230 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24786027 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23231] ppid=23224 vsize=868704 CPUtime=0.27
/proc/23225/task/23231/stat : 23231 (java) S 23224 23211 20492 0 -1 64 1540 0 0 0 26 1 0 0 15 0 9 0 24786027 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23232] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23232/stat : 23232 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24786027 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23233] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23233/stat : 23233 (java) S 23224 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24786027 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890928

[startup+25.5018 s]
/proc/loadavg: 2.42 2.63 2.31 3/94 23233
/proc/meminfo: memFree=417808/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=0.58
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1310 5502 0 1 5 2 47 4 16 0 1 0 24785960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1111 409 3 0 796 0
[pid=23224] ppid=23211 vsize=5356 CPUtime=0
/proc/23224/stat : 23224 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24786022 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23224/statm: 1339 233 193 169 0 50 0
[pid=23225] ppid=23224 vsize=868704 CPUtime=24.63
/proc/23225/stat : 23225 (java) S 23224 23211 20492 0 -1 0 13234 0 1 0 2322 141 0 0 18 0 9 0 24786023 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23225/statm: 217176 9197 2592 9 0 211653 0
[pid=23225/tid=23226] ppid=23224 vsize=868704 CPUtime=22.65
/proc/23225/task/23226/stat : 23226 (java) R 23224 23211 20492 0 -1 64 5929 0 1 0 2152 113 0 0 25 0 9 0 24786024 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4126548433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23227] ppid=23224 vsize=868704 CPUtime=1.67
/proc/23225/task/23227/stat : 23227 (java) S 23224 23211 20492 0 -1 64 5066 0 0 0 142 25 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23228] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23228/stat : 23228 (java) S 23224 23211 20492 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23229] ppid=23224 vsize=868704 CPUtime=0
/proc/23225/task/23229/stat : 23229 (java) S 23224 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24786025 889552896 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23225/tid=23230] ppid=23224 vsize=868704 CPUtime=0

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

/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=70.19
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122864 0 0 0 6906 113 0 0 25 0 1 0 24789129 531623936 122850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122850 76 150 0 129638 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 541388

[startup+162.301 s]
/proc/loadavg: 2.05 2.40 2.27 3/86 23235
/proc/meminfo: memFree=18960/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=129.89
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122955 0 0 0 12876 113 0 0 25 0 1 0 24789129 531623936 122941 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122941 76 150 0 129638 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 541388

[startup+222.301 s]
/proc/loadavg: 2.02 2.33 2.25 3/86 23235
/proc/meminfo: memFree=23632/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=189.46
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122990 0 0 0 18833 113 0 0 25 0 1 0 24789129 531623936 122976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122976 76 150 0 129638 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 541388

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

[startup+230.301 s]
/proc/loadavg: 2.01 2.32 2.25 3/86 23235
/proc/meminfo: memFree=23696/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=197.42
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122990 0 0 0 19629 113 0 0 25 0 1 0 24789129 531623936 122976 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122976 76 150 0 129638 0
Current children cumulated CPU time (s) 228.71
Current children cumulated vsize (KiB) 541388

[startup+236.703 s]
/proc/loadavg: 2.01 2.31 2.24 3/86 23235
/proc/meminfo: memFree=23696/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=203.79
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122991 0 0 0 20266 113 0 0 25 0 1 0 24789129 531623936 122977 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122977 76 150 0 129638 0
Current children cumulated CPU time (s) 235.08
Current children cumulated vsize (KiB) 541388

[startup+239.902 s]
/proc/loadavg: 2.01 2.31 2.24 3/86 23235
/proc/meminfo: memFree=23696/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=519164 CPUtime=206.97
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 122991 0 0 0 20584 113 0 0 25 0 1 0 24789129 531623936 122977 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 129791 122977 76 150 0 129638 0
Current children cumulated CPU time (s) 238.26
Current children cumulated vsize (KiB) 541388

[startup+243.107 s]
/proc/loadavg: 2.01 2.31 2.24 3/86 23235
/proc/meminfo: memFree=19728/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=31.29
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1377 19977 0 2 6 2 2929 192 15 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23234] ppid=23211 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23211 23211 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24789129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23234/statm: 1339 232 193 169 0 50 0
[pid=23235] ppid=23234 vsize=520476 CPUtime=210.16
/proc/23235/stat : 23235 (minisat) R 23234 23211 20492 0 -1 4194304 123327 0 0 0 20899 117 0 0 25 0 1 0 24789129 532967424 123312 996147200 134512640 135127466 4294956256 18446744073709551615 134856196 0 0 4096 3 0 0 0 17 1 0 0
/proc/23235/statm: 130119 123312 82 150 0 129966 0
Current children cumulated CPU time (s) 241.45
Current children cumulated vsize (KiB) 542700

[startup+244.702 s]
/proc/loadavg: 2.01 2.30 2.24 3/94 23245
/proc/meminfo: memFree=496912/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=241.64
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1449 143589 0 2 6 2 23837 319 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23236] ppid=23211 vsize=5356 CPUtime=0
/proc/23236/stat : 23236 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24810289 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23236/statm: 1339 233 193 169 0 50 0
[pid=23237] ppid=23236 vsize=862900 CPUtime=1.39
/proc/23237/stat : 23237 (java) S 23236 23211 20492 0 -1 0 6197 0 1 0 135 4 0 0 18 0 9 0 24810290 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23237/statm: 215725 5472 2157 9 0 210638 0
[pid=23237/tid=23238] ppid=23236 vsize=862900 CPUtime=1.2
/proc/23237/task/23238/stat : 23238 (java) R 23236 23211 20492 0 -1 64 2055 0 1 0 118 2 0 0 25 0 9 0 24810291 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4126555603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23239] ppid=23236 vsize=862900 CPUtime=0.08
/proc/23237/task/23239/stat : 23239 (java) S 23236 23211 20492 0 -1 64 2950 0 0 0 8 0 0 0 16 0 9 0 24810292 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23240] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23240/stat : 23240 (java) S 23236 23211 20492 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24810292 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23241] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23241/stat : 23241 (java) S 23236 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24810292 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23242] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23242/stat : 23242 (java) S 23236 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24810295 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23243] ppid=23236 vsize=862900 CPUtime=0.08
/proc/23237/task/23243/stat : 23243 (java) S 23236 23211 20492 0 -1 64 495 0 0 0 8 0 0 0 16 0 9 0 24810295 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23244] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23244/stat : 23244 (java) S 23236 23211 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24810295 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23245] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23245/stat : 23245 (java) S 23236 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24810295 883609600 5472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 885124

[startup+245.102 s]
/proc/loadavg: 2.01 2.30 2.24 3/94 23245
/proc/meminfo: memFree=496912/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=241.64
/proc/23211/stat : 23211 (sugar) S 23209 23211 20492 0 -1 4194304 1449 143589 0 2 6 2 23837 319 16 0 1 0 24785960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23211/statm: 4217 1114 409 3 0 796 0
[pid=23236] ppid=23211 vsize=5356 CPUtime=0
/proc/23236/stat : 23236 (sh) S 23211 23211 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24810289 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23236/statm: 1339 233 193 169 0 50 0
[pid=23237] ppid=23236 vsize=862900 CPUtime=1.79
/proc/23237/stat : 23237 (java) S 23236 23211 20492 0 -1 0 6321 0 1 0 174 5 0 0 18 0 9 0 24810290 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23237/statm: 215725 5580 2157 9 0 210638 0
[pid=23237/tid=23238] ppid=23236 vsize=862900 CPUtime=1.59
/proc/23237/task/23238/stat : 23238 (java) R 23236 23211 20492 0 -1 64 2072 0 1 0 157 2 0 0 25 0 9 0 24810291 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4126594168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23239] ppid=23236 vsize=862900 CPUtime=0.09
/proc/23237/task/23239/stat : 23239 (java) S 23236 23211 20492 0 -1 64 3054 0 0 0 8 1 0 0 16 0 9 0 24810292 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23240] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23240/stat : 23240 (java) S 23236 23211 20492 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24810292 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23241] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23241/stat : 23241 (java) S 23236 23211 20492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24810292 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23242] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23242/stat : 23242 (java) S 23236 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24810295 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23243] ppid=23236 vsize=862900 CPUtime=0.08
/proc/23237/task/23243/stat : 23243 (java) S 23236 23211 20492 0 -1 64 498 0 0 0 8 0 0 0 16 0 9 0 24810295 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23244] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23244/stat : 23244 (java) S 23236 23211 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24810295 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23237/tid=23245] ppid=23236 vsize=862900 CPUtime=0
/proc/23237/task/23245/stat : 23245 (java) S 23236 23211 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24810295 883609600 5580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.43
Current children cumulated vsize (KiB) 885124

[startup+245.511 s]
/proc/loadavg: 2.01 2.30 2.24 3/94 23245
/proc/meminfo: memFree=496464/2055920 swapFree=4192952/4192956
[pid=23211] ppid=23209 vsize=16868 CPUtime=243.84
/proc/23211/stat : 23211 (sugar) R 23209 23211 20492 0 -1 4194304 1480 150714 0 3 6 15 24037 326 16 0 1 0 24785960 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23211/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 243.84
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 245.521
CPU time (s): 243.869
CPU user time (s): 240.441
CPU system time (s): 3.42748
CPU usage (%): 99.3272
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.441
system time used= 3.42748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152254
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40590
involuntary context switches= 43349

runsolver used 0.290955 second user time and 0.860869 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 07:40:26
IDJOB=2083336
IDBENCH=57787
IDSOLVER=739
FILE ID=node55/2083336-1247377226
PBS_JOBID= 9507128
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-9.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-2083336-1247377226/watcher-2083336-1247377226 -o /tmp/evaluation-result-2083336-1247377226/solver-2083336-1247377226 -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-2083336-1247377226.xml

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

MD5SUM BENCH= df17b803234115e4f44c4b6c29f818f0
RANDOM SEED=1768943916

node55.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.231
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.231
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:        620872 kB
Buffers:         88192 kB
Cached:         546992 kB
SwapCached:          4 kB
Active:         885168 kB
Inactive:       471332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        620872 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         736968 kB
Slab:            62368 kB
Committed_AS:   901788 kB
PageTables:       3236 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= 66384 MiB
End job on node55 at 2009-07-12 07:44:32