Trace number 1087266

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_dwdeg 2008-06-26UNSAT 56.0325 56.5515

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-4.xml
MD5SUM26fa47e715f58ab849bf125de88d1d96
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 benchmark17.8113
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

55.77/56.32	s UNSATISFIABLE
55.77/56.32	d ASSIGNMENTS 0
55.77/56.32	c UNSAT 56222 TIME      0 NDS    5108 PARSTIME      32722 BUILDPB       18392 RES       null RESTART       1 HEURISTIC      

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087266-1215243331/watcher-1087266-1215243331 -o /tmp/evaluation-result-1087266-1215243331/solver-1087266-1215243331 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1087266-1215243331.xml 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25741
/proc/meminfo: memFree=1923904/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=18572 CPUtime=0
/proc/25741/stat : 25741 (runsolver) R 25739 25741 24783 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2003307293 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25741/statm: 4643 292 257 25 0 2626 0

[startup+0.0788671 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25741
/proc/meminfo: memFree=1923904/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=866416 CPUtime=0.05
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 3493 0 1 0 4 1 0 0 18 0 9 0 2003307293 887209984 2996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216604 2996 1654 9 0 211076 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 866416

[startup+0.102867 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25741
/proc/meminfo: memFree=1923904/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=866544 CPUtime=0.08
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 3778 0 1 0 6 2 0 0 18 0 9 0 2003307293 887341056 3251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216636 3251 1751 9 0 211108 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866544

[startup+0.30189 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25741
/proc/meminfo: memFree=1923904/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867340 CPUtime=0.28
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 4774 0 1 0 25 3 0 0 18 0 9 0 2003307293 888156160 4227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216835 4227 1854 9 0 211307 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867340

[startup+0.701937 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25741
/proc/meminfo: memFree=1923904/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867340 CPUtime=0.67
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 11749 0 1 0 62 5 0 0 18 0 9 0 2003307293 888156160 11202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216835 11202 1855 9 0 211307 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867340

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25750
/proc/meminfo: memFree=1868792/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867340 CPUtime=1.47
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 27967 0 1 0 133 14 0 0 18 0 9 0 2003307293 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216835 27410 1880 9 0 211307 0
[pid=25741/tid=25743] ppid=25739 vsize=867340 CPUtime=1.08
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 14990 0 1 0 100 8 0 0 25 0 9 0 2003307295 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4126398885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867340 CPUtime=0.22
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 11717 0 0 0 18 4 0 0 18 0 9 0 2003307296 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867340 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867340 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867340 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867340 CPUtime=0.14
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 2003307298 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867340 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888156160 27410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867340 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888156160 27410 996147200 134512640 134550740 4294956016 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) 867340

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25750
/proc/meminfo: memFree=1796920/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867456 CPUtime=3.06
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 39089 0 1 0 287 19 0 0 18 0 9 0 2003307293 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216864 38521 1917 9 0 211336 0
[pid=25741/tid=25743] ppid=25739 vsize=867456 CPUtime=2.21
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15093 0 1 0 213 8 0 0 25 0 9 0 2003307295 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867456 CPUtime=0.62
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 22698 0 0 0 53 9 0 0 17 0 9 0 2003307296 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867456 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867456 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867456 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867456 CPUtime=0.2
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 562 0 0 0 20 0 0 0 15 0 9 0 2003307298 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867456 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888274944 38521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867456 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888274944 38521 996147200 134512640 134550740 4294956016 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) 867456

[startup+6.30258 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 25750
/proc/meminfo: memFree=1761336/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867496 CPUtime=6.22
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 45659 0 1 0 600 22 0 0 18 0 9 0 2003307293 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216874 45048 1986 9 0 211346 0
[pid=25741/tid=25743] ppid=25739 vsize=867496 CPUtime=4.87
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15472 0 1 0 478 9 0 0 25 0 9 0 2003307295 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4126966200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867496 CPUtime=1.01
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 28817 0 0 0 89 12 0 0 16 0 9 0 2003307296 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867496 CPUtime=0.31
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 634 0 0 0 31 0 0 0 16 0 9 0 2003307298 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888315904 45048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867496

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 25750
/proc/meminfo: memFree=1745464/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867496 CPUtime=12.56
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 47304 0 1 0 1233 23 0 0 18 0 9 0 2003307293 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216874 46671 1987 9 0 211346 0
[pid=25741/tid=25743] ppid=25739 vsize=867496 CPUtime=10.85
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15496 0 1 0 1076 9 0 0 25 0 9 0 2003307295 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4126874393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867496 CPUtime=1.36
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 30424 0 0 0 123 13 0 0 16 0 9 0 2003307296 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867496 CPUtime=0.33
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 648 0 0 0 33 0 0 0 15 0 9 0 2003307298 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888315904 46671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867496

[startup+25.5028 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 25750
/proc/meminfo: memFree=1727416/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867496 CPUtime=25.26
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 51700 0 1 0 2500 26 0 0 18 0 9 0 2003307293 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216874 51024 1987 9 0 211346 0
[pid=25741/tid=25743] ppid=25739 vsize=867496 CPUtime=22.79
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15539 0 1 0 2270 9 0 0 25 0 9 0 2003307295 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4127185725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867496 CPUtime=2.1
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 34773 0 0 0 195 15 0 0 16 0 9 0 2003307296 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867496 CPUtime=0.34
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 652 0 0 0 34 0 0 0 15 0 9 0 2003307298 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867496 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888315904 51024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867496

[startup+51.1027 s]
/proc/loadavg: 2.05 2.01 2.00 3/81 25750
/proc/meminfo: memFree=1336248/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867628 CPUtime=50.63
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 160977 0 2 0 4993 70 0 0 18 0 9 0 2003307293 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216907 160250 1998 9 0 211379 0
[pid=25741/tid=25743] ppid=25739 vsize=867628 CPUtime=46.07
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15688 0 2 0 4598 9 0 0 25 0 9 0 2003307295 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4127557182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867628 CPUtime=4.07
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 143790 0 0 0 349 58 0 0 16 0 9 0 2003307296 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867628 CPUtime=0.46
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 763 0 0 0 45 1 0 0 16 0 9 0 2003307298 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888451072 160250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 867628

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

[startup+54.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 25750
/proc/meminfo: memFree=1241464/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867628 CPUtime=53.79
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 172819 0 2 0 5304 75 0 0 18 0 9 0 2003307293 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216907 172089 1998 9 0 211379 0
[pid=25741/tid=25743] ppid=25739 vsize=867628 CPUtime=49.13
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15691 0 2 0 4904 9 0 0 25 0 9 0 2003307295 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4127544766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867628 CPUtime=4.15
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 155616 0 0 0 352 63 0 0 17 0 9 0 2003307296 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867628 CPUtime=0.49
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 776 0 0 0 48 1 0 0 15 0 9 0 2003307298 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888451072 172089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.79
Current children cumulated vsize (KiB) 867628

[startup+55.9012 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 25750
/proc/meminfo: memFree=1241400/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867628 CPUtime=55.39
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 172824 0 2 0 5464 75 0 0 18 0 9 0 2003307293 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216907 172093 1998 9 0 211379 0
[pid=25741/tid=25743] ppid=25739 vsize=867628 CPUtime=50.71
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15691 0 2 0 5062 9 0 0 25 0 9 0 2003307295 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4127595377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867628 CPUtime=4.15
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 155616 0 0 0 352 63 0 0 16 0 9 0 2003307296 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867628 CPUtime=0.49
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 781 0 0 0 48 1 0 0 16 0 9 0 2003307298 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888451072 172093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.39
Current children cumulated vsize (KiB) 867628

[startup+56.3013 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 25750
/proc/meminfo: memFree=1241400/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=867628 CPUtime=55.77
/proc/25741/stat : 25741 (java) S 25739 25741 24783 0 -1 0 172828 0 2 0 5502 75 0 0 18 0 9 0 2003307293 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 216907 172096 1998 9 0 211379 0
[pid=25741/tid=25743] ppid=25739 vsize=867628 CPUtime=51.11
/proc/25741/task/25743/stat : 25743 (java) R 25739 25741 24783 0 -1 64 15693 0 2 0 5101 10 0 0 25 0 9 0 2003307295 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4125926014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25744] ppid=25739 vsize=867628 CPUtime=4.15
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24783 0 -1 64 155616 0 0 0 352 63 0 0 17 0 9 0 2003307296 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25745] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25746] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003307296 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25747] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003307298 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25748] ppid=25739 vsize=867628 CPUtime=0.5
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24783 0 -1 64 783 0 0 0 49 1 0 0 16 0 9 0 2003307298 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25749] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003307298 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25741/tid=25750] ppid=25739 vsize=867628 CPUtime=0
/proc/25741/task/25750/stat : 25750 (java) S 25739 25741 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003307298 888451072 172096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.77
Current children cumulated vsize (KiB) 867628

[startup+56.5016 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 25750
/proc/meminfo: memFree=1241400/2055920 swapFree=4180000/4192956
[pid=25741] ppid=25739 vsize=0 CPUtime=55.97
/proc/25741/stat : 25741 (java) Z 25739 25741 24783 0 -1 12 184171 0 2 0 5511 86 0 0 16 0 2 0 2003307293 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25741/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 56.5515
CPU time (s): 56.0325
CPU user time (s): 55.1196
CPU system time (s): 0.912861
CPU usage (%): 99.0821
Max. virtual memory (cumulated for all children) (KiB): 867952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.1196
system time used= 0.912861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184171
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4429
involuntary context switches= 5510

runsolver used 0.069989 second user time and 0.19497 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 09:35:31
IDJOB=1087266
IDBENCH=57964
IDSOLVER=349
FILE ID=node23/1087266-1215243331
PBS_JOBID= 7881937
Free space on /tmp= 66532 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087266-1215243331/watcher-1087266-1215243331 -o /tmp/evaluation-result-1087266-1215243331/solver-1087266-1215243331 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1087266-1215243331.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26fa47e715f58ab849bf125de88d1d96
RANDOM SEED=604274738

node23.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.216
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.216
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:       1924384 kB
Buffers:          2940 kB
Cached:          61708 kB
SwapCached:       6548 kB
Active:          60404 kB
Inactive:        19992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924384 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           14764 kB
Writeback:           0 kB
Mapped:          23344 kB
Slab:            36528 kB
Committed_AS:  3450388 kB
PageTables:       1724 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= 66528 MiB
End job on node23 at 2008-07-05 09:36:28