Trace number 2116285

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-16SAT 51.8351 52.3485

DiagnosticValue
CHECKS176361000
NODES436

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-02.xml
MD5SUMb1ccf0aceb8d8293fe037eca9e2177e5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.935857
Satisfiable
(Un)Satisfiability was proved
Number of variables369
Number of constraints3033
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension2883
Global constraints used (with number of constraints)

Solver Data

51.79/52.31	s SATISFIABLE
51.79/52.31	v 2 17 0 1 14 1 4 18 4 20 18 4 17 18 2 11 20 1 11 14 11 0 19 24 15 4 18 18 8 13 4 22 7 14 15 8 14 15 4 2 19 22 8 13 18 4 17 14 3 4 8 2 14 13 3 4 2 10 18 14 2 19 4 19 18 2 17 0 22 11 8 13 6 15 4 0 17 18 13 4 19 7 0 19 4 3 8 2 4 11 0 13 3 18 2 0 17 18 22 4 8 4 17 6 2 14 1 0 11 19 19 7 4 18 4 20 18 3 17 4 23 4 11 8 2 14 13 18 19 7 20 18 4 6 14 18 3 8 0 13 0 13 14 13 4 6 0 8 19 18 19 0 17 4 3 6 11 4 13 6 0 24 2 20 15 18 18 7 14 17 19 18 8 6 7 19 4 3 1 14 4 17 18 19 14 15 18 18 12 20 19 15 7 8 11 14 18 14 15 7 4 17 18 14 8 11 24 0 8 11 11 24 17 0 18 14 8 17 4 4 15 11 14 24 1 8 13 8 0 12 0 18 18 19 14 8 11 12 8 4 13 11 0 18 19 18 19 0 19 19 14 14 13 4 4 3 8 13 6 12 8 11 11 4 19 14 13 4 8 17 4 10 17 20 18 4 5 8 11 11 4 17 18 4 11 1 14 22 18 4 19 2 4 3 0 17 22 7 8 12 18 8 2 0 11 18 0 11 11 4 2 14 0 11 18 8 14 19 0 19 4 13 14 17 10 20 0 11 0 14 21 4 13 18 15 4 2 4 13 4 12 0 4 17 17 4 3 12 14 13 0 7 4 12 18 17 4 18 4 19 13 4 0 17 18 18 22 0 15 
51.79/52.31	d AC 32
51.79/52.31	d RUNTIME 52.031
51.79/52.31	d NODES 436
51.79/52.31	d NODES/s 8
51.79/52.31	d BACKTRACKS 234
51.79/52.31	d BACKTRACKS/s 4
51.79/52.31	d CHECKS 176361177
51.79/52.31	d CHECKS/s 3389540
51.79/52.31	c SAT 52.031 TIME      436 NDS    914 PARSTIME      572 BUILDPB       1362 CONFIG        49183 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2116285-1248030894/watcher-2116285-1248030894 -o /tmp/evaluation-result-2116285-1248030894/solver-2116285-1248030894 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116285-1248030894.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: 1.93 2.02 1.96 4/80 24516
/proc/meminfo: memFree=911320/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=10676 CPUtime=0
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 90155937 10932224 488 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 2669 488 211 9 0 1184 0
[pid=24516/tid=24517] ppid=24514 vsize=10676 CPUtime=0
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 90155938 10932224 488 996147200 134512640 134550932 4294955888 18446744073709551615 5525464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.086697 s]
/proc/loadavg: 1.93 2.02 1.96 4/80 24516
/proc/meminfo: memFree=911320/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=862264 CPUtime=0.06
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 3234 0 1 0 5 1 0 0 18 0 9 0 90155937 882958336 2702 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 215566 2702 1298 9 0 210436 0
[pid=24516/tid=24517] ppid=24514 vsize=862264 CPUtime=0.05
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 2286 0 1 0 4 1 0 0 20 0 9 0 90155938 882958336 2702 996147200 134512640 134550932 4294955888 18446744073709551615 4125929412 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 862264

[startup+0.1017 s]
/proc/loadavg: 1.93 2.02 1.96 4/80 24516
/proc/meminfo: memFree=911320/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=864072 CPUtime=0.08
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 3755 0 1 0 6 2 0 0 18 0 9 0 90155937 884809728 3220 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216018 3220 1688 9 0 210487 0
[pid=24516/tid=24517] ppid=24514 vsize=864072 CPUtime=0.06
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 2805 0 1 0 5 1 0 0 20 0 9 0 90155938 884809728 3220 996147200 134512640 134550932 4294955888 18446744073709551615 4159463347 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864072

[startup+0.301727 s]
/proc/loadavg: 1.93 2.02 1.96 4/80 24516
/proc/meminfo: memFree=911320/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=864860 CPUtime=0.28
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 5066 0 1 0 25 3 0 0 18 0 9 0 90155937 885616640 4491 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216215 4491 1858 9 0 210684 0
[pid=24516/tid=24517] ppid=24514 vsize=864860 CPUtime=0.19
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 3856 0 1 0 17 2 0 0 20 0 9 0 90155938 885616640 4491 996147200 134512640 134550932 4294955888 18446744073709551615 4126443688 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864860

[startup+0.701785 s]
/proc/loadavg: 1.93 2.02 1.96 4/80 24516
/proc/meminfo: memFree=911320/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=864992 CPUtime=0.68
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 9396 0 1 0 62 6 0 0 18 0 9 0 90155937 885751808 8810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216248 8810 1897 9 0 210717 0
[pid=24516/tid=24517] ppid=24514 vsize=864992 CPUtime=0.51
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 8124 0 1 0 46 5 0 0 23 0 9 0 90155938 885751808 8810 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864992

[startup+1.50291 s]
/proc/loadavg: 1.93 2.02 1.96 3/89 24525
/proc/meminfo: memFree=864656/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865140 CPUtime=1.47
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 19113 0 1 0 135 12 0 0 18 0 9 0 90155937 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216285 18501 1967 9 0 210754 0
[pid=24516/tid=24517] ppid=24514 vsize=865140 CPUtime=1.12
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14551 0 1 0 103 9 0 0 25 0 9 0 90155938 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 103822515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865140 CPUtime=0.07
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 3211 0 0 0 6 1 0 0 16 0 9 0 90155940 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865140 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865140 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865140 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865140 CPUtime=0.26
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 620 0 0 0 26 0 0 0 15 0 9 0 90155942 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865140 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865140 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 885903360 18501 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865140

[startup+3.10113 s]
/proc/loadavg: 1.93 2.02 1.96 4/89 24525
/proc/meminfo: memFree=839504/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=3.06
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 28557 0 1 0 290 16 0 0 18 0 9 0 90155937 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 27929 1990 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=2.27
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14837 0 1 0 217 10 0 0 25 0 9 0 90155938 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4126626885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.36
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 12263 0 0 0 32 4 0 0 17 0 9 0 90155940 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.4
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 726 0 0 0 40 0 0 0 15 0 9 0 90155942 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 27929 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 865272

[startup+6.3026 s]
/proc/loadavg: 2.10 2.05 1.97 3/89 24525
/proc/meminfo: memFree=802896/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=6.23
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 28579 0 1 0 607 16 0 0 18 0 9 0 90155937 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 27947 1990 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=5.41
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14844 0 1 0 531 10 0 0 25 0 9 0 90155938 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4127488020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.36
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 12263 0 0 0 32 4 0 0 17 0 9 0 90155940 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.43
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 741 0 0 0 43 0 0 0 15 0 9 0 90155942 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 27947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 865272

[startup+12.7025 s]
/proc/loadavg: 2.17 2.07 1.98 3/89 24525
/proc/meminfo: memFree=775376/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=12.57
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 33147 0 1 0 1238 19 0 0 18 0 9 0 90155937 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 32510 1990 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=11.56
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14850 0 1 0 1145 11 0 0 25 0 9 0 90155938 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4127419479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.53
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 16818 0 0 0 47 6 0 0 17 0 9 0 90155940 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.45
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 748 0 0 0 44 1 0 0 16 0 9 0 90155942 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 32510 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 865272

[startup+25.5024 s]
/proc/loadavg: 2.13 2.06 1.98 3/89 24525
/proc/meminfo: memFree=769936/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=25.24
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 34528 0 1 0 2504 20 0 0 18 0 9 0 90155937 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 33889 1990 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=24.19
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14852 0 1 0 2408 11 0 0 25 0 9 0 90155938 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4127418300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.57
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 18197 0 0 0 50 7 0 0 16 0 9 0 90155940 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.45
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 748 0 0 0 44 1 0 0 16 0 9 0 90155942 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 33889 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 865272

[startup+51.1021 s]
/proc/loadavg: 2.09 2.06 1.98 4/89 24525
/proc/meminfo: memFree=769872/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=50.6
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 34553 0 1 0 5033 27 0 0 18 0 9 0 90155937 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 33907 1992 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=49.51
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14866 0 1 0 4933 18 0 0 25 0 9 0 90155938 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4127213857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.59
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 18197 0 0 0 52 7 0 0 17 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.48
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 759 0 0 0 47 1 0 0 16 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 865272

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

[startup+51.9022 s]
/proc/loadavg: 2.09 2.06 1.98 3/89 24525
/proc/meminfo: memFree=769872/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=51.39
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 34553 0 1 0 5112 27 0 0 18 0 9 0 90155937 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 33907 1992 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=50.3
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14866 0 1 0 5012 18 0 0 25 0 9 0 90155938 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4127529204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.59
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 18197 0 0 0 52 7 0 0 16 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.48
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 759 0 0 0 47 1 0 0 16 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 33907 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.39
Current children cumulated vsize (KiB) 865272

[startup+52.3022 s]
/proc/loadavg: 2.09 2.06 1.98 3/89 24525
/proc/meminfo: memFree=769872/2055920 swapFree=4192812/4192956
[pid=24516] ppid=24514 vsize=865272 CPUtime=51.79
/proc/24516/stat : 24516 (java) S 24514 24516 23588 0 -1 0 34582 0 1 0 5152 27 0 0 18 0 9 0 90155937 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24516/statm: 216318 33934 1997 9 0 210787 0
[pid=24516/tid=24517] ppid=24514 vsize=865272 CPUtime=50.65
/proc/24516/task/24517/stat : 24517 (java) R 24514 24516 23588 0 -1 64 14877 0 1 0 5047 18 0 0 25 0 9 0 90155938 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4126735842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24519] ppid=24514 vsize=865272 CPUtime=0.62
/proc/24516/task/24519/stat : 24519 (java) S 24514 24516 23588 0 -1 64 18197 0 0 0 55 7 0 0 16 0 9 0 90155940 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24520] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24520/stat : 24520 (java) S 24514 24516 23588 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24521] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24521/stat : 24521 (java) S 24514 24516 23588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90155940 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24522] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24522/stat : 24522 (java) S 24514 24516 23588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90155942 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24523] ppid=24514 vsize=865272 CPUtime=0.5
/proc/24516/task/24523/stat : 24523 (java) S 24514 24516 23588 0 -1 64 777 0 0 0 49 1 0 0 16 0 9 0 90155942 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24524] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24524/stat : 24524 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90155942 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24516/tid=24525] ppid=24514 vsize=865272 CPUtime=0
/proc/24516/task/24525/stat : 24525 (java) S 24514 24516 23588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90155942 886038528 33934 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 865272

Child status: 0
Real time (s): 52.3485
CPU time (s): 51.8351
CPU user time (s): 51.5382
CPU system time (s): 0.296954
CPU usage (%): 99.0192
Max. virtual memory (cumulated for all children) (KiB): 865272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.5382
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34601
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= 3736
involuntary context switches= 4825

runsolver used 0.083987 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-19 21:14:54
IDJOB=2116285
IDBENCH=56610
IDSOLVER=780
FILE ID=node22/2116285-1248030894
PBS_JOBID= 9529001
Free space on /tmp= 66388 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-02.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-2116285-1248030894/watcher-2116285-1248030894 -o /tmp/evaluation-result-2116285-1248030894/solver-2116285-1248030894 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116285-1248030894.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= b1ccf0aceb8d8293fe037eca9e2177e5
RANDOM SEED=2011928442

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        911800 kB
Buffers:        103744 kB
Cached:         876272 kB
SwapCached:          0 kB
Active:         187396 kB
Inactive:       857648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          82784 kB
Slab:            84488 kB
Committed_AS:  1329244 kB
PageTables:       1840 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= 66384 MiB
End job on node22 at 2009-07-19 21:15:47