Trace number 207270

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, and are wall clock time (not CPU 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
CSP4J - Combo 2006-12-19SAT 61.3997 62.1048

DiagnosticValue
NODES1029

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-7.xml
MD5SUM7edaebac28aceb5d9a3e91647880067c
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.36264
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
Global constraints used (with number of constraints)

Solver Data (download as text)

62.04	v 2288 2428 2724 2804 -2636 -2344 2452 -2344 2876 2768 -2328 -2424 -2376 2224 -2344 -2688 2288 -2916 -2616 -2344 -2596 -2532 -2844 -2392 2748 2792 -2452 2380 2528 2328 2316 2624 -2848 2452 2240 2424 -2220 2340 2260 2264 -2688 2336 2648 -2832 -2700 -2220 -2352 2364 2804 2628 2836 2284 -2416 -2220 -2584 -2260 -2592 2424 2796 -2636 2844 -2668 -2264 -2504 -2312 2312 2872 -2916 2876 2868 -2544 -2596 2564 2576 -2552 -2616 2740 2344 -2784 -2512 2632 2780 2916 2260 -2688 -2324 2580 -2916 2916 -2344 2304 2908 -2876 2288 2500 -2504 2352 2916 2504 -2916 2836 -2304 2436 2628 -2620 -2292 2648 -2324 -2464 -2256 2552 -2916 2544 2220 2296 -2340 2520 -2392 2328 -2304 2808 -2648 2260 -2260 2916 -2412 -2680 2584 2560 -2220 2636 2444 -2504 -2344 2592 2260 2220 2660 -2264 2432 -2380 -2764 -2356 -2544 -2664 2604 2812 -2500 2876 -2304 2480 -2304 -2316 2876 -2652 -2772 2640 2916 -2912 2544 -2328 2876 2544 -2656 -2648 2336 -2352 -2260 2808 -2704 2648 2796 2544 2220 -2464 -2472 2252 2708 2824 -2392 -2804 -2248 -2476 -2388 2260 2272 -2344 -2612 2744 -2916 -2588 -2320 -2384 2688 2596 2876 -2504 -2376 2228 2484 2624 2424 2368 2684 2356 -2448 -2504 -2412 -2916 2876 -2540 2648 -2844 -2280 -2412 -2492 2688 -2460 -2488 2876 2220 -2304 2368 -2440 -2224 -2464 2352 2304 2496 -2304 -2876 2876 -2220 2280 2488 2268 -2884 -2556 -2456 -2536 2496 -2304 2516 2624 2876 -2916 -2876 2260 2296 -2688 
62.05	s SATISFIABLE
62.05	d NODES 1029

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-207270-1168180690 -o ROOT/results/node18/solver-207270-1168180690 -C 1800 -M 900 /tmp/evaluation/207270-1168180690/cspfj.sh -solver Combo -competition /tmp/evaluation/207270-1168180690/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.33 2.59 2.50 5/94 28463
/proc/meminfo: memFree=1123024/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 166463817 5480448 229 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 229 192 169 0 49 0
[pid=28464] ppid=28462 vsize=0 CPUtime=0
/proc/28464/stat : 28464 (dirname) D 28462 28462 28312 0 -1 4194308 128 0 0 0 0 0 0 0 22 0 1 0 166463817 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 1 0 0
/proc/28464/statm: 0 0 0 0 0 0 0

[startup+0.105665 s]
/proc/loadavg: 2.33 2.59 2.50 5/94 28463
/proc/meminfo: memFree=1123024/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513719 s]
/proc/loadavg: 2.33 2.59 2.50 5/94 28463
/proc/meminfo: memFree=1123024/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.3397 s]
/proc/loadavg: 2.33 2.59 2.50 5/102 28472
/proc/meminfo: memFree=1108048/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=865352 CPUtime=1.3
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 6201 0 1 0 123 7 0 0 23 0 8 0 166463818 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 216338 5904 1828 14 0 203600 0
[pid=28465/tid=28466] ppid=28462 vsize=865352 CPUtime=0.21
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 2153 0 0 0 20 1 0 0 16 0 8 0 166463821 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=865352 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=865352 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166463822 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=865352 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=865352 CPUtime=0.23
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 434 0 0 0 23 0 0 0 15 0 8 0 166463825 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=865352 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=865352 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 886120448 5904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 870704

[startup+2.99395 s]
/proc/loadavg: 2.33 2.59 2.50 4/102 28472
/proc/meminfo: memFree=1090000/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=865852 CPUtime=2.94
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 12292 0 1 0 278 16 0 0 25 0 8 0 166463818 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4073618466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 216463 11959 1828 14 0 203725 0
[pid=28465/tid=28466] ppid=28462 vsize=865852 CPUtime=0.53
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 7379 0 0 0 50 3 0 0 16 0 8 0 166463821 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=865852 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=865852 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166463822 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=865852 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=865852 CPUtime=0.31
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 546 0 0 0 30 1 0 0 15 0 8 0 166463825 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=865852 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=865852 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 886632448 11959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 871204

[startup+6.20625 s]
/proc/loadavg: 2.46 2.61 2.51 4/102 28472
/proc/meminfo: memFree=1053336/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=865968 CPUtime=6.12
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 18760 0 1 0 588 24 0 0 25 0 8 0 166463818 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074190442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 216492 18408 1833 14 0 203754 0
[pid=28465/tid=28466] ppid=28462 vsize=865968 CPUtime=0.87
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 13035 0 0 0 82 5 0 0 16 0 8 0 166463821 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166463822 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=865968 CPUtime=0.47
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 621 0 0 0 45 2 0 0 15 0 8 0 166463825 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 886751232 18408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 871320

[startup+12.6939 s]
/proc/loadavg: 2.50 2.62 2.51 4/102 28472
/proc/meminfo: memFree=1052440/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=865968 CPUtime=12.54
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 18973 0 1 0 1228 26 0 0 25 0 8 0 166463818 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074191778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 216492 18621 1833 14 0 203754 0
[pid=28465/tid=28466] ppid=28462 vsize=865968 CPUtime=0.87
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 13035 0 0 0 82 5 0 0 16 0 8 0 166463821 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166463822 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=865968 CPUtime=0.84
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 834 0 0 0 81 3 0 0 15 0 8 0 166463825 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=865968 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 886751232 18621 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 871320

[startup+25.5621 s]
/proc/loadavg: 2.61 2.64 2.52 4/102 28472
/proc/meminfo: memFree=1048472/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=866372 CPUtime=25.28
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 19999 0 1 0 2498 30 0 0 25 0 8 0 166463818 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074197645 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 216593 19646 1833 14 0 203855 0
[pid=28465/tid=28466] ppid=28462 vsize=866372 CPUtime=0.89
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 13549 0 0 0 84 5 0 0 16 0 8 0 166463821 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=866372 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=866372 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166463822 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=866372 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=866372 CPUtime=1.61
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 1342 0 0 0 156 5 0 0 15 0 8 0 166463825 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=866372 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=866372 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 887164928 19646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 871724

[startup+51.2306 s]
/proc/loadavg: 2.82 2.68 2.53 3/102 28472
/proc/meminfo: memFree=1025368/2055920 swapFree=4192812/4192956
[pid=28462] ppid=28460 vsize=5352 CPUtime=0
/proc/28462/stat : 28462 (cspfj.sh) S 28460 28462 28312 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 166463817 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28462/statm: 1338 240 201 169 0 49 0
[pid=28465] ppid=28462 vsize=868252 CPUtime=50.67
/proc/28465/stat : 28465 (java) R 28462 28462 28312 0 -1 0 25724 0 1 0 5028 39 0 0 25 0 8 0 166463818 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4079108746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 217063 25363 1835 14 0 204325 0
[pid=28465/tid=28466] ppid=28462 vsize=868252 CPUtime=1.37
/proc/28465/task/28466/stat : 28466 (java) S 28462 28462 28312 0 -1 64 18033 0 0 0 130 7 0 0 16 0 8 0 166463821 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28467] ppid=28462 vsize=868252 CPUtime=0
/proc/28465/task/28467/stat : 28467 (java) S 28462 28462 28312 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166463822 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28462 vsize=868252 CPUtime=0
/proc/28465/task/28468/stat : 28468 (java) S 28462 28462 28312 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166463822 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28462 vsize=868252 CPUtime=0
/proc/28465/task/28469/stat : 28469 (java) S 28462 28462 28312 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166463825 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28462 vsize=868252 CPUtime=2.58
/proc/28465/task/28470/stat : 28470 (java) S 28462 28462 28312 0 -1 64 2271 0 0 0 248 10 0 0 16 0 8 0 166463825 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28462 vsize=868252 CPUtime=0
/proc/28465/task/28471/stat : 28471 (java) S 28462 28462 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166463825 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28462 vsize=868252 CPUtime=0
/proc/28465/task/28472/stat : 28472 (java) S 28462 28462 28312 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166463825 889090048 25363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 873604

Child status: 0
Real time (s): 62.1048
CPU time (s): 61.3997
CPU user time (s): 60.8667
CPU system time (s): 0.532918
CPU usage (%): 98.8647
Max. virtual memory (cumulated for all children) (KiB): 874120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.8667
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26822
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10981
involuntary context switches= 13459

runsolver used 0.084987 s user time and 0.241963 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 14:38:11 UTC 2007


IDJOB= 207270
IDBENCH= 4280
FILE ID= node18/207270-1168180690

PBS_JOBID= 3478899

Free space on /tmp= 66287 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-7.xml
COMMAND LINE= /tmp/evaluation/207270-1168180690/cspfj.sh -solver Combo -competition /tmp/evaluation/207270-1168180690/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-207270-1168180690 -o ROOT/results/node18/solver-207270-1168180690 -C 1800 -M 900  /tmp/evaluation/207270-1168180690/cspfj.sh -solver Combo -competition /tmp/evaluation/207270-1168180690/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  7edaebac28aceb5d9a3e91647880067c

RANDOM SEED= 771642206

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1123440 kB
Buffers:         30804 kB
Cached:         186116 kB
SwapCached:          0 kB
Active:         728380 kB
Inactive:       144432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             656 kB
Writeback:           0 kB
Mapped:         681532 kB
Slab:            43308 kB
Committed_AS:  5218148 kB
PageTables:       3316 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= 66287 MiB



End job on node18 on Sun Jan  7 14:39:13 UTC 2007