Trace number 207351

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 - MAC 2006-12-19SAT 73.0539 73.7903

DiagnosticValue
NODES252

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-8.xml
MD5SUMb94ecdf6e6e13f4495fb03eb509bf2ac
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.36564
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)

73.71	v -2312 2328 -2852 2796 2512 2352 -2508 2352 -2504 -2780 2368 2460 -2304 2372 2352 2592 -2260 2828 2604 -2392 2664 2556 -2852 -2400 2808 -2808 2528 2352 2492 -2276 -2280 -2564 2284 2416 2468 2544 2292 -2392 -2252 -2312 2644 2264 -2632 -2848 2716 -2244 2352 -2332 2812 -2760 -2868 2300 2492 -2284 2600 2320 2728 2480 -2892 -2704 -2752 2720 2332 2688 2272 2360 2792 -2292 -2832 2816 2688 -2592 -2664 2504 -2688 -2544 -2892 -2352 2700 2464 2628 -2852 2864 2320 2600 2260 2544 -2628 -2676 -2320 2312 2776 -2868 2316 2540 2684 -2400 2660 -2648 2628 -2852 2348 2500 2744 -2504 -2368 2676 2372 -2520 2292 -2424 2800 2644 2376 -2252 -2392 2568 2440 2220 -2392 -2820 2536 2284 2336 2908 2548 2632 -2604 -2528 2416 -2552 2764 2544 -2388 -2588 2376 2296 2756 -2336 -2580 2352 -2756 -2320 -2504 -2728 -2624 2504 2500 -2636 2352 -2420 -2392 2468 -2552 -2648 2544 -2592 -2592 2832 2648 2316 -2700 -2644 -2644 2596 -2436 -2440 2324 2324 -2872 2604 2908 2528 -2280 2584 -2620 2328 -2848 -2740 -2312 -2712 -2272 -2460 2368 2336 2312 -2324 2688 -2832 -2632 2784 -2276 2440 2576 2552 -2672 -2568 -2452 -2224 -2724 2768 -2480 2328 2892 -2428 2448 2684 2456 -2544 2588 -2540 -2560 2616 2428 2488 2516 -2636 -2500 -2488 -2252 -2292 2364 2356 2460 -2272 -2500 2400 -2376 2656 -2392 2668 -2840 2280 -2236 -2532 2264 -2656 2592 -2616 2432 -2472 2360 2632 2640 -2868 -2792 2824 -2332 2396 2636 
73.71	s SATISFIABLE
73.71	d NODES 252

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/node16/watcher-207351-1168181399 -o ROOT/results/node16/solver-207351-1168181399 -C 1800 -M 900 /tmp/evaluation/207351-1168181399/cspfj.sh -competition /tmp/evaluation/207351-1168181399/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.00 2.00 2.00 5/89 21639
/proc/meminfo: memFree=1717696/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 166534832 5480448 229 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 229 192 169 0 49 0
[pid=21640] ppid=21638 vsize=0 CPUtime=0
/proc/21640/stat : 21640 (dirname) R 21638 21638 21072 0 -1 4194308 128 0 0 0 0 0 0 0 21 0 1 0 166534832 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21640/statm: 0 0 0 0 0 0 0

[startup+0.109149 s]
/proc/loadavg: 2.00 2.00 2.00 5/89 21639
/proc/meminfo: memFree=1717696/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.517073 s]
/proc/loadavg: 2.00 2.00 2.00 5/89 21639
/proc/meminfo: memFree=1717696/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33893 s]
/proc/loadavg: 2.00 2.00 2.00 4/97 21648
/proc/meminfo: memFree=1701824/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=865652 CPUtime=1.3
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 6581 0 1 0 124 6 0 0 24 0 8 0 166534833 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4153894071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216413 6281 1828 14 0 203675 0
[pid=21641/tid=21642] ppid=21638 vsize=865652 CPUtime=0.17
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 2406 0 0 0 16 1 0 0 16 0 8 0 166534836 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=865652 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=865652 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166534837 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=865652 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=865652 CPUtime=0.24
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 518 0 0 0 23 1 0 0 15 0 8 0 166534840 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=865652 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 886427648 6281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=865652 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 886427648 6281 18446744073709551615 134512640 134570532 4294956512 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) 871004

[startup+2.98863 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 21648
/proc/meminfo: memFree=1684800/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=865904 CPUtime=2.93
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 13057 0 1 0 279 14 0 0 25 0 8 0 166534833 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4072944598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216476 12721 1828 14 0 203738 0
[pid=21641/tid=21642] ppid=21638 vsize=865904 CPUtime=0.46
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 8098 0 0 0 42 4 0 0 16 0 8 0 166534836 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=865904 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=865904 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166534837 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=865904 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=865904 CPUtime=0.3
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 551 0 0 0 29 1 0 0 15 0 8 0 166534840 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=865904 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=865904 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 886685696 12721 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 871256

[startup+6.20503 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 21648
/proc/meminfo: memFree=1650880/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=865976 CPUtime=6.12
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 18740 0 1 0 592 20 0 0 25 0 8 0 166534833 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074394547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216494 18388 1833 14 0 203756 0
[pid=21641/tid=21642] ppid=21638 vsize=865976 CPUtime=0.72
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 13005 0 0 0 67 5 0 0 16 0 8 0 166534836 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166534837 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=865976 CPUtime=0.46
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 630 0 0 0 44 2 0 0 15 0 8 0 166534840 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 886759424 18388 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 886759424 18388 18446744073709551615 134512640 134570532 4294956512 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) 871328

[startup+12.6809 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 21648
/proc/meminfo: memFree=1650048/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=865976 CPUtime=12.53
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 18959 0 1 0 1231 22 0 0 25 0 8 0 166534833 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074190524 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216494 18607 1833 14 0 203756 0
[pid=21641/tid=21642] ppid=21638 vsize=865976 CPUtime=0.72
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 13005 0 0 0 67 5 0 0 16 0 8 0 166534836 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166534837 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=865976 CPUtime=0.82
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 849 0 0 0 79 3 0 0 15 0 8 0 166534840 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=865976 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 886759424 18607 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 871328

[startup+25.5555 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 21648
/proc/meminfo: memFree=1646016/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=866372 CPUtime=25.29
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 19997 0 1 0 2502 27 0 0 25 0 8 0 166534833 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074192013 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216593 19644 1833 14 0 203855 0
[pid=21641/tid=21642] ppid=21638 vsize=866372 CPUtime=0.74
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 13507 0 0 0 68 6 0 0 16 0 8 0 166534836 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=866372 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=866372 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166534837 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=866372 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=866372 CPUtime=1.61
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 1379 0 0 0 154 7 0 0 16 0 8 0 166534840 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=866372 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=866372 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 887164928 19644 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 871724

[startup+51.1869 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 21648
/proc/meminfo: memFree=1623680/2055920 swapFree=4191880/4192956
[pid=21638] ppid=21636 vsize=5352 CPUtime=0
/proc/21638/stat : 21638 (cspfj.sh) S 21636 21638 21072 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 166534832 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21638/statm: 1338 240 201 169 0 49 0
[pid=21641] ppid=21638 vsize=867772 CPUtime=50.68
/proc/21641/stat : 21641 (java) R 21638 21638 21072 0 -1 0 25535 0 1 0 5034 34 0 0 25 0 8 0 166534833 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4079117543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21641/statm: 216943 25178 1833 14 0 204205 0
[pid=21641/tid=21642] ppid=21638 vsize=867772 CPUtime=1.09
/proc/21641/task/21642/stat : 21642 (java) S 21638 21638 21072 0 -1 64 18039 0 0 0 101 8 0 0 16 0 8 0 166534836 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21643] ppid=21638 vsize=867772 CPUtime=0
/proc/21641/task/21643/stat : 21643 (java) S 21638 21638 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 166534837 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21644] ppid=21638 vsize=867772 CPUtime=0
/proc/21641/task/21644/stat : 21644 (java) S 21638 21638 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166534837 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21645] ppid=21638 vsize=867772 CPUtime=0
/proc/21641/task/21645/stat : 21645 (java) S 21638 21638 21072 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 166534840 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21646] ppid=21638 vsize=867772 CPUtime=2.52
/proc/21641/task/21646/stat : 21646 (java) S 21638 21638 21072 0 -1 64 2118 0 0 0 241 11 0 0 16 0 8 0 166534840 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21647] ppid=21638 vsize=867772 CPUtime=0
/proc/21641/task/21647/stat : 21647 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166534840 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21641/tid=21648] ppid=21638 vsize=867772 CPUtime=0
/proc/21641/task/21648/stat : 21648 (java) S 21638 21638 21072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166534840 888598528 25178 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 873124

Child status: 0
Real time (s): 73.7903
CPU time (s): 73.0539
CPU user time (s): 72.683
CPU system time (s): 0.370943
CPU usage (%): 99.0021
Max. virtual memory (cumulated for all children) (KiB): 873640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.683
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26022
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= 11185
involuntary context switches= 12393

runsolver used 0.112982 s user time and 0.231964 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 14:50:00 UTC 2007


IDJOB= 207351
IDBENCH= 4285
FILE ID= node16/207351-1168181399

PBS_JOBID= 3478866

Free space on /tmp= 66514 MiB

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

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  b94ecdf6e6e13f4495fb03eb509bf2ac

RANDOM SEED= 353156690

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.220
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.220
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:       1718176 kB
Buffers:         22644 kB
Cached:         160212 kB
SwapCached:        268 kB
Active:         171872 kB
Inactive:       114360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718176 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             528 kB
Writeback:           0 kB
Mapped:         122972 kB
Slab:            36128 kB
Committed_AS:  4453228 kB
PageTables:       2468 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= 66514 MiB



End job on node16 on Sun Jan  7 14:51:14 UTC 2007