Trace number 2083808

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+picosatSAT 56.2584 57.5162

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 benchmark1.62775
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/0.45	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.47	c 0	BEGIN Sun Jul 12 07:57:16 2009
0.04/0.47	c 0	PID 24662
0.04/0.48	c 0	HOST node8.alineos.net
0.04/0.48	c 0	CONVERTING HOME/instance-2083808-1247378235.xml TO HOME/temp.csp
0.04/0.48	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083808-1247378235.xml' 'HOME/temp.csp'
0.49/1.15	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.49/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.49/1.19	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.55/1.27	c 1	Parsing HOME/temp.csp
0.55/1.39	c 1	parsed 2270 expressions
0.55/1.41	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/1.41	c 1	Converting to clausal form CSP
0.55/1.52	c 1	converted 227 (10%) expressions
0.55/2.01	c 2	converted 454 (20%) expressions
1.62/2.30	c 2	converted 681 (30%) expressions
1.82/2.60	c 2	converted 908 (40%) expressions
2.12/2.83	c 2	converted 1135 (50%) expressions
2.32/3.01	c 3	converted 1362 (60%) expressions
2.53/3.25	c 3	converted 1589 (70%) expressions
2.71/3.41	c 3	converted 1816 (80%) expressions
2.81/3.55	c 3	converted 2043 (90%) expressions
3.01/3.73	c 3	converted 2270 (100%) expressions
3.01/3.73	c 3	CSP : 397 integers, 5793 booleans, 12348 clauses, largest domain size 2657
3.01/3.73	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.73	c 3	Propagation in CSP
3.11/3.83	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.83	c 3	CSP : 397 integers, 5793 booleans, 12348 clauses, largest domain size 2657
3.11/3.83	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.85	c 3	Simplifing CSP by introducing new Boolean variables
3.11/3.87	c 3	CSP : 397 integers, 10069 booleans, 16624 clauses, largest domain size 2657
3.11/3.87	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.30/4.03	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.41/4.16	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.50/4.25	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.60/4.35	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.70/4.44	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
3.79/4.53	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
3.90/4.61	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
3.90/4.69	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.00/4.77	c 4	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.09/4.85	c 4	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.19/4.93	c 5	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
4.88/5.68	c 5	1663 (10%) CSP clauses are encoded (529133 clauses, 9764195 bytes)
5.67/6.42	c 6	3325 (20%) CSP clauses are encoded (762427 clauses, 15222464 bytes)
6.26/7.05	c 7	4988 (30%) CSP clauses are encoded (972104 clauses, 20062635 bytes)
6.86/7.70	c 7	6650 (40%) CSP clauses are encoded (1214942 clauses, 25742445 bytes)
7.55/8.31	c 8	8312 (50%) CSP clauses are encoded (1450476 clauses, 31254605 bytes)
8.25/9.03	c 9	9975 (60%) CSP clauses are encoded (1734107 clauses, 37825513 bytes)
9.05/9.85	c 9	11637 (70%) CSP clauses are encoded (2056339 clauses, 45423968 bytes)
9.72/10.50	c 10	13300 (80%) CSP clauses are encoded (2284003 clauses, 50852703 bytes)
10.51/11.36	c 11	14962 (90%) CSP clauses are encoded (2634740 clauses, 58995434 bytes)
11.21/12.06	c 12	16624 (100%) CSP clauses are encoded (2898710 clauses, 65278110 bytes)
11.21/12.06	c 12	16624 CSP clauses encoded
11.21/12.06	c 12	Writing map file : HOME/temp.map
11.21/12.07	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.21/12.07	c 12	SAT : 332760 SAT variables, 2898710 SAT clauses, 65278110 bytes
11.21/12.07	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.21/12.10	c 12	SOLVING HOME/temp.cnf
11.21/12.10	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
55.56/56.85	c 56	DECODING HOME/temp.out WITH HOME/temp.map
55.56/56.85	c 56	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'
55.62/56.92	c 57	Decoding HOME/temp.out
56.16/57.41	s SATISFIABLE
56.16/57.42	v 2592 -2420 -2648 -2648 2412 2608 -2452 -2520 2500 -2348 -2308 2552 -2512 2388 -2480 2548 2604 -2416 2320 -2572 -2604 -2520 -2320 2508 2596 -2452 2616 -2636 2604 2348 -2576 2472 -2588 -2356 -2480 -2456 -2596 2600 2460 -2532 2464 -2280 -2476 -2460 -2376 -2472 2528 2608 2460 -2512 -2464 2532 -2336 -2348 -2320 -2452 2436 2500 -2352 2352 2512 2416 -2460 2512 -2412 -2468 -2484 -2432 -2532 -2376 -2564 -2280 2636 -2524 -2320 2648 -2316 -2564 -2592 2320 -2392 2280 2332 2308 2528 -2556 2556 -2636 -2492 -2616 2340 -2428 2560 -2520 2532 2516 -2428 2456 -2568 2356 2504 2608 2556 2416 -2480 -2508 2552 -2516 -2376 2356 2444 2280 -2400 2628 2416 -2416 -2452 2624 -2392 2280 -2492 2552 -2388 -2320 -2328 2328 2428 -2388 -2360 2468 -2640 2612 -2412 -2336 2288 -2444 -2552 -2336 2600 -2592 2368 2316 -2552 -2280 2420 2648 2348 -2648 2392 2320 -2648 2656 2640 2428 -2556 -2320 -2640 -2456 2516 -2596 2424 -2516 -2568 2396 2584 -2600 2484 -2460 2644 -2420 2616 -2572 -2300 -2396 2356 -2392 -2440 -2336 -2352 2376 2632 2456 -2608 2280 2608 2596 2548 2292 -2608 2388 2484 -2656 -2396 -2652 2432 2320 -2360 2492 -2280 -2456
56.16/57.43	c 57	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.16/57.49	c 57	CPU 56.2 (0.06 0.02 42.8 13.32)
56.16/57.49	c 57	END Sun Jul 12 07:58:13 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-2083808-1247378235/watcher-2083808-1247378235 -o /tmp/evaluation-result-2083808-1247378235/solver-2083808-1247378235 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083808-1247378235.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: 3.00 2.67 2.34 4/81 24662
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=18576 CPUtime=0
/proc/24662/stat : 24662 (runsolver) D 24660 24662 21539 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24890809 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24662/statm: 4644 284 249 26 0 2626 0

[startup+0.0114031 s]
/proc/loadavg: 3.00 2.67 2.34 4/81 24662
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=18576 CPUtime=0
/proc/24662/stat : 24662 (runsolver) D 24660 24662 21539 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24890809 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24662/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101411 s]
/proc/loadavg: 3.00 2.67 2.34 4/81 24662
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=8540 CPUtime=0
/proc/24662/stat : 24662 (sugar) D 24660 24662 21539 0 -1 4194304 65 0 2 0 0 0 0 0 18 0 1 0 24890809 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 228703929092 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/24662/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.301431 s]
/proc/loadavg: 3.00 2.67 2.34 4/81 24662
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=12412 CPUtime=0
/proc/24662/stat : 24662 (sugar) D 24660 24662 21539 0 -1 4194304 422 0 3 0 0 0 0 0 18 0 1 0 24890809 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24662/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701477 s]
/proc/loadavg: 3.00 2.67 2.34 4/81 24662
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=0.06
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 24890809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50155 s]
/proc/loadavg: 2.92 2.66 2.34 3/92 24674
/proc/meminfo: memFree=1198680/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=0.55
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1304 5156 5 51 5 1 42 7 16 0 1 0 24890809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+3.1027 s]
/proc/loadavg: 2.92 2.66 2.34 4/92 24684
/proc/meminfo: memFree=1180888/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=0.56
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1304 5156 5 51 6 1 42 7 16 0 1 0 24890809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1111 409 3 0 796 0
[pid=24675] ppid=24662 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24662 24662 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24890929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24675/statm: 1339 233 193 169 0 50 0
[pid=24676] ppid=24675 vsize=868544 CPUtime=1.86
/proc/24676/stat : 24676 (java) S 24675 24662 21539 0 -1 0 9164 0 4 0 182 4 0 0 20 0 9 0 24890930 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24676/statm: 217136 8316 2566 9 0 211641 0
[pid=24676/tid=24677] ppid=24675 vsize=868544 CPUtime=1.32
/proc/24676/task/24677/stat : 24677 (java) R 24675 24662 21539 0 -1 64 2765 0 4 0 131 1 0 0 25 0 9 0 24890930 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4126510388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24678] ppid=24675 vsize=868544 CPUtime=0.35
/proc/24676/task/24678/stat : 24678 (java) S 24675 24662 21539 0 -1 64 4223 0 0 0 33 2 0 0 16 0 9 0 24890932 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24679] ppid=24675 vsize=868544 CPUtime=0
/proc/24676/task/24679/stat : 24679 (java) S 24675 24662 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24890932 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24680] ppid=24675 vsize=868544 CPUtime=0
/proc/24676/task/24680/stat : 24680 (java) S 24675 24662 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24890932 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24681] ppid=24675 vsize=868544 CPUtime=0
/proc/24676/task/24681/stat : 24681 (java) S 24675 24662 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24890934 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24682] ppid=24675 vsize=868544 CPUtime=0.16
/proc/24676/task/24682/stat : 24682 (java) S 24675 24662 21539 0 -1 64 1478 0 0 0 16 0 0 0 16 0 9 0 24890934 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24683] ppid=24675 vsize=868544 CPUtime=0
/proc/24676/task/24683/stat : 24683 (java) S 24675 24662 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24890934 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24684] ppid=24675 vsize=868544 CPUtime=0
/proc/24676/task/24684/stat : 24684 (java) S 24675 24662 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24890934 889389056 8316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 890768
heavy processes:

[startup+6.30301 s]
/proc/loadavg: 2.92 2.66 2.34 4/92 24684
/proc/meminfo: memFree=1155544/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=0.56
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1305 5156 5 51 6 1 42 7 16 0 1 0 24890809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1111 409 3 0 796 0
[pid=24675] ppid=24662 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24662 24662 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24890929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24675/statm: 1339 233 193 169 0 50 0
[pid=24676] ppid=24675 vsize=868712 CPUtime=5.02
/proc/24676/stat : 24676 (java) S 24675 24662 21539 0 -1 0 11580 0 5 0 485 17 0 0 20 0 9 0 24890930 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24676/statm: 217178 10481 2592 9 0 211655 0
[pid=24676/tid=24677] ppid=24675 vsize=868712 CPUtime=4.08
/proc/24676/task/24677/stat : 24677 (java) R 24675 24662 21539 0 -1 64 3261 0 5 0 398 10 0 0 25 0 9 0 24890930 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4126517735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24678] ppid=24675 vsize=868712 CPUtime=0.68
/proc/24676/task/24678/stat : 24678 (java) S 24675 24662 21539 0 -1 64 6096 0 0 0 63 5 0 0 16 0 9 0 24890932 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24679] ppid=24675 vsize=868712 CPUtime=0
/proc/24676/task/24679/stat : 24679 (java) S 24675 24662 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24890932 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24680] ppid=24675 vsize=868712 CPUtime=0
/proc/24676/task/24680/stat : 24680 (java) S 24675 24662 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24890932 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24681] ppid=24675 vsize=868712 CPUtime=0
/proc/24676/task/24681/stat : 24681 (java) S 24675 24662 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24890934 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24682] ppid=24675 vsize=868712 CPUtime=0.23
/proc/24676/task/24682/stat : 24682 (java) S 24675 24662 21539 0 -1 64 1525 0 0 0 23 0 0 0 15 0 9 0 24890934 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24683] ppid=24675 vsize=868712 CPUtime=0
/proc/24676/task/24683/stat : 24683 (java) S 24675 24662 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24890934 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24676/tid=24684] ppid=24675 vsize=868712 CPUtime=0
/proc/24676/task/24684/stat : 24684 (java) S 24675 24662 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24890934 889561088 10481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 890936

[startup+12.7016 s]
/proc/loadavg: 2.93 2.67 2.35 4/92 24684
/proc/meminfo: memFree=1109592/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 16868

[startup+25.5018 s]
/proc/loadavg: 2.94 2.68 2.35 3/84 24686
/proc/meminfo: memFree=1059864/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24685] ppid=24662 vsize=5356 CPUtime=0
/proc/24685/stat : 24685 (sh) S 24662 24662 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24892019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24685/statm: 1339 232 193 169 0 50 0
[pid=24686] ppid=24685 vsize=87820 CPUtime=13.26
/proc/24686/stat : 24686 (picosat) R 24685 24662 21539 0 -1 4194304 18056 0 0 0 602 724 0 0 25 0 1 0 24892020 89927680 18042 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24686/statm: 21955 18042 40 102 0 21850 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 110044

[startup+51.1012 s]
/proc/loadavg: 2.83 2.67 2.36 4/84 24686
/proc/meminfo: memFree=1029144/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24685] ppid=24662 vsize=5356 CPUtime=0
/proc/24685/stat : 24685 (sh) S 24662 24662 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24892019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24685/statm: 1339 232 193 169 0 50 0
[pid=24686] ppid=24685 vsize=138296 CPUtime=38.62
/proc/24686/stat : 24686 (picosat) R 24685 24662 21539 0 -1 4194304 28115 0 0 0 2598 1264 0 0 25 0 1 0 24892020 141615104 28068 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/24686/statm: 34574 28068 42 102 0 34469 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 160520

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

[startup+54.3015 s]
/proc/loadavg: 2.84 2.68 2.36 3/84 24686
/proc/meminfo: memFree=1031000/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24685] ppid=24662 vsize=5356 CPUtime=0
/proc/24685/stat : 24685 (sh) S 24662 24662 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24892019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24685/statm: 1339 232 193 169 0 50 0
[pid=24686] ppid=24685 vsize=138296 CPUtime=41.79
/proc/24686/stat : 24686 (picosat) R 24685 24662 21539 0 -1 4194304 28119 0 0 0 2915 1264 0 0 25 0 1 0 24892020 141615104 28072 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/24686/statm: 34574 28072 42 102 0 34469 0
Current children cumulated CPU time (s) 53.08
Current children cumulated vsize (KiB) 160520

[startup+55.9027 s]
/proc/loadavg: 2.84 2.68 2.36 4/84 24686
/proc/meminfo: memFree=1029016/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24685] ppid=24662 vsize=5356 CPUtime=0
/proc/24685/stat : 24685 (sh) S 24662 24662 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24892019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24685/statm: 1339 232 193 169 0 50 0
[pid=24686] ppid=24685 vsize=138296 CPUtime=43.38
/proc/24686/stat : 24686 (picosat) R 24685 24662 21539 0 -1 4194304 28120 0 0 0 3074 1264 0 0 25 0 1 0 24892020 141615104 28073 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24686/statm: 34574 28073 42 102 0 34469 0
Current children cumulated CPU time (s) 54.67
Current children cumulated vsize (KiB) 160520

[startup+56.7028 s]
/proc/loadavg: 2.85 2.68 2.37 4/84 24686
/proc/meminfo: memFree=1018776/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=11.29
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1361 17635 5 56 6 2 1059 62 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24685] ppid=24662 vsize=5356 CPUtime=0
/proc/24685/stat : 24685 (sh) S 24662 24662 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24892019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24685/statm: 1339 232 193 169 0 50 0
[pid=24686] ppid=24685 vsize=138300 CPUtime=44.16
/proc/24686/stat : 24686 (picosat) R 24685 24662 21539 0 -1 4194304 28127 0 0 0 3152 1264 0 0 25 0 1 0 24892020 141619200 28080 996147200 134512640 134931368 4294956256 18446744073709551615 134535533 0 0 4096 0 0 0 0 17 0 0 0
/proc/24686/statm: 34575 28080 47 102 0 34470 0
Current children cumulated CPU time (s) 55.45
Current children cumulated vsize (KiB) 160524

[startup+57.1028 s]
/proc/loadavg: 2.85 2.68 2.37 3/92 24696
/proc/meminfo: memFree=1133656/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=55.62
/proc/24662/stat : 24662 (sugar) S 24660 24662 21539 0 -1 4194304 1442 46048 5 56 6 2 4225 1329 16 0 1 0 24890809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24662/statm: 4217 1114 409 3 0 796 0
[pid=24687] ppid=24662 vsize=5356 CPUtime=0
/proc/24687/stat : 24687 (sh) S 24662 24662 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24896495 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24687/statm: 1339 233 193 169 0 50 0
[pid=24688] ppid=24687 vsize=862796 CPUtime=0.24
/proc/24688/stat : 24688 (java) S 24687 24662 21539 0 -1 0 3686 0 1 0 22 2 0 0 18 0 9 0 24896495 883503104 3149 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24688/statm: 215699 3150 1297 9 0 210612 0
[pid=24688/tid=24689] ppid=24687 vsize=862796 CPUtime=0.15
/proc/24688/task/24689/stat : 24689 (java) R 24687 24662 21539 0 -1 64 2054 0 1 0 14 1 0 0 21 0 9 0 24896496 883503104 3155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24690] ppid=24687 vsize=862796 CPUtime=0.01
/proc/24688/task/24690/stat : 24690 (java) R 24687 24662 21539 0 -1 64 454 0 0 0 1 0 0 0 16 0 9 0 24896497 883503104 3156 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24691] ppid=24687 vsize=862796 CPUtime=0
/proc/24688/task/24691/stat : 24691 (java) S 24687 24662 21539 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24896497 883503104 3158 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24692] ppid=24687 vsize=862796 CPUtime=0
/proc/24688/task/24692/stat : 24692 (java) S 24687 24662 21539 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24896497 883503104 3159 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24693] ppid=24687 vsize=862796 CPUtime=0
/proc/24688/task/24693/stat : 24693 (java) S 24687 24662 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24896499 883503104 3161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24694] ppid=24687 vsize=862796 CPUtime=0.05
/proc/24688/task/24694/stat : 24694 (java) S 24687 24662 21539 0 -1 64 491 0 0 0 5 0 0 0 17 0 9 0 24896499 883503104 3162 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24695] ppid=24687 vsize=862796 CPUtime=0
/proc/24688/task/24695/stat : 24695 (java) S 24687 24662 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24896499 883503104 3164 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24688/tid=24696] ppid=24687 vsize=862796 CPUtime=0
/proc/24688/task/24696/stat : 24696 (java) S 24687 24662 21539 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24896499 883503104 3165 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.86
Current children cumulated vsize (KiB) 885020

[startup+57.5029 s]
/proc/loadavg: 2.85 2.68 2.37 3/92 24696
/proc/meminfo: memFree=1133656/2055920 swapFree=4192812/4192956
[pid=24662] ppid=24660 vsize=16868 CPUtime=56.22
/proc/24662/stat : 24662 (sugar) R 24660 24662 21539 0 -1 4194304 1474 50609 5 57 6 4 4280 1332 16 0 1 0 24890809 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24662/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 56.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 57.5162
CPU time (s): 56.2584
CPU user time (s): 42.8725
CPU system time (s): 13.386
CPU usage (%): 97.8131
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8725
system time used= 13.386
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52143
page faults= 62
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11311
involuntary context switches= 13345

runsolver used 0.073988 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 07:57:16
IDJOB=2083808
IDBENCH=57940
IDSOLVER=738
FILE ID=node8/2083808-1247378235
PBS_JOBID= 9507121
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= ed0064ec6f686799b617fe86f279a28f
RANDOM SEED=1895734707

node8.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:       1222488 kB
Buffers:          3816 kB
Cached:          30252 kB
SwapCached:          0 kB
Active:         772500 kB
Inactive:         8884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1222488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         767724 kB
Slab:            35472 kB
Committed_AS:   917624 kB
PageTables:       3456 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= 66276 MiB
End job on node8 at 2009-07-12 07:58:13