Trace number 2116865

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
Choco2.1.1b 2009-07-16UNSAT 17.0314 17.0555

DiagnosticValue
CHECKS0
NODES123

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.4773
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

16.88/17.00	s UNSATISFIABLE
16.88/17.00	d AC 32
16.88/17.00	d RUNTIME 16.894
16.88/17.00	d NODES 123
16.88/17.00	d NODES/s 7
16.88/17.00	d BACKTRACKS 743
16.88/17.00	d BACKTRACKS/s 44
16.88/17.00	d CHECKS 0
16.88/17.00	d CHECKS/s 0
16.88/17.00	c UNSAT 16.894 TIME      123 NDS    1092 PARSTIME      810 BUILDPB       1179 CONFIG        13813 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2116865-1248032664/watcher-2116865-1248032664 -o /tmp/evaluation-result-2116865-1248032664/solver-2116865-1248032664 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116865-1248032664.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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: 2.15 2.07 2.00 4/80 26546
/proc/meminfo: memFree=873744/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=1616 CPUtime=0
/proc/26546/stat : 26546 (java) R 26544 26546 25436 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 90332425 1654784 161 996147200 134512640 134550932 4294956064 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26546/statm: 404 161 124 9 0 46 0

[startup+0.0114859 s]
/proc/loadavg: 2.15 2.07 2.00 4/80 26546
/proc/meminfo: memFree=873744/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=10676 CPUtime=0
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 90332425 10932224 488 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 2669 496 213 9 0 1184 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10676

[startup+0.101497 s]
/proc/loadavg: 2.15 2.07 2.00 4/80 26546
/proc/meminfo: memFree=873744/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=864104 CPUtime=0.09
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 3848 0 1 0 7 2 0 0 18 0 9 0 90332425 884842496 3302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216026 3302 1732 9 0 210495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864104

[startup+0.30152 s]
/proc/loadavg: 2.15 2.07 2.00 4/80 26546
/proc/meminfo: memFree=873744/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=864888 CPUtime=0.29
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 5002 0 1 0 26 3 0 0 18 0 9 0 90332425 885645312 4427 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216222 4428 1859 9 0 210691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864888

[startup+0.701569 s]
/proc/loadavg: 2.15 2.07 2.00 4/80 26546
/proc/meminfo: memFree=873744/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865020 CPUtime=0.68
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 9070 0 1 0 64 4 0 0 18 0 9 0 90332425 885780480 8484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216255 8484 1901 9 0 210724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865020

[startup+1.50267 s]
/proc/loadavg: 2.15 2.07 2.00 3/89 26555
/proc/meminfo: memFree=826312/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865144 CPUtime=1.49
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 19387 0 1 0 139 10 0 0 18 0 9 0 90332425 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216286 18777 1963 9 0 210755 0
[pid=26546/tid=26548] ppid=26544 vsize=865144 CPUtime=1.13
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14550 0 1 0 105 8 0 0 25 0 9 0 90332426 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4126362952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865144 CPUtime=0.09
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 3493 0 0 0 9 0 0 0 17 0 9 0 90332428 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865144 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865144 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865144 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865144 CPUtime=0.24
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 612 0 0 0 24 0 0 0 16 0 9 0 90332430 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865144 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865144 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 885907456 18777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 865144

[startup+3.10286 s]
/proc/loadavg: 2.15 2.07 2.00 3/89 26555
/proc/meminfo: memFree=784008/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=3.08
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 29591 0 1 0 294 14 0 0 18 0 9 0 90332425 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 28965 1987 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=2.33
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14837 0 1 0 225 8 0 0 25 0 9 0 90332426 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4127332918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.36
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 13332 0 0 0 32 4 0 0 17 0 9 0 90332428 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.36
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 690 0 0 0 36 0 0 0 15 0 9 0 90332430 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 28965 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 865272

[startup+6.30125 s]
/proc/loadavg: 2.30 2.10 2.01 3/89 26555
/proc/meminfo: memFree=737800/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=6.28
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 36379 0 1 0 611 17 0 0 18 0 9 0 90332425 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 35749 1987 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=5.39
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14853 0 1 0 531 8 0 0 25 0 9 0 90332426 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4127225600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.49
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 20097 0 0 0 42 7 0 0 17 0 9 0 90332428 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.37
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 697 0 0 0 37 0 0 0 15 0 9 0 90332430 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 35749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 865272

[startup+12.702 s]
/proc/loadavg: 2.27 2.10 2.01 3/89 26555
/proc/meminfo: memFree=649864/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=12.68
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 58377 0 1 0 1242 26 0 0 18 0 9 0 90332425 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 57743 1987 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=11.63
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14857 0 1 0 1155 8 0 0 25 0 9 0 90332426 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4126626572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.64
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 42087 0 0 0 48 16 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.38
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 701 0 0 0 38 0 0 0 16 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 865272

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

[startup+14.3062 s]
/proc/loadavg: 2.25 2.10 2.01 3/89 26555
/proc/meminfo: memFree=649864/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=14.28
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 58377 0 1 0 1402 26 0 0 18 0 9 0 90332425 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 57743 1987 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=13.24
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14857 0 1 0 1316 8 0 0 25 0 9 0 90332426 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4127215799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.64
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 42087 0 0 0 48 16 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.38
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 701 0 0 0 38 0 0 0 16 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 57743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 865272

[startup+15.9014 s]
/proc/loadavg: 2.25 2.10 2.01 3/89 26555
/proc/meminfo: memFree=606024/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=15.88
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 69366 0 1 0 1557 31 0 0 18 0 9 0 90332425 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 68731 1989 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=14.73
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14874 0 1 0 1465 8 0 0 25 0 9 0 90332426 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.71
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 53046 0 0 0 51 20 0 0 16 0 9 0 90332428 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.4
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 714 0 0 0 40 0 0 0 15 0 9 0 90332430 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 68731 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 865272

[startup+16.7025 s]
/proc/loadavg: 2.25 2.10 2.01 3/89 26555
/proc/meminfo: memFree=605896/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=16.68
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 69373 0 1 0 1637 31 0 0 18 0 9 0 90332425 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 68737 1989 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=15.52
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14875 0 1 0 1544 8 0 0 25 0 9 0 90332426 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4127451248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.71
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 53046 0 0 0 51 20 0 0 17 0 9 0 90332428 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.41
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 720 0 0 0 41 0 0 0 15 0 9 0 90332430 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 68737 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 865272

[startup+16.9025 s]
/proc/loadavg: 2.25 2.10 2.01 3/89 26555
/proc/meminfo: memFree=605896/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=16.88
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 69377 0 1 0 1657 31 0 0 18 0 9 0 90332425 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 68741 1989 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=15.72
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14875 0 1 0 1564 8 0 0 25 0 9 0 90332426 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4127230896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.71
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 53046 0 0 0 51 20 0 0 17 0 9 0 90332428 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 90332430 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865272 CPUtime=0.41
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 724 0 0 0 41 0 0 0 16 0 9 0 90332430 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332430 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332430 886038528 68741 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.88
Current children cumulated vsize (KiB) 865272

[startup+17.0025 s]
/proc/loadavg: 2.25 2.10 2.01 3/89 26555
/proc/meminfo: memFree=605896/2055920 swapFree=4192812/4192956
[pid=26546] ppid=26544 vsize=865272 CPUtime=16.98
/proc/26546/stat : 26546 (java) S 26544 26546 25436 0 -1 0 69387 0 1 0 1667 31 0 0 18 0 9 0 90332425 886038528 68750 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26546/statm: 216318 68750 1992 9 0 210787 0
[pid=26546/tid=26548] ppid=26544 vsize=865272 CPUtime=15.83
/proc/26546/task/26548/stat : 26548 (java) R 26544 26546 25436 0 -1 64 14884 0 1 0 1574 9 0 0 25 0 9 0 90332426 886038528 68750 996147200 134512640 134550932 4294955888 18446744073709551615 104302398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26549] ppid=26544 vsize=865272 CPUtime=0.71
/proc/26546/task/26549/stat : 26549 (java) S 26544 26546 25436 0 -1 64 53046 0 0 0 51 20 0 0 17 0 9 0 90332428 886038528 68751 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26550] ppid=26544 vsize=865272 CPUtime=0
/proc/26546/task/26550/stat : 26550 (java) S 26544 26546 25436 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90332428 886038528 68751 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26551] ppid=26544 vsize=865596 CPUtime=0
/proc/26546/task/26551/stat : 26551 (java) S 26544 26546 25436 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 90332428 886370304 68752 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26552] ppid=26544 vsize=865596 CPUtime=0
/proc/26546/task/26552/stat : 26552 (java) S 26544 26546 25436 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 90332430 886370304 68753 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26553] ppid=26544 vsize=865596 CPUtime=0.41
/proc/26546/task/26553/stat : 26553 (java) S 26544 26546 25436 0 -1 64 725 0 0 0 41 0 0 0 15 0 10 0 90332430 886370304 68754 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26554] ppid=26544 vsize=865596 CPUtime=0
/proc/26546/task/26554/stat : 26554 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 90332430 886370304 68756 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26546/tid=26555] ppid=26544 vsize=865596 CPUtime=0
/proc/26546/task/26555/stat : 26555 (java) S 26544 26546 25436 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 90332430 886370304 68756 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.98
Current children cumulated vsize (KiB) 865272

Child status: 0
Real time (s): 17.0555
CPU time (s): 17.0314
CPU user time (s): 16.6755
CPU system time (s): 0.355945
CPU usage (%): 99.859
Max. virtual memory (cumulated for all children) (KiB): 865272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6755
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69404
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= 2730
involuntary context switches= 2700

runsolver used 0.028995 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-19 21:44:24
IDJOB=2116865
IDBENCH=57975
IDSOLVER=780
FILE ID=node33/2116865-1248032664
PBS_JOBID= 9528981
Free space on /tmp= 66404 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-7.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2116865-1248032664/watcher-2116865-1248032664 -o /tmp/evaluation-result-2116865-1248032664/solver-2116865-1248032664 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116865-1248032664.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=1493837163

node33.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.229
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.229
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:        874224 kB
Buffers:        100220 kB
Cached:         905636 kB
SwapCached:          0 kB
Active:         272876 kB
Inactive:       811944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6212 kB
Writeback:           0 kB
Mapped:          96856 kB
Slab:            82016 kB
Committed_AS:  1323632 kB
PageTables:       1916 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= 66400 MiB
End job on node33 at 2009-07-19 21:44:41