Trace number 1083817

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-26SAT 5.39118 5.49485

DiagnosticValue
ASSIGNMENTS201

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen3.xml
MD5SUM58acb198c8815e68f48a73a562327d02
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.327949
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2760
Global constraints used (with number of constraints)

Solver Data (download as text)

5.33/5.43	s SATISFIABLE
5.33/5.44	v 72 310 72 310 114 352 16 254 100 338 30 268 114 352 442 680 44 282 16 254 114 352 254 16 30 268 44 282 72 310 156 394 310 72 142 380 86 324 156 394 296 58 86 324 16 254 352 114 254 16 16 254 30 268 366 128 428 666 268 30 72 310 142 380 338 100 254 16 44 282 428 666 30 268 666 428 16 254 652 414 324 86 394 156 254 16 254 16 338 100 338 100 254 16 652 414 114 352 282 44 16 254 394 156 86 324 142 380 254 16 296 58 366 128 338 100 268 30 30 268 254 16 338 100 338 100 72 310 72 310 352 114 680 442 142 380 30 268 338 100 338 100 86 324 156 394 100 338 58 296 282 44 30 268 366 128 128 366 58 296 142 380 30 268 100 338 128 366 268 30 128 366 282 44 268 30 142 380 456 694 666 428 30 268 442 680 86 324 16 254 44 282 352 114 100 338 30 268 72 310 44 282 428 666 30 268 338 100 58 296 30 268 114 352 58 296 44 282 100 338 128 366 114 352 268 30 114 352 352 114 86 324 100 338 156 394 72 310 338 100 254 16 100 338 268 30 352 114 30 268 366 128 58 296 352 114 268 30 30 268 128 366 30 268 44 282 352 114 694 456 114 352 338 100 30 268 30 268 44 282 282 44 366 128 16 254 30 268 128 366 428 666 16 254 16 254 58 296 58 296 16 254 142 380 16 254 254 16 254 16 442 680 268 30 338 100 156 394 156 394 268 30 268 30 58 296 282 44 30 268 128 366 100 338 44 282 268 30 100 338 366 128 16 254 282 44 114 352 100 338 428 666 394 156 380 142 268 30 338 100 30 268 114 352 338 100 268 30 380 142 30 268 114 352 44 282 156 394 142 380 44 282 114 352 30 268 100 338 114 352 268 30 282 44 352 114 16 254 694 456 
5.33/5.44	d ASSIGNMENTS 201
5.33/5.44	c SAT 5341 TIME      201 NDS    710 PARSTIME      1852 BUILDPB       2779 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

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-1083817-1215229425/watcher-1083817-1215229425 -o /tmp/evaluation-result-1083817-1215229425/solver-1083817-1215229425 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1083817-1215229425.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 1.99 1.99 3/72 27800
/proc/meminfo: memFree=1444360/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=18572 CPUtime=0
/proc/27800/stat : 27800 (runsolver) R 27798 27800 27372 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1311188439 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27800/statm: 4643 292 257 25 0 2626 0

[startup+0.0462341 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 27800
/proc/meminfo: memFree=1444360/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=862060 CPUtime=0.03
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 2295 0 1 0 2 1 0 0 18 0 5 0 1311188439 882749440 1884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 215596 1964 905 9 0 210575 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862060

[startup+0.107989 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 27800
/proc/meminfo: memFree=1444360/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=866556 CPUtime=0.09
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 3851 0 1 0 7 2 0 0 18 0 9 0 1311188439 887353344 3312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216639 3312 1773 9 0 211111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866556

[startup+0.303025 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 27800
/proc/meminfo: memFree=1444360/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=866852 CPUtime=0.29
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 4380 0 1 0 26 3 0 0 18 0 9 0 1311188439 887656448 3833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216713 3833 1852 9 0 211185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866852

[startup+0.701106 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 27800
/proc/meminfo: memFree=1444360/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867448 CPUtime=0.67
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 6499 0 1 0 63 4 0 0 18 0 9 0 1311188439 888266752 5938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216862 5938 1903 9 0 211334 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867448

[startup+1.50126 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1415680/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867500 CPUtime=1.47
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 17967 0 1 0 136 11 0 0 18 0 9 0 1311188439 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216875 17375 1978 9 0 211347 0
[pid=27800/tid=27802] ppid=27798 vsize=867500 CPUtime=1.17
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15440 0 1 0 108 9 0 0 25 0 9 0 1311188441 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4126933845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867500 CPUtime=0.03
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 1204 0 0 0 3 0 0 0 16 0 9 0 1311188442 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867500 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867500 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867500 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867500 CPUtime=0.24
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 594 0 0 0 24 0 0 0 15 0 9 0 1311188444 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867500 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888320000 17375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867500 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888320000 17375 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) 867500

[startup+3.10157 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1376768/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867612 CPUtime=3.05
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 19679 0 1 0 293 12 0 0 18 0 9 0 1311188439 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216903 19076 1988 9 0 211375 0
[pid=27800/tid=27802] ppid=27798 vsize=867612 CPUtime=2.54
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15554 0 1 0 245 9 0 0 25 0 9 0 1311188441 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4127342539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867612 CPUtime=0.08
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 2690 0 0 0 7 1 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867612 CPUtime=0.4
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 706 0 0 0 39 1 0 0 16 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867612

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

[startup+4.70289 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1375168/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867612 CPUtime=4.64
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 19681 0 1 0 450 14 0 0 18 0 9 0 1311188439 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216903 19076 1988 9 0 211375 0
[pid=27800/tid=27802] ppid=27798 vsize=867612 CPUtime=4.13
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15556 0 1 0 403 10 0 0 25 0 9 0 1311188441 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4127341972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867612 CPUtime=0.08
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 2690 0 0 0 7 1 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867612 CPUtime=0.4
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 706 0 0 0 39 1 0 0 16 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 867612

[startup+5.10297 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1375168/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867612 CPUtime=5.04
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 19681 0 1 0 490 14 0 0 18 0 9 0 1311188439 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216903 19076 1988 9 0 211375 0
[pid=27800/tid=27802] ppid=27798 vsize=867612 CPUtime=4.52
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15556 0 1 0 442 10 0 0 25 0 9 0 1311188441 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4127340738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867612 CPUtime=0.08
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 2690 0 0 0 7 1 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867612 CPUtime=0.4
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 706 0 0 0 39 1 0 0 16 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888434688 19076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 867612

[startup+5.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1375168/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867612 CPUtime=5.23
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 19683 0 1 0 509 14 0 0 18 0 9 0 1311188439 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216903 19078 1988 9 0 211375 0
[pid=27800/tid=27802] ppid=27798 vsize=867612 CPUtime=4.73
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15556 0 1 0 462 11 0 0 25 0 9 0 1311188441 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4127356576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867612 CPUtime=0.08
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 2690 0 0 0 7 1 0 0 17 0 9 0 1311188442 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867612 CPUtime=0.4
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 708 0 0 0 39 1 0 0 16 0 9 0 1311188444 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888434688 19078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 867612

[startup+5.40303 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 27809
/proc/meminfo: memFree=1375168/2055920 swapFree=4122200/4192956
[pid=27800] ppid=27798 vsize=867612 CPUtime=5.33
/proc/27800/stat : 27800 (java) S 27798 27800 27372 0 -1 0 19687 0 1 0 519 14 0 0 18 0 9 0 1311188439 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27800/statm: 216903 19081 1988 9 0 211375 0
[pid=27800/tid=27802] ppid=27798 vsize=867612 CPUtime=4.82
/proc/27800/task/27802/stat : 27802 (java) R 27798 27800 27372 0 -1 64 15558 0 1 0 471 11 0 0 25 0 9 0 1311188441 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4125980418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27803] ppid=27798 vsize=867612 CPUtime=0.08
/proc/27800/task/27803/stat : 27803 (java) S 27798 27800 27372 0 -1 64 2690 0 0 0 7 1 0 0 17 0 9 0 1311188442 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27804] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27804/stat : 27804 (java) S 27798 27800 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27805] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27805/stat : 27805 (java) S 27798 27800 27372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1311188442 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27806] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27806/stat : 27806 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1311188444 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27807] ppid=27798 vsize=867612 CPUtime=0.4
/proc/27800/task/27807/stat : 27807 (java) S 27798 27800 27372 0 -1 64 710 0 0 0 39 1 0 0 15 0 9 0 1311188444 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27808] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27808/stat : 27808 (java) S 27798 27800 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1311188444 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27800/tid=27809] ppid=27798 vsize=867612 CPUtime=0
/proc/27800/task/27809/stat : 27809 (java) S 27798 27800 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1311188444 888434688 19081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 867612

Child status: 0
Real time (s): 5.49485
CPU time (s): 5.39118
CPU user time (s): 5.2312
CPU system time (s): 0.159975
CPU usage (%): 98.1133
Max. virtual memory (cumulated for all children) (KiB): 867612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2312
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19702
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= 1917
involuntary context switches= 1993

runsolver used 0.013997 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 05:43:45
IDJOB=1083817
IDBENCH=57509
IDSOLVER=349
FILE ID=node20/1083817-1215229425
PBS_JOBID= 7881867
Free space on /tmp= 66500 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen3.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-1083817-1215229425/watcher-1083817-1215229425 -o /tmp/evaluation-result-1083817-1215229425/solver-1083817-1215229425 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1083817-1215229425.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58acb198c8815e68f48a73a562327d02
RANDOM SEED=1713562140

node20.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.263
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.263
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:       1444840 kB
Buffers:         92576 kB
Cached:         290412 kB
SwapCached:      64656 kB
Active:         356980 kB
Inactive:       177068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444840 kB
SwapTotal:     4192956 kB
SwapFree:      4122200 kB
Dirty:            6584 kB
Writeback:           0 kB
Mapped:         158548 kB
Slab:            62144 kB
Committed_AS:  2755196 kB
PageTables:       2032 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= 66496 MiB
End job on node20 at 2008-07-05 05:43:51