Trace number 2114614

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 30.4654 30.6478

DiagnosticValue
CHECKS0
NODES1

General information on the benchmark

Namecsp/marc/
normalized-large-92-unsat_ext.xml
MD5SUM8407841248ad00d5671b256d4829d1bf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.3661
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

30.33/30.51	s UNSATISFIABLE
30.33/30.51	d AC 32
30.33/30.51	d RUNTIME 30.407
30.33/30.51	d NODES 1
30.33/30.51	d NODES/s 0
30.33/30.51	d BACKTRACKS 90
30.33/30.51	d BACKTRACKS/s 3
30.33/30.51	d CHECKS 0
30.33/30.51	d CHECKS/s 0
30.33/30.51	c UNSAT 30.407 TIME      1 NDS    18533 PARSTIME      9549 BUILDPB       246 CONFIG        2079 RES       false 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-2114614-1248026624/watcher-2114614-1248026624 -o /tmp/evaluation-result-2114614-1248026624/solver-2114614-1248026624 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114614-1248026624.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: 0.37 0.08 0.03 4/80 27350
/proc/meminfo: memFree=759240/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=18576 CPUtime=0
/proc/27350/stat : 27350 (runsolver) R 27348 27350 27194 0 -1 4194368 16 0 0 0 0 0 0 0 24 0 1 0 89727883 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27350/statm: 4644 284 249 26 0 2626 0

[startup+0.0335051 s]
/proc/loadavg: 0.37 0.08 0.03 4/80 27350
/proc/meminfo: memFree=759240/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=859892 CPUtime=0.02
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 2053 0 1 0 1 1 0 0 24 0 5 0 89727883 880529408 1695 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 214973 1695 796 9 0 209888 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 859892

[startup+0.101514 s]
/proc/loadavg: 0.37 0.08 0.03 4/80 27350
/proc/meminfo: memFree=759240/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864092 CPUtime=0.09
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 3838 0 1 0 7 2 0 0 24 0 9 0 89727883 884830208 3293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216023 3293 1729 9 0 210492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864092

[startup+0.301533 s]
/proc/loadavg: 0.37 0.08 0.03 4/80 27350
/proc/meminfo: memFree=759240/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864356 CPUtime=0.28
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 4944 0 1 0 26 2 0 0 24 0 9 0 89727883 885100544 4369 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216089 4369 1855 9 0 210558 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864356

[startup+0.701579 s]
/proc/loadavg: 0.37 0.08 0.03 4/80 27350
/proc/meminfo: memFree=759240/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=0.68
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 16884 0 1 0 59 9 0 0 24 0 9 0 89727883 885723136 16309 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 16319 1869 9 0 210710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864964

[startup+1.50168 s]
/proc/loadavg: 0.37 0.08 0.03 3/89 27359
/proc/meminfo: memFree=648256/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=1.48
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 49289 0 1 0 122 26 0 0 24 0 9 0 89727883 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 48709 1871 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=1.14
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14160 0 1 0 103 11 0 0 25 0 9 0 89727884 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=0.21
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 33904 0 0 0 8 13 0 0 16 0 9 0 89727886 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89727886 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.09
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 89727888 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 48709 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 864964

[startup+3.10186 s]
/proc/loadavg: 0.50 0.11 0.04 3/89 27359
/proc/meminfo: memFree=503296/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=3.07
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 68146 0 1 0 273 34 0 0 24 0 9 0 89727883 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 67555 1894 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=2.44
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14240 0 1 0 232 12 0 0 25 0 9 0 89727884 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4126714956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=0.47
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 52646 0 0 0 27 20 0 0 16 0 9 0 89727886 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89727886 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.13
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 89727888 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 67555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 864964

[startup+6.30223 s]
/proc/loadavg: 0.50 0.11 0.04 3/89 27359
/proc/meminfo: memFree=367296/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=6.26
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 101510 0 1 0 579 47 0 0 24 0 9 0 89727883 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 100911 1894 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=5.02
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14248 0 1 0 490 12 0 0 25 0 9 0 89727884 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4126715082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=1.07
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 85998 0 0 0 74 33 0 0 16 0 9 0 89727886 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89727886 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.14
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 89727888 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 100911 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 864964

[startup+12.702 s]
/proc/loadavg: 0.81 0.19 0.06 3/89 27359
/proc/meminfo: memFree=99712/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=12.62
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 163476 0 1 0 1193 69 0 0 24 0 9 0 89727883 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 162863 1894 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=10.28
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14263 0 1 0 1016 12 0 0 25 0 9 0 89727884 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=2.17
/proc/27350/task/27353/stat : 27353 (java) R 27348 27350 27194 0 -1 64 147946 0 0 0 162 55 0 0 16 0 9 0 89727886 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 102142134 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89727886 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.14
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 89727888 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 162863 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 864964

[startup+25.5025 s]
/proc/loadavg: 0.99 0.25 0.08 4/89 27359
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=25.35
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 185338 0 1 0 2459 76 0 0 24 0 9 0 89727883 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 184508 2617 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=13.36
/proc/27350/task/27352/stat : 27352 (java) S 27348 27350 27194 0 -1 64 14445 0 1 0 1323 13 0 0 19 0 9 0 89727884 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=11.78
/proc/27350/task/27353/stat : 27353 (java) R 27348 27350 27194 0 -1 64 169591 0 0 0 1117 61 0 0 24 0 9 0 89727886 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 103731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 89727886 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.18
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 569 0 0 0 18 0 0 0 16 0 9 0 89727888 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 184508 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 864964

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

[startup+28.7019 s]
/proc/loadavg: 1.07 0.28 0.09 3/89 27359
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=28.54
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 185626 0 1 0 2777 77 0 0 24 0 9 0 89727883 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 184774 2623 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=14.93
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14666 0 1 0 1480 13 0 0 25 0 9 0 89727884 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4127168844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=13.29
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 169592 0 0 0 1268 61 0 0 22 0 9 0 89727886 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 89727886 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.28
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 635 0 0 0 28 0 0 0 15 0 9 0 89727888 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 184774 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.54
Current children cumulated vsize (KiB) 864964

[startup+29.502 s]
/proc/loadavg: 1.07 0.28 0.09 3/89 27359
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=29.34
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 185629 0 1 0 2857 77 0 0 24 0 9 0 89727883 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 184777 2623 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=15.74
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14666 0 1 0 1560 14 0 0 25 0 9 0 89727884 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4127169186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=13.29
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 169592 0 0 0 1268 61 0 0 17 0 9 0 89727886 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 89727886 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.28
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 638 0 0 0 28 0 0 0 16 0 9 0 89727888 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 184777 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.34
Current children cumulated vsize (KiB) 864964

[startup+30.301 s]
/proc/loadavg: 1.07 0.28 0.09 3/89 27359
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=30.13
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 185656 0 1 0 2936 77 0 0 24 0 9 0 89727883 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 184803 2624 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=16.51
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14681 0 1 0 1637 14 0 0 25 0 9 0 89727884 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=13.29
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 169592 0 0 0 1268 61 0 0 17 0 9 0 89727886 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 89727886 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.3
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 650 0 0 0 30 0 0 0 16 0 9 0 89727888 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 184803 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.13
Current children cumulated vsize (KiB) 864964

[startup+30.5011 s]
/proc/loadavg: 1.07 0.28 0.09 3/89 27359
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=864964 CPUtime=30.33
/proc/27350/stat : 27350 (java) S 27348 27350 27194 0 -1 0 185661 0 1 0 2956 77 0 0 24 0 9 0 89727883 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27350/statm: 216241 184806 2624 9 0 210710 0
[pid=27350/tid=27352] ppid=27348 vsize=864964 CPUtime=16.65
/proc/27350/task/27352/stat : 27352 (java) R 27348 27350 27194 0 -1 64 14683 0 1 0 1651 14 0 0 25 0 9 0 89727884 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27353] ppid=27348 vsize=864964 CPUtime=13.34
/proc/27350/task/27353/stat : 27353 (java) S 27348 27350 27194 0 -1 64 169592 0 0 0 1273 61 0 0 16 0 9 0 89727886 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27354] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27354/stat : 27354 (java) S 27348 27350 27194 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727886 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27355] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27355/stat : 27355 (java) S 27348 27350 27194 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 89727886 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27356] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27356/stat : 27356 (java) S 27348 27350 27194 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27357] ppid=27348 vsize=864964 CPUtime=0.3
/proc/27350/task/27357/stat : 27357 (java) S 27348 27350 27194 0 -1 64 653 0 0 0 30 0 0 0 15 0 9 0 89727888 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27350/tid=27358] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27358/stat : 27358 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727888 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27350/tid=27359] ppid=27348 vsize=864964 CPUtime=0
/proc/27350/task/27359/stat : 27359 (java) S 27348 27350 27194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89727888 885723136 184806 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.33
Current children cumulated vsize (KiB) 864964

[startup+30.6021 s]
/proc/loadavg: 1.07 0.28 0.09 3/89 27359
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=27350] ppid=27348 vsize=0 CPUtime=30.41
/proc/27350/stat : 27350 (java) Z 27348 27350 27194 0 -1 12 185681 0 1 0 2958 83 0 0 16 0 2 0 89727883 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.6478
CPU time (s): 30.4654
CPU user time (s): 29.5865
CPU system time (s): 0.878866
CPU usage (%): 99.4047
Max. virtual memory (cumulated for all children) (KiB): 864964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5865
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185681
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= 2628
involuntary context switches= 2562

runsolver used 0.036994 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-19 20:03:54
IDJOB=2114614
IDBENCH=53556
IDSOLVER=780
FILE ID=node75/2114614-1248026624
PBS_JOBID= 9528903
Free space on /tmp= 66120 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/marc/normalized-large-92-unsat_ext.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-2114614-1248026624/watcher-2114614-1248026624 -o /tmp/evaluation-result-2114614-1248026624/solver-2114614-1248026624 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114614-1248026624.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= 8407841248ad00d5671b256d4829d1bf
RANDOM SEED=391836417

node75.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        759912 kB
Buffers:         99456 kB
Cached:        1051308 kB
SwapCached:          0 kB
Active:         420812 kB
Inactive:       768204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        759912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           88692 kB
Writeback:           0 kB
Mapped:          55976 kB
Slab:            92244 kB
Committed_AS:  1288244 kB
PageTables:       1856 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= 66116 MiB
End job on node75 at 2009-07-19 20:04:25