Trace number 2083820

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 141.507 144.744

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-4.xml
MD5SUMc966f4ac55d40e9ed821e9d3623796fc
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 benchmark10.5704
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

0.04/2.17	c 0	Sugar v1-14-6 + HOME/minisat
0.07/2.21	c 0	BEGIN Sun Jul 12 07:57:29 2009
0.07/2.21	c 0	PID 24390
0.07/2.28	c 1	HOST node89.alineos.net
0.07/2.28	c 1	CONVERTING HOME/instance-2083820-1247378244.xml TO HOME/temp.csp
0.07/2.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083820-1247378244.xml' 'HOME/temp.csp'
0.07/2.91	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.07/2.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/2.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/2.99	c 1	Parsing HOME/temp.csp
0.52/3.13	c 1	parsed 2270 expressions
0.52/3.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/3.14	c 1	Converting to clausal form CSP
0.79/3.24	c 1	converted 227 (10%) expressions
1.28/3.71	c 2	converted 454 (20%) expressions
1.49/3.98	c 2	converted 681 (30%) expressions
1.79/4.27	c 3	converted 908 (40%) expressions
2.00/4.50	c 3	converted 1135 (50%) expressions
2.19/4.67	c 3	converted 1362 (60%) expressions
2.49/4.91	c 3	converted 1589 (70%) expressions
2.59/5.07	c 3	converted 1816 (80%) expressions
2.79/5.21	c 3	converted 2043 (90%) expressions
2.89/5.37	c 4	converted 2270 (100%) expressions
2.89/5.37	c 4	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
2.89/5.37	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/5.37	c 4	Propagation in CSP
2.99/5.48	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/5.48	c 4	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
2.99/5.48	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/5.49	c 4	Simplifing CSP by introducing new Boolean variables
3.09/5.51	c 4	CSP : 397 integers, 10003 booleans, 16642 clauses, largest domain size 2657
3.09/5.52	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/5.66	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.29/5.78	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.38/5.85	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.48/5.94	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.58/6.02	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
3.58/6.10	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
3.68/6.17	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
3.78/6.23	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
3.88/6.30	c 5	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
3.88/6.38	c 5	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
3.99/6.45	c 5	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
4.59/7.09	c 5	1665 (10%) CSP clauses are encoded (526104 clauses, 9695825 bytes)
5.29/7.72	c 6	3329 (20%) CSP clauses are encoded (756786 clauses, 15092290 bytes)
5.78/8.25	c 6	4993 (30%) CSP clauses are encoded (963492 clauses, 19862256 bytes)
6.39/8.81	c 7	6657 (40%) CSP clauses are encoded (1199072 clauses, 25363959 bytes)
6.88/9.37	c 8	8321 (50%) CSP clauses are encoded (1438547 clauses, 30973071 bytes)
7.57/10.00	c 8	9986 (60%) CSP clauses are encoded (1718597 clauses, 37458687 bytes)
8.27/10.72	c 9	11650 (70%) CSP clauses are encoded (2035427 clauses, 44927195 bytes)
8.77/11.23	c 9	13314 (80%) CSP clauses are encoded (2251691 clauses, 50071490 bytes)
9.47/12.00	c 10	14978 (90%) CSP clauses are encoded (2610688 clauses, 58421070 bytes)
10.16/12.60	c 11	16642 (100%) CSP clauses are encoded (2871180 clauses, 64620321 bytes)
10.16/12.60	c 11	16642 CSP clauses encoded
10.16/12.60	c 11	Writing map file : HOME/temp.map
10.16/12.62	c 11	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.16/12.62	c 11	SAT : 332694 SAT variables, 2871180 SAT clauses, 64620321 bytes
10.16/12.62	c 11	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.16/12.67	c 11	SOLVING HOME/temp.cnf
10.16/12.67	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.16/12.67	c 11	This is MiniSat 2.0 beta
10.16/12.67	c 11	WARNING: for repeatability, setting FPU to use double precision
10.16/12.67	c 11	============================[ Problem Statistics ]=============================
10.16/12.67	c 11	|                                                                             |
10.16/12.68	c 11	|  Number of variables:  332694                                               |
10.16/12.68	c 11	|  Number of clauses:    2871180                                              |
11.71/14.27	c 12	|  Parsing time:         1.38         s                                       |
11.81/14.35	c 13	============================[ Search Statistics ]==============================
11.81/14.35	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.81/14.35	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.81/14.35	c 13	===============================================================================
11.81/14.35	c 13	|         0 |  332693  2871178  7967516 |   957059        0    nan |  0.000 % |
12.60/15.12	c 13	|       100 |  332687  2871178  7967516 |  1052765       95      3 |  1.426 % |
13.30/15.82	c 14	|       250 |  332663  2871178  7967516 |  1158041      240      4 |  2.799 % |
14.78/17.39	c 16	|       475 |  332650  2871178  7967516 |  1273845      458      4 |  4.341 % |
17.47/20.09	c 18	|       812 |  318206  2725824  7560468 |  1401230      785      4 |  7.123 % |
20.15/22.78	c 21	|      1318 |  304460  2593096  7189913 |  1541353     1279      5 |  8.754 % |
24.42/27.05	c 25	|      2077 |  294374  2521218  6994489 |  1695488     2028      5 | 11.600 % |
29.78/32.40	c 31	|      3216 |  293968  2518750  6987984 |  1865037     3148      6 | 11.640 % |
37.22/39.99	c 38	|      4924 |  270228  2317976  6433327 |  2051541     4823      7 | 18.776 % |
46.07/48.85	c 47	|      7487 |  250277  2159488  5997876 |  2256695     6863      9 | 24.904 % |
58.32/61.15	c 59	|     11331 |  226397  1959267  5445288 |  2482365    10667     11 | 34.774 % |
77.32/80.23	c 78	|     17097 |  188439  1592688  4421728 |  2730601    16364     13 | 43.378 % |
105.98/109.03	c 107	|     25747 |  158860  1338609  3718757 |  3003662    24872     15 | 53.598 % |
140.58/143.84	c 142	===============================================================================
140.58/143.86	c 142	restarts              : 13
140.58/143.86	c 142	conflicts             : 34810          (267 /sec)
140.58/143.86	c 142	decisions             : 1087367        (0.56 % random) (8352 /sec)
140.58/143.86	c 142	propagations          : 274898937      (2111420 /sec)
140.58/143.86	c 142	conflict literals     : 560880         (22.19 % deleted)
140.58/143.86	c 142	Memory used           : 147.62 MB
140.58/143.86	c 142	CPU time              : 130.196 s
140.58/143.86	c 142	
140.68/144.00	c 142	SATISFIABLE
140.78/144.03	c 142	DECODING HOME/temp.out WITH HOME/temp.map
140.78/144.03	c 142	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
140.78/144.10	c 142	Decoding HOME/temp.out
140.82/144.65	s SATISFIABLE
140.82/144.66	v -2600 2420 2584 2544 2284 2492 -2480 -2520 2476 2320 2280 2640 -2420 -2392 -2480 2572 -2588 2508 2292 2648 -2620 2428 2280 2532 -2532 -2452 2656 2568 2640 -2432 2620 2484 2612 2384 -2468 2548 -2640 -2612 2436 2448 2576 2332 -2472 2436 2464 2432 -2536 2608 -2460 2596 -2456 2640 -2336 2440 -2320 -2324 2408 2420 2436 2356 2524 -2348 2460 -2512 -2492 2484 2532 -2420 2608 -2336 -2628 2408 2600 2528 2292 -2608 2332 -2580 -2600 2356 -2316 2280 2280 2400 -2536 2656 2564 -2572 2488 -2580 2288 -2416 2560 -2520 2516 -2512 2524 2464 2576 2600 -2616 2648 -2472 2480 2528 -2456 2556 2524 -2280 2336 2528 -2316 -2336 2572 2320 2504 2436 2616 2380 -2616 2476 -2552 2456 -2324 2324 -2348 -2464 2452 2344 2504 2584 2548 2440 -2424 2284 2492 2560 -2320 -2616 2608 2388 2640 2460 2332 -2464 -2532 2412 -2612 -2396 2304 2568 2616 -2652 -2412 -2536 2368 2576 2280 2512 -2616 -2416 2496 -2496 -2368 2656 -2624 -2488 2424 -2600 2396 2292 2600 -2328 -2344 2292 2336 -2568 -2376 2376 2376 2648 2388 2624 -2284 -2652 -2608 2416 2320 -2584 2452 -2488 -2332 2296 2588 2472 2656 -2376 2476 -2320 -2520
140.82/144.67	c 143	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
140.83/144.71	c 143	CPU 141.46 (0.06 0.02 140.53 0.85)
140.83/144.71	c 143	END Sun Jul 12 07:59:52 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083820-1247378244/watcher-2083820-1247378244 -o /tmp/evaluation-result-2083820-1247378244/solver-2083820-1247378244 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083820-1247378244.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.49 4.12 4/75 24390
/proc/meminfo: memFree=660416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=18576 CPUtime=0
/proc/24390/stat : 24390 (runsolver) D 24388 24390 22574 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24889891 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24390/statm: 4644 284 249 26 0 2626 0

[startup+0.029799 s]
/proc/loadavg: 4.02 4.49 4.12 4/75 24390
/proc/meminfo: memFree=660416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=18576 CPUtime=0
/proc/24390/stat : 24390 (runsolver) D 24388 24390 22574 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24889891 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24390/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101807 s]
/proc/loadavg: 4.02 4.49 4.12 4/75 24390
/proc/meminfo: memFree=660416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=18576 CPUtime=0
/proc/24390/stat : 24390 (runsolver) D 24388 24390 22574 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24889891 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24390/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.302971 s]
/proc/loadavg: 4.02 4.49 4.12 4/75 24390
/proc/meminfo: memFree=660416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=124 CPUtime=0
/proc/24390/stat : 24390 (sugar) D 24388 24390 22574 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24889891 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 249067271657 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24390/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.703011 s]
/proc/loadavg: 4.02 4.49 4.12 4/75 24390
/proc/meminfo: memFree=660416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=12268 CPUtime=0
/proc/24390/stat : 24390 (sugar) D 24388 24390 22574 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24889891 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24390/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.50109 s]
/proc/loadavg: 4.02 4.49 4.12 1/76 24391
/proc/meminfo: memFree=666040/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=13204 CPUtime=0.03
/proc/24390/stat : 24390 (sugar) D 24388 24390 22574 0 -1 4194304 687 0 0 0 2 1 0 0 18 0 1 0 24889891 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24390/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+3.10125 s]
/proc/loadavg: 3.86 4.45 4.11 2/76 24391
/proc/meminfo: memFree=652088/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.52
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1309 5206 0 1 5 2 41 4 15 0 1 0 24889891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30256 s]
/proc/loadavg: 3.86 4.45 4.11 4/86 24412
/proc/meminfo: memFree=567656/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.52
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1310 5206 0 1 5 2 41 4 15 0 1 0 24889891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24403] ppid=24390 vsize=5356 CPUtime=0
/proc/24403/stat : 24403 (sh) S 24390 24390 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24890184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24403/statm: 1339 233 193 169 0 50 0
[pid=24404] ppid=24403 vsize=868680 CPUtime=3.36
/proc/24404/stat : 24404 (java) S 24403 24390 22574 0 -1 0 11559 0 1 0 327 9 0 0 20 0 9 0 24890184 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24404/statm: 217170 10565 2591 9 0 211647 0
[pid=24404/tid=24405] ppid=24403 vsize=868680 CPUtime=2.52
/proc/24404/task/24405/stat : 24405 (java) R 24403 24390 22574 0 -1 64 3120 0 1 0 248 4 0 0 21 0 9 0 24890185 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24406] ppid=24403 vsize=868680 CPUtime=0.6
/proc/24404/task/24406/stat : 24406 (java) S 24403 24390 22574 0 -1 64 6242 0 0 0 57 3 0 0 16 0 9 0 24890186 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24407] ppid=24403 vsize=868680 CPUtime=0
/proc/24404/task/24407/stat : 24407 (java) S 24403 24390 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24890186 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24408] ppid=24403 vsize=868680 CPUtime=0
/proc/24404/task/24408/stat : 24408 (java) S 24403 24390 22574 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24890186 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24409] ppid=24403 vsize=868680 CPUtime=0
/proc/24404/task/24409/stat : 24409 (java) S 24403 24390 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24890188 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24410] ppid=24403 vsize=868680 CPUtime=0.21
/proc/24404/task/24410/stat : 24410 (java) S 24403 24390 22574 0 -1 64 1499 0 0 0 21 0 0 0 16 0 9 0 24890188 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24411] ppid=24403 vsize=868680 CPUtime=0
/proc/24404/task/24411/stat : 24411 (java) S 24403 24390 22574 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24890188 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24404/tid=24412] ppid=24403 vsize=868680 CPUtime=0
/proc/24404/task/24412/stat : 24412 (java) S 24403 24390 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24890188 889528320 10565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 890904
heavy processes:

[startup+12.7022 s]
/proc/loadavg: 3.81 4.42 4.10 2/86 24412
/proc/meminfo: memFree=449256/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 16868

[startup+25.5024 s]
/proc/loadavg: 3.68 4.37 4.09 2/78 24414
/proc/meminfo: memFree=321256/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150064 CPUtime=12.72
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35736 0 0 0 1251 21 0 0 25 0 1 0 24891159 153665536 35722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24414/statm: 37516 35722 76 150 0 37363 0
Current children cumulated CPU time (s) 22.92
Current children cumulated vsize (KiB) 172288

[startup+51.1029 s]
/proc/loadavg: 3.44 4.26 4.06 3/78 24414
/proc/meminfo: memFree=178664/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150064 CPUtime=38.17
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35738 0 0 0 3795 22 0 0 25 0 1 0 24891159 153665536 35724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37516 35724 76 150 0 37363 0
Current children cumulated CPU time (s) 48.37
Current children cumulated vsize (KiB) 172288

[startup+102.308 s]
/proc/loadavg: 2.57 3.88 3.94 3/78 24414
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150672 CPUtime=89.12
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35768 0 0 0 8889 23 0 0 25 0 1 0 24891159 154288128 35754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37668 35754 76 150 0 37515 0
Current children cumulated CPU time (s) 99.32
Current children cumulated vsize (KiB) 172896

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

[startup+127.902 s]
/proc/loadavg: 2.45 3.74 3.89 3/76 24442
/proc/meminfo: memFree=1649000/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150836 CPUtime=114.55
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35804 0 0 0 11430 25 0 0 25 0 1 0 24891159 154456064 35790 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37709 35790 76 150 0 37556 0
Current children cumulated CPU time (s) 124.75
Current children cumulated vsize (KiB) 173060

[startup+134.301 s]
/proc/loadavg: 2.41 3.71 3.88 3/76 24442
/proc/meminfo: memFree=1649192/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150836 CPUtime=120.92
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35805 0 0 0 12067 25 0 0 25 0 1 0 24891159 154456064 35791 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37709 35791 76 150 0 37556 0
Current children cumulated CPU time (s) 131.12
Current children cumulated vsize (KiB) 173060

[startup+140.702 s]
/proc/loadavg: 2.38 3.68 3.87 3/76 24442
/proc/meminfo: memFree=1649256/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150836 CPUtime=127.3
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35807 0 0 0 12705 25 0 0 25 0 1 0 24891159 154456064 35793 996147200 134512640 135127466 4294956256 18446744073709551615 134523274 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37709 35793 76 150 0 37556 0
Current children cumulated CPU time (s) 137.5
Current children cumulated vsize (KiB) 173060

[startup+142.302 s]
/proc/loadavg: 2.35 3.65 3.86 3/76 24442
/proc/meminfo: memFree=1649320/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=150836 CPUtime=128.89
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35807 0 0 0 12864 25 0 0 25 0 1 0 24891159 154456064 35793 996147200 134512640 135127466 4294956256 18446744073709551615 134521795 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37709 35793 76 150 0 37556 0
Current children cumulated CPU time (s) 139.09
Current children cumulated vsize (KiB) 173060

[startup+143.903 s]
/proc/loadavg: 2.35 3.65 3.86 3/76 24442
/proc/meminfo: memFree=1649320/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=10.2
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1377 17833 0 2 5 2 960 53 16 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=151176 CPUtime=130.48
/proc/24414/stat : 24414 (minisat) R 24413 24390 22574 0 -1 4194304 35901 0 0 0 13023 25 0 0 25 0 1 0 24891159 154804224 35886 996147200 134512640 135127466 4294956256 18446744073709551615 134666673 0 0 4096 3 0 0 0 17 1 0 0
/proc/24414/statm: 37794 35886 82 150 0 37641 0
Current children cumulated CPU time (s) 140.68
Current children cumulated vsize (KiB) 173400

[startup+144.302 s]
/proc/loadavg: 2.35 3.65 3.86 3/76 24442
/proc/meminfo: memFree=1662184/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=140.82
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1449 54019 0 2 5 2 13993 82 15 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 140.82
Current children cumulated vsize (KiB) 16868

[startup+144.701 s]
/proc/loadavg: 2.35 3.65 3.86 3/76 24442
/proc/meminfo: memFree=1662184/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=140.83
/proc/24390/stat : 24390 (sugar) S 24388 24390 22574 0 -1 4194304 1452 54019 0 2 6 2 13993 82 15 0 1 0 24889891 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24390/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 140.83
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 144.744
CPU time (s): 141.507
CPU user time (s): 140.597
CPU system time (s): 0.910861
CPU usage (%): 97.7641
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.597
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60122
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9906
involuntary context switches= 10887

runsolver used 0.206968 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 07:57:27
IDJOB=2083820
IDBENCH=57943
IDSOLVER=739
FILE ID=node89/2083820-1247378244
PBS_JOBID= 9507136
Free space on /tmp= 64612 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083820-1247378244/watcher-2083820-1247378244 -o /tmp/evaluation-result-2083820-1247378244/solver-2083820-1247378244 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083820-1247378244.xml

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

MD5SUM BENCH= c966f4ac55d40e9ed821e9d3623796fc
RANDOM SEED=116756369

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        661024 kB
Buffers:          1860 kB
Cached:        1125240 kB
SwapCached:          0 kB
Active:         793572 kB
Inactive:       515080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        661024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7376 kB
Writeback:           0 kB
Mapped:         192636 kB
Slab:            71216 kB
Committed_AS:   342896 kB
PageTables:       2208 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= 66256 MiB
End job on node89 at 2009-07-12 07:59:52