Trace number 1087137

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 145.2 146.153

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-8.xml
MD5SUM77d0c06508d30467ab0ad961e0384939
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 benchmark6.562
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 09:26:27 2008
0.00/0.14	c 0	PID 17800
0.00/0.15	c 0	HOST node59.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1087137-1215242787.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087137-1215242787.xml' 'HOME/temp.csp'
0.04/0.71	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.59/0.81	c 1	Parsing HOME/temp.csp
1.04/1.21	c 1	parsed 2270 expressions
1.04/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.21	c 1	Converting to clausal form CSP
1.15/1.30	c 1	converted 227 (10%) expressions
1.54/1.77	c 2	converted 454 (20%) expressions
1.84/2.05	c 2	converted 681 (30%) expressions
2.14/2.35	c 2	converted 908 (40%) expressions
2.34/2.58	c 3	converted 1135 (50%) expressions
2.53/2.77	c 3	converted 1362 (60%) expressions
2.84/3.01	c 3	converted 1589 (70%) expressions
2.93/3.18	c 3	converted 1816 (80%) expressions
3.14/3.32	c 3	converted 2043 (90%) expressions
3.33/3.50	c 4	converted 2270 (100%) expressions
3.33/3.50	c 4	CSP : 397 integers, 5863 booleans, 12472 clauses, largest domain size 2657
3.33/3.50	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.33/3.50	c 4	Propagation in CSP
3.43/3.66	c 4	6720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.43/3.66	c 4	CSP : 397 integers, 5863 booleans, 12472 clauses, largest domain size 2657
3.43/3.66	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.43/3.66	c 4	Simplifing CSP by introducing new Boolean variables
3.43/3.70	c 4	CSP : 397 integers, 10121 booleans, 16730 clauses, largest domain size 2657
3.43/3.70	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.63/3.85	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.72/3.99	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.82/4.08	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.92/4.19	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
4.02/4.28	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
4.13/4.38	c 5	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
4.23/4.45	c 5	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
4.32/4.52	c 5	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.32/4.60	c 5	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.42/4.68	c 5	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.52/4.76	c 5	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
7.89/8.20	c 8	1673 (10%) CSP clauses are encoded (951877 clauses, 17708592 bytes)
10.58/10.86	c 11	3346 (20%) CSP clauses are encoded (1498696 clauses, 29330615 bytes)
12.27/12.55	c 13	5019 (30%) CSP clauses are encoded (1897449 clauses, 37909877 bytes)
13.66/13.92	c 14	6692 (40%) CSP clauses are encoded (2245122 clauses, 45666077 bytes)
14.65/14.99	c 15	8365 (50%) CSP clauses are encoded (2553941 clauses, 52689853 bytes)
15.55/15.87	c 16	10038 (60%) CSP clauses are encoded (2863458 clauses, 59794050 bytes)
16.54/16.85	c 17	11711 (70%) CSP clauses are encoded (3215725 clauses, 68020068 bytes)
17.24/17.59	c 18	13384 (80%) CSP clauses are encoded (3462756 clauses, 73839756 bytes)
18.31/18.63	c 19	15057 (90%) CSP clauses are encoded (3844460 clauses, 82637979 bytes)
19.00/19.35	c 20	16730 (100%) CSP clauses are encoded (4113274 clauses, 89036756 bytes)
19.00/19.35	c 20	16730 CSP clauses encoded
19.00/19.36	c 20	Writing map file : HOME/temp.map
19.00/19.37	c 20	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.00/19.37	c 20	SAT : 332812 SAT variables, 4113274 SAT clauses, 89036756 bytes
19.00/19.37	c 20	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.09/19.40	c 20	SOLVING HOME/temp.cnf
19.09/19.40	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.09/19.40	c 20	This is MiniSat 2.0 beta
19.09/19.40	c 20	WARNING: for repeatability, setting FPU to use double precision
19.09/19.40	c 20	============================[ Problem Statistics ]=============================
19.09/19.40	c 20	|                                                                             |
19.09/19.40	c 20	|  Number of variables:  332812                                               |
19.09/19.40	c 20	|  Number of clauses:    4113274                                              |
21.26/21.67	c 22	|  Parsing time:         1.96         s                                       |
21.36/21.78	c 22	============================[ Search Statistics ]==============================
21.36/21.78	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.36/21.78	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.36/21.78	c 22	===============================================================================
21.36/21.78	c 22	|         0 |  332811  4113273 11119774 |  1371091        0    nan |  0.000 % |
21.86/22.21	c 22	|       100 |  332806  4113273 11119774 |  1508200       98      3 |  1.394 % |
22.56/22.90	c 23	|       251 |  332803  4113273 11119774 |  1659020      248      3 |  1.454 % |
24.24/24.62	c 25	|       476 |  332788  4113273 11119774 |  1824922      467      3 |  4.372 % |
26.72/27.15	c 27	|       813 |  318206  3932187 10636461 |  2007414      798      4 |  7.125 % |
30.21/30.66	c 31	|      1319 |  290842  3602375  9756345 |  2208155     1292      4 | 12.884 % |
33.09/33.53	c 34	|      2078 |  279689  3483434  9442207 |  2428971     2025      5 | 15.962 % |
38.17/38.62	c 39	|      3217 |  275215  3432688  9307855 |  2671868     3157      6 | 17.332 % |
46.53/47.08	c 47	|      4926 |  266081  3324945  9021176 |  2939055     4855      6 | 22.843 % |
58.17/58.72	c 59	|      7488 |  224133  2889917  7885847 |  3232960     7375      7 | 32.671 % |
73.69/74.31	c 74	|     11332 |  205490  2689113  7357539 |  3556256    11196      7 | 39.883 % |
98.07/98.88	c 99	|     17098 |  176843  2406862  6624613 |  3911882    16910      9 | 46.864 % |
136.88/137.86	c 138	|     25747 |  161931  2246204  6201366 |  4303070    25496     10 | 51.345 % |
144.04/145.02	c 145	===============================================================================
144.04/145.03	c 145	restarts              : 13
144.04/145.03	c 145	conflicts             : 27250          (219 /sec)
144.04/145.03	c 145	decisions             : 1198553        (0.53 % random) (9613 /sec)
144.04/145.03	c 145	propagations          : 271780378      (2179893 /sec)
144.04/145.03	c 145	conflict literals     : 266584         (8.52 % deleted)
144.04/145.03	c 145	Memory used           : 200.21 MB
144.04/145.03	c 145	CPU time              : 124.676 s
144.04/145.03	c 145	
144.14/145.17	c 145	SATISFIABLE
144.24/145.21	c 145	DECODING HOME/temp.out WITH HOME/temp.map
144.24/145.21	c 145	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
144.24/145.29	c 145	Decoding HOME/temp.out
144.26/146.07	s SATISFIABLE
144.26/146.07	v 2636 -2424 2616 2584 -2352 2592 2508 2532 2492 -2388 2348 2576 2456 2344 2492 2528 -2580 2552 2320 2656 2632 2552 -2320 2568 -2536 -2468 -2608 2596 2656 2304 -2592 2572 2644 2348 2512 -2512 2640 2504 2424 -2592 -2616 2280 -2472 2452 2424 2328 2528 -2648 2420 2536 2488 2616 -2336 2468 2328 2392 2444 2460 2404 2324 2532 2320 2464 2512 2428 2520 2492 2440 2616 -2392 2620 2484 2600 -2516 2356 2648 2344 -2592 -2616 2324 2284 2288 -2280 2428 2628 2512 2612 -2576 2552 2632 -2324 -2432 2572 2532 2516 -2512 2480 2496 2588 2648 2656 2608 2552 -2496 2504 2492 -2576 2572 2336 2292 2452 2284 2380 2604 2344 2456 -2516 2608 2400 2656 2476 -2552 2392 2344 2364 -2320 2428 2368 2368 2468 -2600 2656 2468 2464 2324 -2532 2596 2376 -2568 2592 2360 2608 2496 2316 2424 2632 2408 -2500 2364 2408 2608 2648 -2544 -2408 2332 2524 -2608 2384 2512 -2552 -2448 2292 -2488 2404 -2648 2640 2476 2464 -2616 2464 -2296 2656 -2364 2388 2384 2364 2544 2352 2404 -2376 2632 2280 2656 -2304 2460 2636 2452 2320 2624 2368 2492 2336 -2332 2616 2288 -2616 2420 2476 2280 -2536
144.26/146.08	c 146	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
144.26/146.11	c 146	CPU 144 (0.03 0.01 143.97 1.12)
144.26/146.11	c 146	END Sat Jul  5 09:28:53 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-1087137-1215242787/watcher-1087137-1215242787 -o /tmp/evaluation-result-1087137-1215242787/solver-1087137-1215242787 -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-1087137-1215242787.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.44 2.22 2.14 4/80 17800
/proc/meminfo: memFree=1186552/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=18572 CPUtime=0
/proc/17800/stat : 17800 (runsolver) D 17798 17800 16912 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2003250093 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17800/statm: 4643 292 257 25 0 2626 0

[startup+0.0485721 s]
/proc/loadavg: 2.44 2.22 2.14 4/80 17800
/proc/meminfo: memFree=1186552/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=12268 CPUtime=0
/proc/17800/stat : 17800 (sugar) D 17798 17800 16912 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003250093 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17800/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102591 s]
/proc/loadavg: 2.44 2.22 2.14 4/80 17800
/proc/meminfo: memFree=1186552/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=12412 CPUtime=0
/proc/17800/stat : 17800 (sugar) D 17798 17800 16912 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 2003250093 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17800/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30263 s]
/proc/loadavg: 2.44 2.22 2.14 4/80 17800
/proc/meminfo: memFree=1186552/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.04
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003250093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702703 s]
/proc/loadavg: 2.44 2.22 2.14 4/80 17800
/proc/meminfo: memFree=1186552/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.04
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003250093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 2.44 2.22 2.14 4/91 17822
/proc/meminfo: memFree=1178528/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.59
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 973 5149 0 1 3 1 51 4 15 0 1 0 2003250093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 797 370 3 0 500 0
[pid=17813] ppid=17800 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17800 17800 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003250167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 233 193 169 0 50 0
[pid=17814] ppid=17813 vsize=868292 CPUtime=0.75
/proc/17814/stat : 17814 (java) S 17813 17800 16912 0 -1 0 5266 0 1 0 72 3 0 0 18 0 9 0 2003250167 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17814/statm: 217073 4690 1732 9 0 211648 0
[pid=17814/tid=17815] ppid=17813 vsize=868292 CPUtime=0.53
/proc/17814/task/17815/stat : 17815 (java) R 17813 17800 16912 0 -1 64 2651 0 1 0 51 2 0 0 22 0 9 0 2003250168 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4126581128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17816] ppid=17813 vsize=868292 CPUtime=0.03
/proc/17814/task/17816/stat : 17816 (java) S 17813 17800 16912 0 -1 64 489 0 0 0 3 0 0 0 16 0 9 0 2003250169 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17817] ppid=17813 vsize=868292 CPUtime=0
/proc/17814/task/17817/stat : 17817 (java) S 17813 17800 16912 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003250169 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17818] ppid=17813 vsize=868292 CPUtime=0
/proc/17814/task/17818/stat : 17818 (java) S 17813 17800 16912 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003250169 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17819] ppid=17813 vsize=868292 CPUtime=0
/proc/17814/task/17819/stat : 17819 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003250171 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17820] ppid=17813 vsize=868292 CPUtime=0.16
/proc/17814/task/17820/stat : 17820 (java) S 17813 17800 16912 0 -1 64 1435 0 0 0 16 0 0 0 16 0 9 0 2003250171 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17821] ppid=17813 vsize=868292 CPUtime=0
/proc/17814/task/17821/stat : 17821 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003250171 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17822] ppid=17813 vsize=868292 CPUtime=0
/proc/17814/task/17822/stat : 17822 (java) S 17813 17800 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003250171 889131008 4690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887248

[startup+3.10216 s]
/proc/loadavg: 2.41 2.21 2.14 3/91 17822
/proc/meminfo: memFree=1166816/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.59
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 973 5149 0 1 3 1 51 4 15 0 1 0 2003250093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 797 370 3 0 500 0
[pid=17813] ppid=17800 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17800 17800 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003250167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 233 193 169 0 50 0
[pid=17814] ppid=17813 vsize=868404 CPUtime=2.34
/proc/17814/stat : 17814 (java) S 17813 17800 16912 0 -1 0 9702 0 1 0 227 7 0 0 18 0 9 0 2003250167 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17814/statm: 217101 8844 2540 9 0 211676 0
[pid=17814/tid=17815] ppid=17813 vsize=868404 CPUtime=1.69
/proc/17814/task/17815/stat : 17815 (java) R 17813 17800 16912 0 -1 64 2859 0 1 0 167 2 0 0 25 0 9 0 2003250168 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4126521188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17816] ppid=17813 vsize=868404 CPUtime=0.41
/proc/17814/task/17816/stat : 17816 (java) S 17813 17800 16912 0 -1 64 4692 0 0 0 39 2 0 0 16 0 9 0 2003250169 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17817] ppid=17813 vsize=868404 CPUtime=0
/proc/17814/task/17817/stat : 17817 (java) S 17813 17800 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003250169 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17818] ppid=17813 vsize=868404 CPUtime=0
/proc/17814/task/17818/stat : 17818 (java) S 17813 17800 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003250169 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17819] ppid=17813 vsize=868404 CPUtime=0
/proc/17814/task/17819/stat : 17819 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003250171 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17820] ppid=17813 vsize=868404 CPUtime=0.21
/proc/17814/task/17820/stat : 17820 (java) S 17813 17800 16912 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 2003250171 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17821] ppid=17813 vsize=868404 CPUtime=0
/proc/17814/task/17821/stat : 17821 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003250171 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17822] ppid=17813 vsize=868404 CPUtime=0
/proc/17814/task/17822/stat : 17822 (java) S 17813 17800 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003250171 889245696 8844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 887360

[startup+6.30177 s]
/proc/loadavg: 2.41 2.21 2.14 3/91 17822
/proc/meminfo: memFree=1144672/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.59
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 974 5149 0 1 3 1 51 4 15 0 1 0 2003250093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 797 370 3 0 500 0
[pid=17813] ppid=17800 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17800 17800 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003250167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 233 193 169 0 50 0
[pid=17814] ppid=17813 vsize=868516 CPUtime=5.52
/proc/17814/stat : 17814 (java) S 17813 17800 16912 0 -1 0 11574 0 1 0 538 14 0 0 18 0 9 0 2003250167 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17814/statm: 217129 10509 2565 9 0 211676 0
[pid=17814/tid=17815] ppid=17813 vsize=868516 CPUtime=4.51
/proc/17814/task/17815/stat : 17815 (java) R 17813 17800 16912 0 -1 64 3211 0 1 0 443 8 0 0 25 0 9 0 2003250168 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4126856131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17816] ppid=17813 vsize=868516 CPUtime=0.7
/proc/17814/task/17816/stat : 17816 (java) S 17813 17800 16912 0 -1 64 6174 0 0 0 67 3 0 0 16 0 9 0 2003250169 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17817] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17817/stat : 17817 (java) S 17813 17800 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003250169 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17818] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17818/stat : 17818 (java) S 17813 17800 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003250169 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17819] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17819/stat : 17819 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003250171 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17820] ppid=17813 vsize=868516 CPUtime=0.27
/proc/17814/task/17820/stat : 17820 (java) S 17813 17800 16912 0 -1 64 1497 0 0 0 26 1 0 0 16 0 9 0 2003250171 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17821] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17821/stat : 17821 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003250171 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17822] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17822/stat : 17822 (java) S 17813 17800 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003250171 889360384 10509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887472

[startup+12.702 s]
/proc/loadavg: 2.35 2.20 2.14 3/91 17822
/proc/meminfo: memFree=1116640/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=0.59
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 974 5149 0 1 3 1 51 4 16 0 1 0 2003250093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 797 370 3 0 500 0
[pid=17813] ppid=17800 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17800 17800 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003250167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 233 193 169 0 50 0
[pid=17814] ppid=17813 vsize=868516 CPUtime=11.87
/proc/17814/stat : 17814 (java) S 17813 17800 16912 0 -1 0 11956 0 1 0 1155 32 0 0 18 0 9 0 2003250167 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17814/statm: 217129 10521 2566 9 0 211676 0
[pid=17814/tid=17815] ppid=17813 vsize=868516 CPUtime=10.7
/proc/17814/task/17815/stat : 17815 (java) R 17813 17800 16912 0 -1 64 3581 0 1 0 1046 24 0 0 25 0 9 0 2003250168 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4126977255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17816] ppid=17813 vsize=868516 CPUtime=0.85
/proc/17814/task/17816/stat : 17816 (java) S 17813 17800 16912 0 -1 64 6174 0 0 0 79 6 0 0 16 0 9 0 2003250169 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17817] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17817/stat : 17817 (java) S 17813 17800 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003250169 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17818] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17818/stat : 17818 (java) S 17813 17800 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003250169 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17819] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17819/stat : 17819 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003250171 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17820] ppid=17813 vsize=868516 CPUtime=0.29
/proc/17814/task/17820/stat : 17820 (java) S 17813 17800 16912 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 2003250171 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17821] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17821/stat : 17821 (java) S 17813 17800 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003250171 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17814/tid=17822] ppid=17813 vsize=868516 CPUtime=0
/proc/17814/task/17822/stat : 17822 (java) S 17813 17800 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003250171 889360384 10521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887472

[startup+25.5024 s]
/proc/loadavg: 2.29 2.20 2.13 3/83 17824
/proc/meminfo: memFree=900000/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204076 CPUtime=6.05
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48705 0 0 0 575 30 0 0 25 0 1 0 2003252034 208973824 48691 996147200 134512640 135127466 4294956256 18446744073709551615 134531786 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51019 48691 74 150 0 50866 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 223032

[startup+51.1023 s]
/proc/loadavg: 2.19 2.18 2.13 3/83 17824
/proc/meminfo: memFree=900064/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204076 CPUtime=31.52
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48737 0 0 0 3121 31 0 0 25 0 1 0 2003252034 208973824 48723 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51019 48723 76 150 0 50866 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 223032

[startup+102.306 s]
/proc/loadavg: 2.07 2.15 2.12 3/83 17824
/proc/meminfo: memFree=899936/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204684 CPUtime=82.47
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48760 0 0 0 8216 31 0 0 25 0 1 0 2003252034 209596416 48746 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51171 48746 76 150 0 51018 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 223640

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

[startup+127.903 s]
/proc/loadavg: 2.05 2.13 2.11 3/83 17824
/proc/meminfo: memFree=900000/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204684 CPUtime=107.94
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48761 0 0 0 10763 31 0 0 25 0 1 0 2003252034 209596416 48747 996147200 134512640 135127466 4294956256 18446744073709551615 134522631 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51171 48747 76 150 0 51018 0
Current children cumulated CPU time (s) 127.03
Current children cumulated vsize (KiB) 223640

[startup+134.301 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=900000/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204684 CPUtime=114.31
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48761 0 0 0 11400 31 0 0 25 0 1 0 2003252034 209596416 48747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51171 48747 76 150 0 51018 0
Current children cumulated CPU time (s) 133.4
Current children cumulated vsize (KiB) 223640

[startup+140.701 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=899872/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204684 CPUtime=120.67
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48762 0 0 0 12036 31 0 0 25 0 1 0 2003252034 209596416 48748 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51171 48748 76 150 0 51018 0
Current children cumulated CPU time (s) 139.76
Current children cumulated vsize (KiB) 223640

[startup+143.901 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=899872/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=19.09
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1034 17998 0 4 3 1 1833 72 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
[pid=17823] ppid=17800 vsize=5356 CPUtime=0
/proc/17823/stat : 17823 (sh) S 17800 17800 16912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003252034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17823/statm: 1339 232 193 169 0 50 0
[pid=17824] ppid=17823 vsize=204684 CPUtime=123.85
/proc/17824/stat : 17824 (minisat) R 17823 17800 16912 0 -1 4194304 48762 0 0 0 12354 31 0 0 25 0 1 0 2003252034 209596416 48748 996147200 134512640 135127466 4294956256 18446744073709551615 134521700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17824/statm: 51171 48748 76 150 0 51018 0
Current children cumulated CPU time (s) 142.94
Current children cumulated vsize (KiB) 223640

[startup+145.501 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=898464/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=144.26
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1091 67138 0 4 3 1 14314 108 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 144.26
Current children cumulated vsize (KiB) 13600

[startup+145.901 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=898464/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=144.26
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1091 67138 0 4 3 1 14314 108 16 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 144.26
Current children cumulated vsize (KiB) 13600

[startup+146.101 s]
/proc/loadavg: 2.04 2.13 2.11 3/83 17824
/proc/meminfo: memFree=898464/2055920 swapFree=4180500/4192956
[pid=17800] ppid=17798 vsize=13600 CPUtime=144.26
/proc/17800/stat : 17800 (sugar) S 17798 17800 16912 0 -1 4194304 1093 67138 0 4 3 1 14314 108 15 0 1 0 2003250093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17800/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 144.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 146.153
CPU time (s): 145.2
CPU user time (s): 144.009
CPU system time (s): 1.19082
CPU usage (%): 99.3476
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.009
system time used= 1.19082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72761
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11518
involuntary context switches= 15779

runsolver used 0.151976 second user time and 0.416936 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 09:26:27
IDJOB=1087137
IDBENCH=57942
IDSOLVER=346
FILE ID=node59/1087137-1215242787
PBS_JOBID= 7881968
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-8.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-1087137-1215242787/watcher-1087137-1215242787 -o /tmp/evaluation-result-1087137-1215242787/solver-1087137-1215242787 -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-1087137-1215242787.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 77d0c06508d30467ab0ad961e0384939
RANDOM SEED=741050912

node59.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.261
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.261
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:       1187096 kB
Buffers:          5112 kB
Cached:          85136 kB
SwapCached:       5360 kB
Active:         783228 kB
Inactive:        32168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187096 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:         739800 kB
Slab:            37396 kB
Committed_AS:  4885152 kB
PageTables:       3276 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= 66496 MiB
End job on node59 at 2008-07-05 09:28:53