Trace number 1087116

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 149.969 150.698

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-10.xml
MD5SUMed0064ec6f686799b617fe86f279a28f
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 benchmark2.43163
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:25:25 2008
0.00/0.04	c 0	PID 11455
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087116-1215242724.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087116-1215242724.xml' 'HOME/temp.csp'
0.03/0.49	c 0	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	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.03/0.59	c 0	Parsing HOME/temp.csp
0.47/0.81	c 0	parsed 2270 expressions
0.47/0.81	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.81	c 0	Converting to clausal form CSP
0.47/0.90	c 0	converted 227 (10%) expressions
1.23/1.34	c 1	converted 454 (20%) expressions
1.44/1.59	c 1	converted 681 (30%) expressions
1.74/1.88	c 1	converted 908 (40%) expressions
2.05/2.11	c 2	converted 1135 (50%) expressions
2.15/2.28	c 2	converted 1362 (60%) expressions
2.44/2.51	c 2	converted 1589 (70%) expressions
2.55/2.67	c 2	converted 1816 (80%) expressions
2.75/2.81	c 2	converted 2043 (90%) expressions
2.85/2.98	c 3	converted 2270 (100%) expressions
2.85/2.98	c 3	CSP : 397 integers, 5863 booleans, 12418 clauses, largest domain size 2657
2.85/2.98	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.85/2.98	c 3	Propagation in CSP
3.05/3.13	c 3	6720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.05/3.13	c 3	CSP : 397 integers, 5863 booleans, 12418 clauses, largest domain size 2657
3.05/3.13	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.05/3.13	c 3	Simplifing CSP by introducing new Boolean variables
3.05/3.17	c 3	CSP : 397 integers, 10139 booleans, 16694 clauses, largest domain size 2657
3.05/3.17	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.25/3.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.34/3.46	c 3	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.44/3.54	c 3	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.54/3.64	c 3	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.64/3.73	c 3	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
3.74/3.82	c 3	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
3.74/3.89	c 3	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
3.84/3.96	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
3.94/4.04	c 4	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.04/4.12	c 4	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.04/4.19	c 4	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
7.40/7.52	c 7	1670 (10%) CSP clauses are encoded (953650 clauses, 17748499 bytes)
9.98/10.14	c 10	3339 (20%) CSP clauses are encoded (1507042 clauses, 29533455 bytes)
11.57/11.79	c 11	5009 (30%) CSP clauses are encoded (1905198 clauses, 38094102 bytes)
12.96/13.19	c 13	6678 (40%) CSP clauses are encoded (2267227 clauses, 46155010 bytes)
13.96/14.16	c 14	8347 (50%) CSP clauses are encoded (2561443 clauses, 52865722 bytes)
14.85/15.03	c 15	10017 (60%) CSP clauses are encoded (2872640 clauses, 60011516 bytes)
15.83/16.02	c 16	11686 (70%) CSP clauses are encoded (3226104 clauses, 68266077 bytes)
16.53/16.76	c 16	13356 (80%) CSP clauses are encoded (3479648 clauses, 74248051 bytes)
17.52/17.73	c 17	15025 (90%) CSP clauses are encoded (3857462 clauses, 82948452 bytes)
18.22/18.44	c 18	16694 (100%) CSP clauses are encoded (4127892 clauses, 89386001 bytes)
18.22/18.44	c 18	16694 CSP clauses encoded
18.22/18.44	c 18	Writing map file : HOME/temp.map
18.22/18.45	c 18	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.22/18.45	c 18	SAT : 332830 SAT variables, 4127892 SAT clauses, 89386001 bytes
18.22/18.45	c 18	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.22/18.47	c 18	SOLVING HOME/temp.cnf
18.22/18.47	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.22/18.48	c 18	This is MiniSat 2.0 beta
18.22/18.48	c 18	WARNING: for repeatability, setting FPU to use double precision
18.22/18.48	c 18	============================[ Problem Statistics ]=============================
18.22/18.48	c 18	|                                                                             |
18.22/18.48	c 18	|  Number of variables:  332830                                               |
18.22/18.48	c 18	|  Number of clauses:    4127892                                              |
20.60/20.81	c 20	|  Parsing time:         1.95         s                                       |
20.70/20.94	c 20	============================[ Search Statistics ]==============================
20.70/20.94	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.70/20.94	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.70/20.94	c 20	===============================================================================
20.70/20.94	c 20	|         0 |  332829  4127891 11163863 |  1375963        0    nan |  0.000 % |
21.10/21.34	c 21	|       100 |  332824  4127891 11163863 |  1513560       98      3 |  1.396 % |
22.00/22.25	c 22	|       250 |  332820  4127891 11163863 |  1664916      246      3 |  1.505 % |
23.59/23.81	c 23	|       475 |  332809  4127891 11163863 |  1831407      468      3 |  1.659 % |
26.57/26.89	c 26	|       812 |  327086  4046909 10942795 |  2014548      799      4 |  4.535 % |
30.96/31.24	c 31	|      1318 |  308063  3841783 10405311 |  2216003     1290      4 | 10.138 % |
36.04/36.39	c 36	|      2077 |  294592  3681310  9977805 |  2437603     2039      5 | 17.103 % |
45.00/45.36	c 45	|      3216 |  266402  3384641  9202424 |  2681363     3155      5 | 19.959 % |
56.26/56.65	c 56	|      4924 |  221330  2918268  7983287 |  2949500     4838      6 | 35.114 % |
72.10/72.58	c 72	|      7486 |  188538  2552096  7015195 |  3244450     7365      6 | 43.353 % |
96.30/96.84	c 96	|     11330 |  174376  2395835  6602557 |  3568895    11189      7 | 47.618 % |
136.83/137.56	c 137	|     17096 |  150360  2133800  5913797 |  3925784    16908      7 | 54.824 % |
148.98/149.78	c 149	===============================================================================
148.98/149.79	c 149	restarts              : 12
148.98/149.79	c 149	conflicts             : 18786          (144 /sec)
148.98/149.79	c 149	decisions             : 1570393        (0.39 % random) (12045 /sec)
148.98/149.79	c 149	propagations          : 232162402      (1780739 /sec)
148.98/149.79	c 149	conflict literals     : 137710         (5.82 % deleted)
148.98/149.79	c 149	Memory used           : 200.22 MB
148.98/149.79	c 149	CPU time              : 130.374 s
148.98/149.79	c 149	
149.17/149.93	c 149	SATISFIABLE
149.17/149.96	c 150	DECODING HOME/temp.out WITH HOME/temp.map
149.17/149.96	c 150	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
149.24/150.05	c 150	Decoding HOME/temp.out
149.85/150.62	s SATISFIABLE
149.85/150.62	v 2596 2380 -2636 2616 -2340 2500 2444 2532 -2468 2376 2336 2592 2456 2416 2492 -2592 2616 2544 2412 2616 2564 2528 2364 -2632 2600 -2428 -2584 2568 2656 -2376 2612 2484 2612 2388 2488 2504 2640 2656 2416 2604 -2640 -2452 -2492 -2508 -2464 2436 2544 2608 2476 2656 -2520 2588 2368 2556 2364 -2380 -2352 2436 2444 2428 2524 2356 2340 2512 2468 -2524 2492 2352 2656 -2440 2656 2544 2600 2516 2428 2644 -2456 -2604 2632 2336 -2388 2324 -2368 2596 2536 2656 2648 2640 2564 2572 2400 2288 2572 2532 2508 -2532 2484 2512 2576 2616 -2600 2604 -2492 -2488 2532 2536 -2616 2608 2460 2356 2476 -2296 2356 2652 2412 -2552 2508 2584 2312 2628 -2468 2552 2328 -2344 2320 2316 -2532 2432 2348 2492 2596 -2616 2484 2424 2280 2452 2636 -2420 -2620 2608 2356 2656 2496 -2388 -2484 -2540 2392 2648 2404 2308 2648 2624 -2616 2392 2320 2504 2580 2372 -2532 -2616 2480 2280 2504 2392 -2624 2556 2476 2444 -2616 2456 2456 2628 -2440 2348 2416 2360 2572 2400 -2400 2408 2648 2396 2596 2304 2608 2608 -2496 2328 2656 -2432 2516 2416 2316 2656 2396 2588 2396 2468 2404 2528
149.85/150.63	c 150	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
149.85/150.65	c 150	CPU 148.63 (0.03 0.01 148.6 1.25)
149.85/150.65	c 150	END Sat Jul  5 09:27:55 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-1087116-1215242724/watcher-1087116-1215242724 -o /tmp/evaluation-result-1087116-1215242724/solver-1087116-1215242724 -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-1087116-1215242724.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.00 2.02 2.00 4/72 11455
/proc/meminfo: memFree=1812400/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=12268 CPUtime=0
/proc/11455/stat : 11455 (sugar) R 11453 11455 10622 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 136267778 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 0 0 0
/proc/11455/statm: 3067 316 241 3 0 167 0

[startup+0.0470051 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 11455
/proc/meminfo: memFree=1812400/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.03
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 136267778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101932 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 11455
/proc/meminfo: memFree=1812400/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.03
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 136267778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30197 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 11455
/proc/meminfo: memFree=1812400/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.03
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 136267778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701047 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 11455
/proc/meminfo: memFree=1812400/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.47
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 973 5149 0 1 2 1 40 4 15 0 1 0 136267778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11477
/proc/meminfo: memFree=1802456/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.47
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 973 5149 0 1 2 1 40 4 15 0 1 0 136267778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 797 370 3 0 500 0
[pid=11468] ppid=11455 vsize=5356 CPUtime=0
/proc/11468/stat : 11468 (sh) S 11455 11455 10622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136267829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11468/statm: 1339 233 193 169 0 50 0
[pid=11469] ppid=11468 vsize=868288 CPUtime=0.97
/proc/11469/stat : 11469 (java) S 11468 11455 10622 0 -1 0 7147 0 1 0 93 4 0 0 20 0 9 0 136267830 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11469/statm: 217072 6372 2540 9 0 211647 0
[pid=11469/tid=11470] ppid=11468 vsize=868288 CPUtime=0.65
/proc/11469/task/11470/stat : 11470 (java) R 11468 11455 10622 0 -1 64 2682 0 1 0 64 1 0 0 25 0 9 0 136267831 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4126574131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11471] ppid=11468 vsize=868288 CPUtime=0.11
/proc/11469/task/11471/stat : 11471 (java) S 11468 11455 10622 0 -1 64 2323 0 0 0 10 1 0 0 16 0 9 0 136267832 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11472] ppid=11468 vsize=868288 CPUtime=0
/proc/11469/task/11472/stat : 11472 (java) S 11468 11455 10622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136267832 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11473] ppid=11468 vsize=868288 CPUtime=0
/proc/11469/task/11473/stat : 11473 (java) S 11468 11455 10622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136267832 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11474] ppid=11468 vsize=868288 CPUtime=0
/proc/11469/task/11474/stat : 11474 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11475] ppid=11468 vsize=868288 CPUtime=0.18
/proc/11469/task/11475/stat : 11475 (java) S 11468 11455 10622 0 -1 64 1449 0 0 0 18 0 0 0 15 0 9 0 136267834 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11476] ppid=11468 vsize=868288 CPUtime=0
/proc/11469/task/11476/stat : 11476 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11477] ppid=11468 vsize=868288 CPUtime=0
/proc/11469/task/11477/stat : 11477 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136267834 889126912 6372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887244

[startup+3.10151 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11477
/proc/meminfo: memFree=1789336/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.48
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 974 5149 0 1 3 1 40 4 15 0 1 0 136267778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 797 370 3 0 500 0
[pid=11468] ppid=11455 vsize=5356 CPUtime=0
/proc/11468/stat : 11468 (sh) S 11455 11455 10622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136267829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11468/statm: 1339 233 193 169 0 50 0
[pid=11469] ppid=11468 vsize=868400 CPUtime=2.57
/proc/11469/stat : 11469 (java) S 11468 11455 10622 0 -1 0 10846 0 1 0 249 8 0 0 20 0 9 0 136267830 889241600 9954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11469/statm: 217100 9955 2540 9 0 211675 0
[pid=11469/tid=11470] ppid=11468 vsize=868400 CPUtime=1.87
/proc/11469/task/11470/stat : 11470 (java) R 11468 11455 10622 0 -1 64 2911 0 1 0 185 2 0 0 25 0 9 0 136267831 889241600 9955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11471] ppid=11468 vsize=868400 CPUtime=0.46
/proc/11469/task/11471/stat : 11471 (java) R 11468 11455 10622 0 -1 64 5779 0 0 0 42 4 0 0 15 0 9 0 136267832 889241600 9956 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11472] ppid=11468 vsize=868400 CPUtime=0
/proc/11469/task/11472/stat : 11472 (java) S 11468 11455 10622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136267832 889241600 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11473] ppid=11468 vsize=868400 CPUtime=0
/proc/11469/task/11473/stat : 11473 (java) S 11468 11455 10622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136267832 889241600 9959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11474] ppid=11468 vsize=868400 CPUtime=0
/proc/11469/task/11474/stat : 11474 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889241600 9962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11475] ppid=11468 vsize=868400 CPUtime=0.21
/proc/11469/task/11475/stat : 11475 (java) S 11468 11455 10622 0 -1 64 1465 0 0 0 21 0 0 0 16 0 9 0 136267834 889241600 9965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11476] ppid=11468 vsize=868400 CPUtime=0
/proc/11469/task/11476/stat : 11476 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889241600 9967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11477] ppid=11468 vsize=868400 CPUtime=0
/proc/11469/task/11477/stat : 11477 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136267834 889241600 9970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887356

[startup+6.30297 s]
/proc/loadavg: 2.08 2.04 2.01 3/83 11477
/proc/meminfo: memFree=1768280/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.48
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 974 5149 0 1 3 1 40 4 15 0 1 0 136267778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 797 370 3 0 500 0
[pid=11468] ppid=11455 vsize=5356 CPUtime=0
/proc/11468/stat : 11468 (sh) S 11455 11455 10622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136267829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11468/statm: 1339 233 193 169 0 50 0
[pid=11469] ppid=11468 vsize=868512 CPUtime=5.75
/proc/11469/stat : 11469 (java) S 11468 11455 10622 0 -1 0 11613 0 1 0 558 17 0 0 20 0 9 0 136267830 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11469/statm: 217128 10515 2565 9 0 211675 0
[pid=11469/tid=11470] ppid=11468 vsize=868512 CPUtime=4.76
/proc/11469/task/11470/stat : 11470 (java) R 11468 11455 10622 0 -1 64 3246 0 1 0 466 10 0 0 25 0 9 0 136267831 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4126977031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11471] ppid=11468 vsize=868512 CPUtime=0.7
/proc/11469/task/11471/stat : 11471 (java) S 11468 11455 10622 0 -1 64 6179 0 0 0 65 5 0 0 16 0 9 0 136267832 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11472] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11472/stat : 11472 (java) S 11468 11455 10622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136267832 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11473] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11473/stat : 11473 (java) S 11468 11455 10622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136267832 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11474] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11474/stat : 11474 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11475] ppid=11468 vsize=868512 CPUtime=0.26
/proc/11469/task/11475/stat : 11475 (java) S 11468 11455 10622 0 -1 64 1495 0 0 0 26 0 0 0 16 0 9 0 136267834 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11476] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11476/stat : 11476 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11477] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11477/stat : 11477 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136267834 889356288 10515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887468

[startup+12.7022 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 11477
/proc/meminfo: memFree=1738520/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=0.48
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 974 5149 0 1 3 1 40 4 16 0 1 0 136267778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 797 370 3 0 500 0
[pid=11468] ppid=11455 vsize=5356 CPUtime=0
/proc/11468/stat : 11468 (sh) S 11455 11455 10622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136267829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11468/statm: 1339 233 193 169 0 50 0
[pid=11469] ppid=11468 vsize=868512 CPUtime=12.09
/proc/11469/stat : 11469 (java) S 11468 11455 10622 0 -1 0 12018 0 1 0 1170 39 0 0 20 0 9 0 136267830 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11469/statm: 217128 10527 2566 9 0 211675 0
[pid=11469/tid=11470] ppid=11468 vsize=868512 CPUtime=10.92
/proc/11469/task/11470/stat : 11470 (java) R 11468 11455 10622 0 -1 64 3639 0 1 0 1064 28 0 0 25 0 9 0 136267831 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4126981706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11471] ppid=11468 vsize=868512 CPUtime=0.85
/proc/11469/task/11471/stat : 11471 (java) S 11468 11455 10622 0 -1 64 6179 0 0 0 77 8 0 0 16 0 9 0 136267832 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11472] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11472/stat : 11472 (java) S 11468 11455 10622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136267832 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11473] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11473/stat : 11473 (java) S 11468 11455 10622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136267832 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11474] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11474/stat : 11474 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11475] ppid=11468 vsize=868512 CPUtime=0.28
/proc/11469/task/11475/stat : 11475 (java) S 11468 11455 10622 0 -1 64 1507 0 0 0 28 0 0 0 16 0 9 0 136267834 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11476] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11476/stat : 11476 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136267834 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11469/tid=11477] ppid=11468 vsize=868512 CPUtime=0
/proc/11469/task/11477/stat : 11477 (java) S 11468 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136267834 889356288 10527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887468

[startup+25.5016 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=203800 CPUtime=6.98
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48685 0 0 0 659 39 0 0 25 0 1 0 136269626 208691200 48671 996147200 134512640 135127466 4294956256 18446744073709551615 134522643 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 50950 48671 74 150 0 50797 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 222756

[startup+51.1015 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=32.48
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48777 0 0 0 3208 40 0 0 25 0 1 0 136269626 209604608 48763 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48763 76 150 0 51020 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 223648

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526104/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=83.48
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48789 0 0 0 8308 40 0 0 25 0 1 0 136269626 209604608 48775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48775 76 150 0 51020 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 223648

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

[startup+127.901 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=108.97
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48791 0 0 0 10857 40 0 0 25 0 1 0 136269626 209604608 48777 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48777 76 150 0 51020 0
Current children cumulated CPU time (s) 127.27
Current children cumulated vsize (KiB) 223648

[startup+140.703 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=121.72
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48791 0 0 0 12132 40 0 0 25 0 1 0 136269626 209604608 48777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48777 76 150 0 51020 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (KiB) 223648

[startup+147.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=128.09
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48791 0 0 0 12769 40 0 0 25 0 1 0 136269626 209604608 48777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48777 76 150 0 51020 0
Current children cumulated CPU time (s) 146.39
Current children cumulated vsize (KiB) 223648

[startup+148.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=129.68
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48791 0 0 0 12928 40 0 0 25 0 1 0 136269626 209604608 48777 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48777 76 150 0 51020 0
Current children cumulated CPU time (s) 147.98
Current children cumulated vsize (KiB) 223648

[startup+149.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=18.3
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1034 18009 0 2 3 1 1749 77 16 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11478] ppid=11455 vsize=5356 CPUtime=0
/proc/11478/stat : 11478 (sh) S 11455 11455 10622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136269625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11478/statm: 1339 232 193 169 0 50 0
[pid=11479] ppid=11478 vsize=204692 CPUtime=130.48
/proc/11479/stat : 11479 (minisat) R 11478 11455 10622 0 -1 4194304 48791 0 0 0 13008 40 0 0 25 0 1 0 136269626 209604608 48777 996147200 134512640 135127466 4294956256 18446744073709551615 134521779 0 0 4096 3 0 0 0 17 1 0 0
/proc/11479/statm: 51173 48777 76 150 0 51020 0
Current children cumulated CPU time (s) 148.78
Current children cumulated vsize (KiB) 223648

[startup+150.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=149.24
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1091 67178 0 2 3 1 14799 121 15 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 149.24
Current children cumulated vsize (KiB) 13600

[startup+150.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 11479
/proc/meminfo: memFree=1526040/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=149.24
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1091 67178 0 2 3 1 14799 121 15 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 149.24
Current children cumulated vsize (KiB) 13600

[startup+150.602 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11489
/proc/meminfo: memFree=1710936/2055920 swapFree=4191676/4192956
[pid=11455] ppid=11453 vsize=13600 CPUtime=149.24
/proc/11455/stat : 11455 (sugar) S 11453 11455 10622 0 -1 4194304 1091 67178 0 2 3 1 14799 121 15 0 1 0 136267778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11455/statm: 3400 799 370 3 0 500 0
[pid=11480] ppid=11455 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11455 11455 10622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136282774 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=864364 CPUtime=0.61
/proc/11481/stat : 11481 (java) S 11480 11455 10622 0 -1 0 4131 0 1 0 58 3 0 0 19 0 9 0 136282775 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11481/statm: 216091 3586 1680 9 0 210673 0
[pid=11481/tid=11482] ppid=11480 vsize=864364 CPUtime=0.51
/proc/11481/task/11482/stat : 11482 (java) R 11480 11455 10622 0 -1 64 2498 0 1 0 50 1 0 0 25 0 9 0 136282776 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4126564648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11483] ppid=11480 vsize=864364 CPUtime=0.01
/proc/11481/task/11483/stat : 11483 (java) S 11480 11455 10622 0 -1 64 511 0 0 0 1 0 0 0 16 0 9 0 136282777 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11484] ppid=11480 vsize=864364 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11455 10622 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 136282777 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11485] ppid=11480 vsize=864364 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11455 10622 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 136282777 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11486] ppid=11480 vsize=864364 CPUtime=0
/proc/11481/task/11486/stat : 11486 (java) S 11480 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 136282779 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11487] ppid=11480 vsize=864364 CPUtime=0.06
/proc/11481/task/11487/stat : 11487 (java) S 11480 11455 10622 0 -1 64 430 0 0 0 6 0 0 0 16 0 9 0 136282779 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11488] ppid=11480 vsize=864364 CPUtime=0
/proc/11481/task/11488/stat : 11488 (java) S 11480 11455 10622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 136282779 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11481/tid=11489] ppid=11480 vsize=864364 CPUtime=0
/proc/11481/task/11489/stat : 11489 (java) S 11480 11455 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136282779 885108736 3586 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 149.85
Current children cumulated vsize (KiB) 883320

Child status: 0
Real time (s): 150.698
CPU time (s): 149.969
CPU user time (s): 148.647
CPU system time (s): 1.3218
CPU usage (%): 99.5163
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.647
system time used= 1.3218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72809
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= 11865
involuntary context switches= 13279

runsolver used 0.181972 second user time and 0.430934 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 09:25:25
IDJOB=1087116
IDBENCH=57940
IDSOLVER=346
FILE ID=node63/1087116-1215242724
PBS_JOBID= 7881985
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed0064ec6f686799b617fe86f279a28f
RANDOM SEED=724027742

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1812816 kB
Buffers:         11040 kB
Cached:         104368 kB
SwapCached:        260 kB
Active:         155224 kB
Inactive:        28516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812816 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:          81292 kB
Slab:            44776 kB
Committed_AS:   517976 kB
PageTables:       1704 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 09:27:55