Trace number 2116874

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 16.8474 16.866

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-5.xml
MD5SUMd0d281a31a6244200294b112f64d2b20
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 benchmark16.8474
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data

16.68/16.79	s UNSATISFIABLE
16.68/16.79	d AC 32
16.68/16.79	d RUNTIME 16.692
16.68/16.79	d NODES 0
16.68/16.79	d NODES/s 0
16.68/16.79	d BACKTRACKS 0
16.68/16.79	d BACKTRACKS/s 0
16.68/16.79	d CHECKS 0
16.68/16.79	d CHECKS/s 0
16.68/16.79	c UNSAT 16.692 TIME      0 NDS    5103 PARSTIME      4426 BUILDPB       6617 CONFIG        546 RES       false RESTART       0 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-2116874-1248032682/watcher-2116874-1248032682 -o /tmp/evaluation-result-2116874-1248032682/solver-2116874-1248032682 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116874-1248032682.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.13 2.04 1.95 4/80 23440
/proc/meminfo: memFree=845472/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=152 CPUtime=0
/proc/23440/stat : 23440 (java) R 23438 23440 22897 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 90332054 155648 26 996147200 134512640 134550932 4294955888 18446744073709551615 4727083 0 0 4096 0 0 0 0 17 0 0 0
/proc/23440/statm: 38 26 19 9 0 4 0

[startup+0.0503119 s]
/proc/loadavg: 2.13 2.04 1.95 4/80 23440
/proc/meminfo: memFree=845472/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=861892 CPUtime=0.03
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 2717 0 1 0 2 1 0 0 18 0 9 0 90332054 882577408 2246 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 215473 2246 1117 9 0 210343 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861892

[startup+0.101322 s]
/proc/loadavg: 2.13 2.04 1.95 4/80 23440
/proc/meminfo: memFree=845472/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=864092 CPUtime=0.09
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 3902 0 1 0 7 2 0 0 18 0 9 0 90332054 884830208 3349 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216023 3349 1750 9 0 210492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864092

[startup+0.301358 s]
/proc/loadavg: 2.13 2.04 1.95 4/80 23440
/proc/meminfo: memFree=845472/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=864988 CPUtime=0.29
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 4996 0 1 0 26 3 0 0 18 0 9 0 90332054 885747712 4421 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216247 4421 1858 9 0 210716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864988

[startup+0.701431 s]
/proc/loadavg: 2.13 2.04 1.95 4/80 23440
/proc/meminfo: memFree=845472/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=864988 CPUtime=0.68
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 12351 0 1 0 61 7 0 0 18 0 9 0 90332054 885747712 11776 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216247 11777 1859 9 0 210716 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864988

[startup+1.50258 s]
/proc/loadavg: 2.12 2.04 1.95 4/89 23449
/proc/meminfo: memFree=755288/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=864988 CPUtime=1.49
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 26251 0 1 0 136 13 0 0 18 0 9 0 90332054 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216247 25670 1881 9 0 210716 0
[pid=23440/tid=23442] ppid=23438 vsize=864988 CPUtime=1.16
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14196 0 1 0 108 8 0 0 25 0 9 0 90332055 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4126656166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=864988 CPUtime=0.16
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 10792 0 0 0 13 3 0 0 18 0 9 0 90332056 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332056 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=864988 CPUtime=0.13
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 90332058 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885747712 25670 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885747712 25670 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) 864988

[startup+3.10187 s]
/proc/loadavg: 2.12 2.04 1.95 3/89 23449
/proc/meminfo: memFree=704728/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=864988 CPUtime=3.08
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 38969 0 1 0 290 18 0 0 18 0 9 0 90332054 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216247 38378 1912 9 0 210716 0
[pid=23440/tid=23442] ppid=23438 vsize=864988 CPUtime=2.33
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14296 0 1 0 225 8 0 0 25 0 9 0 90332055 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4126639564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=864988 CPUtime=0.53
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 23365 0 0 0 45 8 0 0 17 0 9 0 90332056 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90332056 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=864988 CPUtime=0.19
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 574 0 0 0 19 0 0 0 15 0 9 0 90332058 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885747712 38378 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=864988 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885747712 38378 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) 864988

[startup+6.30245 s]
/proc/loadavg: 2.12 2.04 1.95 3/89 23449
/proc/meminfo: memFree=680280/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=6.29
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 48469 0 1 0 606 23 0 0 18 0 9 0 90332054 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 47850 1965 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=4.99
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14551 0 1 0 491 8 0 0 25 0 9 0 90332055 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4126363032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=0.99
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 32548 0 0 0 87 12 0 0 17 0 9 0 90332056 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.26
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 635 0 0 0 26 0 0 0 15 0 9 0 90332058 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 47850 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 865156

[startup+12.7026 s]
/proc/loadavg: 2.10 2.04 1.95 3/89 23449
/proc/meminfo: memFree=494360/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=12.68
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 90138 0 1 0 1230 38 0 0 18 0 9 0 90332054 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 89496 1987 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=10.03
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14811 0 1 0 994 9 0 0 25 0 9 0 90332055 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 102096591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=2.28
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 73913 0 0 0 201 27 0 0 17 0 9 0 90332056 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.34
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 679 0 0 0 33 1 0 0 15 0 9 0 90332058 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 89496 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 89496 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) 865156

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

[startup+14.3069 s]
/proc/loadavg: 2.10 2.04 1.95 3/89 23449
/proc/meminfo: memFree=481752/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=14.29
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 93296 0 1 0 1389 40 0 0 18 0 9 0 90332054 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 92651 1988 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=11.17
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14823 0 1 0 1108 9 0 0 25 0 9 0 90332055 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 103821129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=2.71
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 77036 0 0 0 243 28 0 0 17 0 9 0 90332056 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.38
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 702 0 0 0 37 1 0 0 16 0 9 0 90332058 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 92651 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 865156

[startup+15.9022 s]
/proc/loadavg: 2.10 2.04 1.95 4/89 23449
/proc/meminfo: memFree=464024/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=15.88
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 98459 0 1 0 1546 42 0 0 18 0 9 0 90332054 885919744 97810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 97810 1990 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=12.39
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14838 0 1 0 1230 9 0 0 25 0 9 0 90332055 885919744 97810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=3.04
/proc/23440/task/23443/stat : 23443 (java) R 23438 23440 22897 0 -1 64 82150 0 0 0 274 30 0 0 17 0 9 0 90332056 885919744 97810 996147200 134512640 134550932 4294955888 18446744073709551615 104194339 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 97810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 97810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 97811 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.43
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 736 0 0 0 42 1 0 0 15 0 9 0 90332058 885919744 97811 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 97811 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 97811 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) 865156

[startup+16.3023 s]
/proc/loadavg: 2.10 2.04 1.95 4/89 23449
/proc/meminfo: memFree=464024/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=16.28
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 101781 0 1 0 1585 43 0 0 18 0 9 0 90332054 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 101132 1990 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=12.6
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14847 0 1 0 1251 9 0 0 25 0 9 0 90332055 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4125911166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=3.2
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 85455 0 0 0 289 31 0 0 19 0 9 0 90332056 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.44
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 744 0 0 0 43 1 0 0 15 0 9 0 90332058 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 101132 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 865156

[startup+16.7023 s]
/proc/loadavg: 2.09 2.03 1.95 3/89 23449
/proc/meminfo: memFree=447768/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865156 CPUtime=16.68
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 101802 0 1 0 1625 43 0 0 18 0 9 0 90332054 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216289 101153 1990 9 0 210758 0
[pid=23440/tid=23442] ppid=23438 vsize=865156 CPUtime=12.97
/proc/23440/task/23442/stat : 23442 (java) R 23438 23440 22897 0 -1 64 14848 0 1 0 1288 9 0 0 25 0 9 0 90332055 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4127573379 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865156 CPUtime=3.2
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 85455 0 0 0 289 31 0 0 19 0 9 0 90332056 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865156 CPUtime=0.48
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 764 0 0 0 47 1 0 0 16 0 9 0 90332058 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 885919744 101153 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865156 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 885919744 101153 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) 865156

[startup+16.8024 s]
/proc/loadavg: 2.09 2.03 1.95 3/89 23449
/proc/meminfo: memFree=447768/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=865480 CPUtime=16.77
/proc/23440/stat : 23440 (java) S 23438 23440 22897 0 -1 0 101821 0 1 0 1634 43 0 0 18 0 9 0 90332054 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23440/statm: 216370 101169 1994 9 0 210839 0
[pid=23440/tid=23442] ppid=23438 vsize=865480 CPUtime=13.07
/proc/23440/task/23442/stat : 23442 (java) S 23438 23440 22897 0 -1 64 14860 0 1 0 1297 10 0 0 25 0 9 0 90332055 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23438 vsize=865480 CPUtime=3.2
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22897 0 -1 64 85455 0 0 0 289 31 0 0 16 0 9 0 90332056 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23438 vsize=865480 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22897 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90332056 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23438 vsize=865480 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22897 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90332056 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23446] ppid=23438 vsize=865480 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90332058 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23438 vsize=865480 CPUtime=0.48
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22897 0 -1 64 766 0 0 0 47 1 0 0 15 0 9 0 90332058 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23448] ppid=23438 vsize=865480 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90332058 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23449] ppid=23438 vsize=865480 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90332058 886251520 101169 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.77
Current children cumulated vsize (KiB) 865480

Child status: 0
Real time (s): 16.866
CPU time (s): 16.8474
CPU user time (s): 16.3495
CPU system time (s): 0.497924
CPU usage (%): 99.8902
Max. virtual memory (cumulated for all children) (KiB): 865480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3495
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101824
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= 3025
involuntary context switches= 3044

runsolver used 0.025996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-19 21:44:43
IDJOB=2116874
IDBENCH=58008
IDSOLVER=780
FILE ID=node45/2116874-1248032682
PBS_JOBID= 9528958
Free space on /tmp= 66300 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-5.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-2116874-1248032682/watcher-2116874-1248032682 -o /tmp/evaluation-result-2116874-1248032682/solver-2116874-1248032682 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116874-1248032682.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= d0d281a31a6244200294b112f64d2b20
RANDOM SEED=106034951

node45.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.281
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.281
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:        845952 kB
Buffers:         65084 kB
Cached:         968720 kB
SwapCached:          0 kB
Active:         131676 kB
Inactive:       978132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        845952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14548 kB
Writeback:           0 kB
Mapped:          93852 kB
Slab:            85284 kB
Committed_AS:  1283004 kB
PageTables:       1888 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= 66292 MiB
End job on node45 at 2009-07-19 21:45:00