Trace number 1086969

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.13+minisatSAT 1282.26 1288.92

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-6.xml
MD5SUMc69528fd65a2520fb81be713348cca16
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 benchmark25.9351
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:16:04 2008
0.00/0.05	c 0	PID 21555
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086969-1215242164.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086969-1215242164.xml' 'HOME/temp.csp'
0.03/0.82	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.92	c 1	Parsing HOME/temp.csp
1.04/1.17	c 1	parsed 3681 expressions
1.04/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.17	c 1	Converting to clausal form CSP
1.23/1.35	c 1	converted 369 (10%) expressions
1.93/2.10	c 2	converted 737 (20%) expressions
2.52/2.63	c 2	converted 1105 (30%) expressions
2.92/3.03	c 3	converted 1473 (40%) expressions
3.41/3.51	c 3	converted 1841 (50%) expressions
3.72/3.81	c 4	converted 2209 (60%) expressions
4.11/4.22	c 4	converted 2577 (70%) expressions
4.62/4.70	c 5	converted 2945 (80%) expressions
4.91/5.00	c 5	converted 3313 (90%) expressions
5.21/5.37	c 5	converted 3681 (100%) expressions
5.21/5.37	c 5	CSP : 598 integers, 9633 booleans, 20372 clauses, largest domain size 2697
5.21/5.37	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.21/5.37	c 5	Propagation in CSP
5.51/5.63	c 5	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.51/5.63	c 5	CSP : 598 integers, 9633 booleans, 20372 clauses, largest domain size 2697
5.51/5.63	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.51/5.64	c 5	Simplifing CSP by introducing new Boolean variables
5.51/5.69	c 5	CSP : 598 integers, 16601 booleans, 27340 clauses, largest domain size 2697
5.51/5.69	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.90/6.03	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.21/6.34	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
6.40/6.59	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.69/6.86	c 7	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.99/7.10	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
7.19/7.36	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
7.40/7.53	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
7.50/7.68	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
7.69/7.85	c 8	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.78/7.98	c 8	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.99/8.14	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
18.32/18.54	c 18	2734 (10%) CSP clauses are encoded (2177441 clauses, 43147485 bytes)
24.57/24.85	c 25	5468 (20%) CSP clauses are encoded (3400432 clauses, 70188056 bytes)
28.74/29.05	c 29	8202 (30%) CSP clauses are encoded (4260254 clauses, 89289403 bytes)
32.01/32.39	c 32	10936 (40%) CSP clauses are encoded (5066795 clauses, 107679317 bytes)
34.59/34.92	c 35	13670 (50%) CSP clauses are encoded (5724898 clauses, 123035707 bytes)
37.18/37.57	c 37	16404 (60%) CSP clauses are encoded (6593391 clauses, 143836224 bytes)
38.86/39.24	c 39	19138 (70%) CSP clauses are encoded (7141655 clauses, 156783464 bytes)
41.34/41.76	c 42	21872 (80%) CSP clauses are encoded (7996801 clauses, 177393604 bytes)
43.62/44.07	c 44	24606 (90%) CSP clauses are encoded (8822849 clauses, 197181077 bytes)
45.58/46.00	c 46	27340 (100%) CSP clauses are encoded (9464337 clauses, 212767435 bytes)
45.58/46.01	c 46	27340 CSP clauses encoded
45.58/46.01	c 46	Writing map file : HOME/temp.map
45.58/46.04	c 46	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.58/46.04	c 46	SAT : 641275 SAT variables, 9464337 SAT clauses, 212767435 bytes
45.58/46.04	c 46	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.58/46.06	c 46	SOLVING HOME/temp.cnf
45.58/46.06	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
45.58/46.07	c 46	This is MiniSat 2.0 beta
45.58/46.07	c 46	WARNING: for repeatability, setting FPU to use double precision
45.58/46.07	c 46	============================[ Problem Statistics ]=============================
45.58/46.07	c 46	|                                                                             |
45.58/46.07	c 46	|  Number of variables:  641275                                               |
45.58/46.07	c 46	|  Number of clauses:    9464337                                              |
51.45/51.99	c 52	|  Parsing time:         4.88         s                                       |
51.85/52.31	c 52	============================[ Search Statistics ]==============================
51.85/52.31	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.85/52.31	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.85/52.31	c 52	===============================================================================
51.85/52.31	c 52	|         0 |  641275  9464337 26070185 |  3154779        0    nan |  0.000 % |
52.74/53.29	c 53	|       100 |  641275  9464337 26070185 |  3470256      100      3 |  0.000 % |
54.24/54.78	c 55	|       250 |  641275  9464337 26070185 |  3817282      250      3 |  0.000 % |
57.13/57.67	c 57	|       476 |  641243  9464337 26070185 |  4199010      474      3 |  0.071 % |
60.02/60.60	c 60	|       813 |  641231  9464337 26070185 |  4618911      806      4 |  1.473 % |
63.79/64.37	c 64	|      1319 |  631673  9317968 25668590 |  5080803     1306      5 |  2.818 % |
69.87/70.42	c 70	|      2079 |  631659  9317968 25668590 |  5588883     2060      5 |  5.019 % |
79.82/80.41	c 80	|      3218 |  605264  8958825 24695646 |  6147771     3180      6 |  7.105 % |
92.65/93.33	c 93	|      4926 |  586781  8713935 24033827 |  6762548     4872      7 | 10.026 % |
112.55/113.32	c 113	|      7489 |  545152  8074305 22279602 |  7438803     7367      8 | 14.992 % |
138.61/139.58	c 139	|     11333 |  518490  7678283 21199518 |  8182684    11173      9 | 19.889 % |
179.56/180.84	c 181	|     17099 |  479788  7158725 19794733 |  9000952    16883     10 | 26.083 % |
238.67/240.23	c 240	|     25748 |  411290  6233536 17291141 |  9901047    25437     11 | 35.864 % |
324.85/326.87	c 327	|     38722 |  358647  5550081 15453028 | 10891152    38295     12 | 44.077 % |
449.83/452.42	c 452	|     58183 |  325869  5159305 14410175 | 11980268    57485     14 | 49.853 % |
640.40/643.97	c 644	|     87377 |  281281  4561867 12794976 | 13178294    86625     16 | 56.146 % |
941.12/946.12	c 946	|    131166 |  233228  3969037 11208367 | 14496124   130352     18 | 63.631 % |
1280.35/1287.08	c 1287	===============================================================================
1280.45/1287.11	c 1287	restarts              : 17
1280.45/1287.11	c 1287	conflicts             : 175813         (143 /sec)
1280.45/1287.11	c 1287	decisions             : 3452585        (0.78 % random) (2799 /sec)
1280.45/1287.11	c 1287	propagations          : 1549188414     (1255713 /sec)
1280.45/1287.11	c 1287	conflict literals     : 3391263        (14.34 % deleted)
1280.45/1287.11	c 1287	Memory used           : 448.31 MB
1280.45/1287.11	c 1287	CPU time              : 1233.71 s
1280.45/1287.11	c 1287	
1280.75/1287.41	c 1287	SATISFIABLE
1280.75/1287.49	c 1287	DECODING HOME/temp.out WITH HOME/temp.map
1280.75/1287.49	c 1287	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1280.84/1287.58	c 1287	Decoding HOME/temp.out
1282.03/1288.76	s SATISFIABLE
1282.03/1288.78	v 2644 -2424 2248 2160 2340 2468 2680 2180 2604 2416 2696 -2508 -2580 -2444 -2452 2432 2496 2536 -2224 2160 2232 2696 2364 -2316 2220 2556 -2360 2456 2232 2664 2288 2592 2564 2696 2472 -2252 -2560 2200 -2664 2172 2180 2432 2636 2296 -2300 2260 2596 -2564 2384 2564 2208 -2656 -2596 2496 2328 -2632 2296 2480 -2376 2652 2324 -2208 2264 -2564 2692 -2524 2588 2684 2420 2364 2520 2296 2288 2244 2208 -2600 -2636 2624 -2460 -2300 2588 2160 -2572 2656 -2428 -2696 -2508 -2564 -2212 2200 2640 -2580 2696 2508 2304 -2264 2508 2440 2696 2384 -2388 -2384 2656 -2456 -2396 2424 2344 2624 -2556 2668 2212 2572 -2420 2668 2248 2624 2696 2628 -2356 2588 -2588 -2668 2600 2652 -2596 -2460 2444 -2612 2228 -2572 2620 -2256 2588 -2656 -2260 -2276 2332 -2256 -2644 2548 2276 -2188 -2628 2168 2516 2304 2196 2644 -2300 2656 -2316 2692 -2200 2336 -2316 -2640 2380 2548 2324 2652 2392 -2380 -2396 -2676 2356 -2560 2220 -2644 -2656 -2680 -2560 -2612 -2600 2564 2684 2220 -2684 2272 2284 2652 -2480 2280 -2356 2172 2312 -2624 -2444 -2232 2624 2660 2256 -2484 2200 -2580 2548 2192 -2664 -2500 -2468 2656 2428 2652 2596 2384 -2636 2628 2204 -2436 2416 2292 2544 2692 2260 -2168 -2324 2612 -2572 2372 2212 -2532 2664 2492 2604 -2464 2620 2340 2316 -2524 2484 -2628 -2660 -2664 -2340 2628 2600 2540 -2344 2668 2420 2168 -2640 -2200 -2676 -2520 2540 2392 2316 2404 2460 2636 2352 2352 2288 -2652 -2236 2252 -2656 -2424 2696 2532 2696 -2468 2548 2456 2612 -2384 2636 -2524 -2616 -2356 2424 2240 -2392 2432 -2640 -2468 -2612 -2160 -2604 2160 2604 2548 2548 2540 2656 -2604 2192 2364 2620 2504 2372 -2484 2412 2220 2180 2324 2508 2656 2504 -2320
1282.03/1288.78	c 1289	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1282.10/1288.81	c 1289	CPU 1279.13 (0.04 0.01 1279.09 2.98)
1282.10/1288.81	c 1289	END Sat Jul  5 09:37:33 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086969-1215242164/watcher-1086969-1215242164 -o /tmp/evaluation-result-1086969-1215242164/solver-1086969-1215242164 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086969-1215242164.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.04 2.01 4/72 21555
/proc/meminfo: memFree=1390232/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=4708 CPUtime=0
/proc/21555/stat : 21555 (sugar) R 21553 21555 21375 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 2003190647 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 221233870892 0 0 4096 0 0 0 0 17 1 0 0
/proc/21555/statm: 1177 40 31 3 0 8 0

[startup+0.110337 s]
/proc/loadavg: 2.21 2.04 2.01 4/72 21555
/proc/meminfo: memFree=1390232/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.03
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003190647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20136 s]
/proc/loadavg: 2.21 2.04 2.01 4/72 21555
/proc/meminfo: memFree=1390232/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.03
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003190647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301368 s]
/proc/loadavg: 2.21 2.04 2.01 4/72 21555
/proc/meminfo: memFree=1390232/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.03
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003190647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701454 s]
/proc/loadavg: 2.21 2.04 2.01 4/72 21555
/proc/meminfo: memFree=1390232/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.03
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003190647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 2.27 2.05 2.01 4/83 21577
/proc/meminfo: memFree=1381824/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.79
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 974 6775 0 1 3 0 70 6 15 0 1 0 2003190647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 797 370 3 0 500 0
[pid=21568] ppid=21555 vsize=5356 CPUtime=0
/proc/21568/stat : 21568 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003190731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21568/statm: 1339 233 193 169 0 50 0
[pid=21569] ppid=21568 vsize=868240 CPUtime=0.64
/proc/21569/stat : 21569 (java) S 21568 21555 21375 0 -1 0 5452 0 1 0 60 4 0 0 18 0 9 0 2003190731 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21569/statm: 217060 4843 1732 9 0 211635 0
[pid=21569/tid=21570] ppid=21568 vsize=868240 CPUtime=0.41
/proc/21569/task/21570/stat : 21570 (java) R 21568 21555 21375 0 -1 64 2660 0 1 0 39 2 0 0 22 0 9 0 2003190732 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4126579780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21571] ppid=21568 vsize=868240 CPUtime=0.04
/proc/21569/task/21571/stat : 21571 (java) S 21568 21555 21375 0 -1 64 656 0 0 0 4 0 0 0 16 0 9 0 2003190733 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21572] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21572/stat : 21572 (java) S 21568 21555 21375 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003190734 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21573] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21573/stat : 21573 (java) S 21568 21555 21375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003190734 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21574] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21574/stat : 21574 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003190736 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21575] ppid=21568 vsize=868240 CPUtime=0.16
/proc/21569/task/21575/stat : 21575 (java) S 21568 21555 21375 0 -1 64 1444 0 0 0 16 0 0 0 16 0 9 0 2003190736 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21576] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21576/stat : 21576 (java) S 21568 21555 21375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003190736 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21577] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21577/stat : 21577 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003190736 889077760 4843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887196

[startup+3.1029 s]
/proc/loadavg: 2.27 2.05 2.01 3/83 21577
/proc/meminfo: memFree=1371456/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.79
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 974 6775 0 1 3 0 70 6 15 0 1 0 2003190647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 797 370 3 0 500 0
[pid=21568] ppid=21555 vsize=5356 CPUtime=0
/proc/21568/stat : 21568 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003190731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21568/statm: 1339 233 193 169 0 50 0
[pid=21569] ppid=21568 vsize=868240 CPUtime=2.23
/proc/21569/stat : 21569 (java) S 21568 21555 21375 0 -1 0 8918 0 1 0 216 7 0 0 18 0 9 0 2003190731 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21569/statm: 217060 8005 2540 9 0 211635 0
[pid=21569/tid=21570] ppid=21568 vsize=868240 CPUtime=1.68
/proc/21569/task/21570/stat : 21570 (java) R 21568 21555 21375 0 -1 64 2795 0 1 0 166 2 0 0 25 0 9 0 2003190732 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4126566888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21571] ppid=21568 vsize=868240 CPUtime=0.31
/proc/21569/task/21571/stat : 21571 (java) S 21568 21555 21375 0 -1 64 3959 0 0 0 28 3 0 0 16 0 9 0 2003190733 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21572] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21572/stat : 21572 (java) S 21568 21555 21375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003190734 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21573] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21573/stat : 21573 (java) S 21568 21555 21375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003190734 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21574] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21574/stat : 21574 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003190736 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21575] ppid=21568 vsize=868240 CPUtime=0.21
/proc/21569/task/21575/stat : 21575 (java) S 21568 21555 21375 0 -1 64 1471 0 0 0 20 1 0 0 15 0 9 0 2003190736 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21576] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21576/stat : 21576 (java) S 21568 21555 21375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003190736 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21577] ppid=21568 vsize=868240 CPUtime=0
/proc/21569/task/21577/stat : 21577 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003190736 889077760 8005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887196

[startup+6.30251 s]
/proc/loadavg: 2.25 2.05 2.01 3/83 21577
/proc/meminfo: memFree=1350784/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.79
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 974 6775 0 1 3 0 70 6 15 0 1 0 2003190647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 797 370 3 0 500 0
[pid=21568] ppid=21555 vsize=5356 CPUtime=0
/proc/21568/stat : 21568 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003190731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21568/statm: 1339 233 193 169 0 50 0
[pid=21569] ppid=21568 vsize=868464 CPUtime=5.42
/proc/21569/stat : 21569 (java) S 21568 21555 21375 0 -1 0 18716 0 1 0 527 15 0 0 18 0 9 0 2003190731 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21569/statm: 217116 12461 2566 9 0 211663 0
[pid=21569/tid=21570] ppid=21568 vsize=868464 CPUtime=3.93
/proc/21569/task/21570/stat : 21570 (java) R 21568 21555 21375 0 -1 64 3291 0 1 0 390 3 0 0 25 0 9 0 2003190732 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4126996235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21571] ppid=21568 vsize=868464 CPUtime=1.19
/proc/21569/task/21571/stat : 21571 (java) S 21568 21555 21375 0 -1 64 13226 0 0 0 110 9 0 0 16 0 9 0 2003190733 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21572] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21572/stat : 21572 (java) S 21568 21555 21375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21573] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21573/stat : 21573 (java) S 21568 21555 21375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21574] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21574/stat : 21574 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003190736 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21575] ppid=21568 vsize=868464 CPUtime=0.26
/proc/21569/task/21575/stat : 21575 (java) S 21568 21555 21375 0 -1 64 1506 0 0 0 25 1 0 0 15 0 9 0 2003190736 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21576] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21576/stat : 21576 (java) S 21568 21555 21375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003190736 889307136 12461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21577] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21577/stat : 21577 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003190736 889307136 12461 996147200 134512640 134550740 4294955952 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) 887420

[startup+12.7027 s]
/proc/loadavg: 2.31 2.07 2.02 3/83 21577
/proc/meminfo: memFree=1326016/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.79
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 974 6775 0 1 3 0 70 6 15 0 1 0 2003190647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 797 370 3 0 500 0
[pid=21568] ppid=21555 vsize=5356 CPUtime=0
/proc/21568/stat : 21568 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003190731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21568/statm: 1339 233 193 169 0 50 0
[pid=21569] ppid=21568 vsize=868464 CPUtime=11.77
/proc/21569/stat : 21569 (java) S 21568 21555 21375 0 -1 0 18941 0 1 0 1145 32 0 0 18 0 9 0 2003190731 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21569/statm: 217116 12475 2566 9 0 211663 0
[pid=21569/tid=21570] ppid=21568 vsize=868464 CPUtime=10.14
/proc/21569/task/21570/stat : 21570 (java) R 21568 21555 21375 0 -1 64 3504 0 1 0 995 19 0 0 25 0 9 0 2003190732 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4126997856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21571] ppid=21568 vsize=868464 CPUtime=1.31
/proc/21569/task/21571/stat : 21571 (java) S 21568 21555 21375 0 -1 64 13226 0 0 0 121 10 0 0 16 0 9 0 2003190733 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21572] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21572/stat : 21572 (java) S 21568 21555 21375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21573] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21573/stat : 21573 (java) S 21568 21555 21375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21574] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21574/stat : 21574 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003190736 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21575] ppid=21568 vsize=868464 CPUtime=0.29
/proc/21569/task/21575/stat : 21575 (java) S 21568 21555 21375 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 2003190736 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21576] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21576/stat : 21576 (java) S 21568 21555 21375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003190736 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21577] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21577/stat : 21577 (java) S 21568 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003190736 889307136 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887420

[startup+25.5021 s]
/proc/loadavg: 2.46 2.11 2.03 3/83 21577
/proc/meminfo: memFree=1276480/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=0.79
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 974 6775 0 1 3 0 70 6 16 0 1 0 2003190647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 797 370 3 0 500 0
[pid=21568] ppid=21555 vsize=5356 CPUtime=0
/proc/21568/stat : 21568 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003190731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21568/statm: 1339 233 193 169 0 50 0
[pid=21569] ppid=21568 vsize=868464 CPUtime=24.47
/proc/21569/stat : 21569 (java) S 21568 21555 21375 0 -1 0 19378 0 1 0 2380 67 0 0 18 0 9 0 2003190731 889307136 12480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21569/statm: 217116 12480 2566 9 0 211663 0
[pid=21569/tid=21570] ppid=21568 vsize=868464 CPUtime=22.61
/proc/21569/task/21570/stat : 21570 (java) R 21568 21555 21375 0 -1 64 3936 0 1 0 2211 50 0 0 25 0 9 0 2003190732 889307136 12480 996147200 134512640 134550740 4294955952 18446744073709551615 4126577928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21571] ppid=21568 vsize=868464 CPUtime=1.53
/proc/21569/task/21571/stat : 21571 (java) S 21568 21555 21375 0 -1 64 13226 0 0 0 139 14 0 0 16 0 9 0 2003190733 889307136 12480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21572] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21572/stat : 21572 (java) S 21568 21555 21375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21569/tid=21573] ppid=21568 vsize=868464 CPUtime=0
/proc/21569/task/21573/stat : 21573 (java) S 21568 21555 21375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003190734 889307136 12480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732416/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1190.2
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110728 0 0 0 118912 108 0 0 25 0 1 0 2003195254 469442560 110714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110714 76 150 0 114457 0
Current children cumulated CPU time (s) 1235.87
Current children cumulated vsize (KiB) 477396

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

[startup+1254.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732416/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1202.24
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110729 0 0 0 120116 108 0 0 25 0 1 0 2003195254 469442560 110715 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110715 76 150 0 114457 0
Current children cumulated CPU time (s) 1247.91
Current children cumulated vsize (KiB) 477396

[startup+1267.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732416/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1214.98
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110731 0 0 0 121390 108 0 0 25 0 1 0 2003195254 469442560 110717 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110717 76 150 0 114457 0
Current children cumulated CPU time (s) 1260.65
Current children cumulated vsize (KiB) 477396

[startup+1280 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732352/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1227.72
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110733 0 0 0 122664 108 0 0 25 0 1 0 2003195254 469442560 110719 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110719 76 150 0 114457 0
Current children cumulated CPU time (s) 1273.39
Current children cumulated vsize (KiB) 477396

[startup+1283.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732352/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1230.9
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110733 0 0 0 122982 108 0 0 25 0 1 0 2003195254 469442560 110719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110719 76 150 0 114457 0
Current children cumulated CPU time (s) 1276.57
Current children cumulated vsize (KiB) 477396

[startup+1286.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732352/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=45.67
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1033 27600 0 2 4 1 4386 176 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21578] ppid=21555 vsize=5356 CPUtime=0
/proc/21578/stat : 21578 (sh) S 21555 21555 21375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21578/statm: 1339 232 193 169 0 50 0
[pid=21579] ppid=21578 vsize=458440 CPUtime=1234.08
/proc/21579/stat : 21579 (minisat) R 21578 21555 21375 0 -1 4194304 110733 0 0 0 123300 108 0 0 25 0 1 0 2003195254 469442560 110719 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/21579/statm: 114610 110719 76 150 0 114457 0
Current children cumulated CPU time (s) 1279.75
Current children cumulated vsize (KiB) 477396

[startup+1288 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21579
/proc/meminfo: memFree=732352/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=1280.84
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1090 138788 0 2 4 1 127786 293 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1280.84
Current children cumulated vsize (KiB) 13600

[startup+1288.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21589
/proc/meminfo: memFree=1161408/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=1280.84
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1090 138788 0 2 4 1 127786 293 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21580] ppid=21555 vsize=5356 CPUtime=0
/proc/21580/stat : 21580 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003319396 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21580/statm: 1339 233 193 169 0 50 0
[pid=21581] ppid=21580 vsize=864360 CPUtime=0.88
/proc/21581/stat : 21581 (java) S 21580 21555 21375 0 -1 0 4586 0 1 0 85 3 0 0 18 0 9 0 2003319397 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21581/statm: 216090 4049 1678 9 0 210672 0
[pid=21581/tid=21582] ppid=21580 vsize=864360 CPUtime=0.76
/proc/21581/task/21582/stat : 21582 (java) R 21580 21555 21375 0 -1 64 2493 0 1 0 75 1 0 0 24 0 9 0 2003319398 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4126508916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21583] ppid=21580 vsize=864360 CPUtime=0.03
/proc/21581/task/21583/stat : 21583 (java) S 21580 21555 21375 0 -1 64 999 0 0 0 3 0 0 0 16 0 9 0 2003319400 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21584] ppid=21580 vsize=864360 CPUtime=0
/proc/21581/task/21584/stat : 21584 (java) S 21580 21555 21375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003319400 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21585] ppid=21580 vsize=864360 CPUtime=0
/proc/21581/task/21585/stat : 21585 (java) S 21580 21555 21375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003319400 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21586] ppid=21580 vsize=864360 CPUtime=0
/proc/21581/task/21586/stat : 21586 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003319402 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21587] ppid=21580 vsize=864360 CPUtime=0.05
/proc/21581/task/21587/stat : 21587 (java) S 21580 21555 21375 0 -1 64 402 0 0 0 5 0 0 0 16 0 9 0 2003319402 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21588] ppid=21580 vsize=864360 CPUtime=0
/proc/21581/task/21588/stat : 21588 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003319402 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21589] ppid=21580 vsize=864360 CPUtime=0
/proc/21581/task/21589/stat : 21589 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003319402 885104640 4049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1281.72
Current children cumulated vsize (KiB) 883316

[startup+1288.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21589
/proc/meminfo: memFree=1161408/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=1280.84
/proc/21555/stat : 21555 (sugar) S 21553 21555 21375 0 -1 4194304 1091 138788 0 2 4 1 127786 293 16 0 1 0 2003190647 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21555/statm: 3400 799 370 3 0 500 0
[pid=21580] ppid=21555 vsize=5356 CPUtime=0
/proc/21580/stat : 21580 (sh) S 21555 21555 21375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003319396 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21580/statm: 1339 233 193 169 0 50 0
[pid=21581] ppid=21580 vsize=864388 CPUtime=1.26
/proc/21581/stat : 21581 (java) S 21580 21555 21375 0 -1 0 4708 0 1 0 122 4 0 0 18 0 9 0 2003319397 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21581/statm: 216097 4149 1711 9 0 210672 0
[pid=21581/tid=21582] ppid=21580 vsize=864388 CPUtime=1.14
/proc/21581/task/21582/stat : 21582 (java) S 21580 21555 21375 0 -1 64 2569 0 1 0 112 2 0 0 25 0 9 0 2003319398 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21583] ppid=21580 vsize=864388 CPUtime=0.03
/proc/21581/task/21583/stat : 21583 (java) S 21580 21555 21375 0 -1 64 1041 0 0 0 3 0 0 0 16 0 9 0 2003319400 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21584] ppid=21580 vsize=864388 CPUtime=0
/proc/21581/task/21584/stat : 21584 (java) S 21580 21555 21375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003319400 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21585] ppid=21580 vsize=864388 CPUtime=0
/proc/21581/task/21585/stat : 21585 (java) S 21580 21555 21375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003319400 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21586] ppid=21580 vsize=864388 CPUtime=0
/proc/21581/task/21586/stat : 21586 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003319402 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21587] ppid=21580 vsize=864388 CPUtime=0.06
/proc/21581/task/21587/stat : 21587 (java) S 21580 21555 21375 0 -1 64 406 0 0 0 6 0 0 0 16 0 9 0 2003319402 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21588] ppid=21580 vsize=864388 CPUtime=0
/proc/21581/task/21588/stat : 21588 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003319402 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21581/tid=21589] ppid=21580 vsize=864388 CPUtime=0
/proc/21581/task/21589/stat : 21589 (java) S 21580 21555 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003319402 885133312 4149 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1282.1
Current children cumulated vsize (KiB) 883344

[startup+1288.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21589
/proc/meminfo: memFree=1161408/2055920 swapFree=4180412/4192956
[pid=21555] ppid=21553 vsize=13600 CPUtime=1282.21
/proc/21555/stat : 21555 (sugar) R 21553 21555 21375 0 -1 4194304 1119 143786 0 3 4 10 127909 298 16 0 1 0 2003190647 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21555/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1282.21
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1288.92
CPU time (s): 1282.26
CPU user time (s): 1279.14
CPU system time (s): 3.11952
CPU usage (%): 99.4829
Max. virtual memory (cumulated for all children) (KiB): 897808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1279.14
system time used= 3.11952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144935
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= 18165
involuntary context switches= 32475

runsolver used 1.46678 second user time and 4.42333 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 09:16:04
IDJOB=1086969
IDBENCH=57908
IDSOLVER=346
FILE ID=node21/1086969-1215242164
PBS_JOBID= 7881990
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086969-1215242164/watcher-1086969-1215242164 -o /tmp/evaluation-result-1086969-1215242164/solver-1086969-1215242164 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086969-1215242164.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c69528fd65a2520fb81be713348cca16
RANDOM SEED=381328242

node21.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.263
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.263
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:       1390712 kB
Buffers:        100328 kB
Cached:         432304 kB
SwapCached:       6472 kB
Active:         267244 kB
Inactive:       329100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390712 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          70348 kB
Slab:            54024 kB
Committed_AS:  3691944 kB
PageTables:       1900 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= 66480 MiB
End job on node21 at 2008-07-05 09:37:33