Trace number 209205

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 53.5399 53.9444

DiagnosticValue
NODES302

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-7.xml
MD5SUM336f9727f83de4902cc9d6bc31a3cb37
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.9597
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

53.90	v -2316 2608 -2612 2432 -2392 2248 2452 -2364 -2384 -2408 2288 -2240 -2240 2432 2608 2504 2364 -2576 2644 2584 -2160 2440 2208 -2292 2600 2316 -2372 -2524 -2216 -2392 2252 2504 -2572 -2448 -2592 2564 2536 -2416 2204 2580 2276 2388 -2292 2196 2176 2528 -2564 2164 2168 2280 -2640 2524 -2172 -2564 -2404 -2348 2568 -2456 -2568 2340 2464 2592 -2524 -2272 2404 2464 2460 2548 -2440 -2480 2460 2428 2608 2600 -2496 -2280 -2452 -2608 -2228 2556 -2168 2468 2284 -2324 -2200 -2612 -2492 2512 2572 -2220 2384 -2384 2612 -2568 2520 -2512 -2572 2204 2484 -2628 2372 -2568 2360 2528 -2320 -2208 -2564 -2340 2604 -2400 2524 -2656 2296 2496 -2504 -2344 2652 -2472 -2220 2580 2408 -2600 2260 -2224 2292 -2648 2640 2544 -2264 -2392 2444 -2568 -2636 2404 -2464 2544 2628 2552 -2228 -2404 2188 2428 2616 2400 2620 2160 -2172 2308 -2276 -2556 2536 2312 -2620 2516 2568 -2568 2540 -2236 -2576 2560 -2552 2244 -2564 -2204 -2332 2208 -2364 2560 -2360 -2180 -2320 2456 -2608 -2456 -2368 -2604 2412 2588 -2608 2568 2300 2500 -2552 -2532 -2560 -2600 -2212 -2260 -2172 2528 -2580 2552 2648 2168 -2580 2348 -2364 2452 2556 -2252 2520 2600 2404 -2560 -2480 -2504 -2540 2440 -2360 -2560 -2164 2440 -2236 -2528 -2596 -2552 -2560 -2448 -2400 2588 2416 -2220 -2588 2644 -2324 2592 2520 2352 2556 -2488 2608 2200 -2588 -2444 -2480 2596 -2408 -2380 -2344 -2232 2628 2236 2332 -2336 2268 -2612 -2656 2512 -2600 -2596 -2584 2604 -2472 -2600 2180 -2424 2448 2524 2640 -2360 2380 2596 -2616 2604 2408 2312 -2608 2396 -2412 -2572 -2412 2276 2500 2452 2652 2212 -2468 -2612 -2464 -2432 2616 2432 2356 -2212 -2252 2300 -2236 2420 2272 2392 -2624 -2196 2640 -2568 2320 -2600 2352 2564 2504 -2436 
53.90	s SATISFIABLE
53.90	d NODES 302

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/node26/watcher-209205-1168191927 -o ROOT/results/node26/solver-209205-1168191927 -C 1800 -M 900 /tmp/evaluation/209205-1168191927/cspfj.sh -competition /tmp/evaluation/209205-1168191927/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.74 2.72 2.52 5/94 25392
/proc/meminfo: memFree=1259608/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=18540 CPUtime=0
/proc/25391/stat : 25391 (runsolver) R 25389 25391 24735 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 167587060 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25391/statm: 4635 279 244 17 0 2626 0

[startup+0.11103 s]
/proc/loadavg: 2.74 2.72 2.52 5/94 25392
/proc/meminfo: memFree=1259608/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.519064 s]
/proc/loadavg: 2.74 2.72 2.52 5/94 25392
/proc/meminfo: memFree=1259608/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34414 s]
/proc/loadavg: 2.68 2.71 2.52 3/102 25401
/proc/meminfo: memFree=1246616/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=865656 CPUtime=1.28
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 5730 0 1 0 121 7 0 0 24 0 8 0 167587061 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072917084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 216414 5433 1828 14 0 203676 0
[pid=25394/tid=25395] ppid=25391 vsize=865656 CPUtime=0.13
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 1629 0 0 0 13 0 0 0 16 0 8 0 167587067 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=865656 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167587067 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=865656 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167587067 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=865656 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=865656 CPUtime=0.25
/proc/25394/task/25399/stat : 25399 (java) S 25391 25391 24735 0 -1 64 519 0 0 0 24 1 0 0 15 0 8 0 167587071 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=865656 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=865656 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 886431744 5433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 871008

[startup+2.9983 s]
/proc/loadavg: 2.68 2.71 2.52 4/102 25401
/proc/meminfo: memFree=1235864/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=865848 CPUtime=2.92
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 9756 0 1 0 279 13 0 0 25 0 8 0 167587061 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073566348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 216462 9411 1828 14 0 203724 0
[pid=25394/tid=25395] ppid=25391 vsize=865848 CPUtime=0.39
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 4941 0 0 0 37 2 0 0 16 0 8 0 167587067 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=865848 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167587067 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=865848 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167587067 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=865848 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=865848 CPUtime=0.32
/proc/25394/task/25399/stat : 25399 (java) S 25391 25391 24735 0 -1 64 551 0 0 0 31 1 0 0 15 0 8 0 167587071 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=865848 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=865848 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 886628352 9411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 871200

[startup+6.1986 s]
/proc/loadavg: 2.68 2.71 2.52 4/102 25401
/proc/meminfo: memFree=1203992/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=866060 CPUtime=6.08
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 16827 0 1 0 585 23 0 0 25 0 8 0 167587061 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073566407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 216515 16448 1828 14 0 203777 0
[pid=25394/tid=25395] ppid=25391 vsize=866060 CPUtime=0.95
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 10755 0 0 0 91 4 0 0 16 0 8 0 167587067 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167587067 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167587067 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=866060 CPUtime=0.38
/proc/25394/task/25399/stat : 25399 (java) S 25391 25391 24735 0 -1 64 572 0 0 0 37 1 0 0 15 0 8 0 167587071 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 886845440 16448 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 871412

[startup+12.6082 s]
/proc/loadavg: 2.65 2.70 2.52 3/102 25401
/proc/meminfo: memFree=1183704/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=866060 CPUtime=12.42
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 20432 0 1 0 1210 32 0 0 25 0 8 0 167587061 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074198777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 216515 20041 1833 14 0 203777 0
[pid=25394/tid=25395] ppid=25391 vsize=866060 CPUtime=1.06
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 13662 0 0 0 100 6 0 0 16 0 8 0 167587067 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167587067 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167587067 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=866060 CPUtime=0.96
/proc/25394/task/25399/stat : 25399 (java) S 25391 25391 24735 0 -1 64 893 0 0 0 92 4 0 0 15 0 8 0 167587071 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=866060 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 886845440 20041 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 871412

[startup+25.4722 s]
/proc/loadavg: 2.55 2.67 2.51 4/102 25401
/proc/meminfo: memFree=1175896/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=867388 CPUtime=25.22
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 22142 0 1 0 2479 43 0 0 25 0 8 0 167587061 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072943240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 216847 21750 1833 14 0 204109 0
[pid=25394/tid=25395] ppid=25391 vsize=867388 CPUtime=1.08
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 14184 0 0 0 102 6 0 0 16 0 8 0 167587067 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=867388 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167587067 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=867388 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167587067 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=867388 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=867388 CPUtime=2.42
/proc/25394/task/25399/stat : 25399 (java) R 25391 25391 24735 0 -1 64 2067 0 0 0 230 12 0 0 15 0 8 0 167587071 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153066206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=867388 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=867388 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 888205312 21750 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 872740

[startup+51.1336 s]
/proc/loadavg: 2.33 2.61 2.49 3/102 25401
/proc/meminfo: memFree=1141784/2055920 swapFree=4192812/4192956
[pid=25391] ppid=25389 vsize=5352 CPUtime=0
/proc/25391/stat : 25391 (cspfj.sh) S 25389 25391 24735 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 167587060 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25391/statm: 1338 240 201 169 0 49 0
[pid=25394] ppid=25391 vsize=869588 CPUtime=50.74
/proc/25394/stat : 25394 (java) R 25391 25391 24735 0 -1 0 28359 0 1 0 5017 57 0 0 25 0 8 0 167587061 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074200171 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 217397 27891 1833 14 0 204659 0
[pid=25394/tid=25395] ppid=25391 vsize=869588 CPUtime=1.57
/proc/25394/task/25395/stat : 25395 (java) S 25391 25391 24735 0 -1 64 18566 0 0 0 148 9 0 0 16 0 8 0 167587067 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25396] ppid=25391 vsize=869588 CPUtime=0
/proc/25394/task/25396/stat : 25396 (java) S 25391 25391 24735 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167587067 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25397] ppid=25391 vsize=869588 CPUtime=0
/proc/25394/task/25397/stat : 25397 (java) S 25391 25391 24735 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 167587067 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25398] ppid=25391 vsize=869588 CPUtime=0
/proc/25394/task/25398/stat : 25398 (java) S 25391 25391 24735 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 167587071 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25399] ppid=25391 vsize=869588 CPUtime=4.25
/proc/25394/task/25399/stat : 25399 (java) S 25391 25391 24735 0 -1 64 3560 0 0 0 403 22 0 0 16 0 8 0 167587071 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25400] ppid=25391 vsize=869588 CPUtime=0
/proc/25394/task/25400/stat : 25400 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167587071 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25394/tid=25401] ppid=25391 vsize=869588 CPUtime=0
/proc/25394/task/25401/stat : 25401 (java) S 25391 25391 24735 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167587071 890458112 27891 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 874940

Child status: 0
Real time (s): 53.9444
CPU time (s): 53.5399
CPU user time (s): 52.937
CPU system time (s): 0.602908
CPU usage (%): 99.2501
Max. virtual memory (cumulated for all children) (KiB): 875456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.937
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29652
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= 16811
involuntary context switches= 19010

runsolver used 0.078987 s user time and 0.183972 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Jan  7 17:45:27 UTC 2007


IDJOB= 209205
IDBENCH= 4502
FILE ID= node26/209205-1168191927

PBS_JOBID= 3479262

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp03/fapp03-0300-7.xml
COMMAND LINE= /tmp/evaluation/209205-1168191927/cspfj.sh -competition /tmp/evaluation/209205-1168191927/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-209205-1168191927 -o ROOT/results/node26/solver-209205-1168191927 -C 1800 -M 900  /tmp/evaluation/209205-1168191927/cspfj.sh -competition /tmp/evaluation/209205-1168191927/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  336f9727f83de4902cc9d6bc31a3cb37

RANDOM SEED= 161726367

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.236
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.236
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:       1260088 kB
Buffers:         52052 kB
Cached:         340920 kB
SwapCached:          0 kB
Active:         430656 kB
Inactive:       302184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:         367832 kB
Slab:            47048 kB
Committed_AS:  4003584 kB
PageTables:       2908 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= 66536 MiB



End job on node26 on Sun Jan  7 17:46:22 UTC 2007