Trace number 1043105

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
casper zao? (TO) 1800.08 1809.51

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-3-mgd_ext.xml
MD5SUM475af845a08963ea8897b34f977bd188
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints547
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension547
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.25	c Parsing = 1
0.19/0.25	c Building = 1
0.19/0.25	c [ NumberOfVariables = 59 ]
0.19/0.25	c [ NumberOfConstraints = 547 ]
0.19/0.25	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.19/0.25	c SymmetrySearch = 1
0.49/0.54	c InitialPropagation = 1
0.49/0.55	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.49/0.55	c InitialSAC = 1
0.78/0.89	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.78/0.89	c Search(SampleFF) : 
90.17/90.97	c [ Sampling domwdeg ]
90.17/90.97	c [ Sampling impacts ]
90.17/90.97	c [ Sampling la ]
90.17/90.97	c [ SamplingScores: ]
90.17/90.97	c [ domwdeg+min = 1.34185e-10 | domwdeg+rnd = 4.55569e-11 ]
90.17/90.97	c [ impacts+min = 2.16726e-07 | impacts+rnd = 9.40598e-09 ]
90.17/90.97	c [ la+min = 3.21504e-11 | la+rnd = 6.66869e-11 ]
90.17/90.97	c [ domwdeg = 8.9871e-11 | impacts = 1.13066e-07 | la = 4.94186e-11 ]
90.17/90.97	c [ min = 7.22974e-08 | rand = 1.13066e-07 ]
90.17/90.97	c [ restarting at (0.282886,1.48051e-11) ]
90.97/91.74	c [ restarting at (0.707215,2.60215e-08) ]
92.85/93.64	c [ restarting at (1.76804,6.76655e-09) ]
97.51/98.39	c [ restarting at (4.42009,9.40156e-08) ]
109.32/110.24	c [ restarting at (11.0502,8.894e-08) ]
138.70/139.86	c [ restarting at (27.6256,2.53617e-07) ]
212.22/213.90	c [ restarting at (69.064,1.21392e-06) ]
395.88/399.01	c [ restarting at (172.66,3.60198e-07) ]
854.94/861.73	c [ restarting at (431.65,4.66894e-05) ]
1155.66/1164.81	c [ restarting at (1079.12,7.16181e-06) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1043105-1215024316/watcher-1043105-1215024316 -o /tmp/evaluation-result-1043105-1215024316/solver-1043105-1215024316 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1043105-1215024316.xml 1272573895 

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.06 2.02 1.98 4/72 5346
/proc/meminfo: memFree=1821344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=18572 CPUtime=0
/proc/5346/stat : 5346 (runsolver) R 5344 5346 4570 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1981403586 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5346/statm: 4643 292 257 25 0 2626 0

[startup+0.095105 s]
/proc/loadavg: 2.06 2.02 1.98 4/72 5346
/proc/meminfo: memFree=1821344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=7552 CPUtime=0.08
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 1014 0 0 0 8 0 0 0 18 0 1 0 1981403586 7733248 974 996147200 134512640 135477443 4294956224 18446744073709551615 8352576 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 1888 974 368 235 0 589 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7552

[startup+0.101105 s]
/proc/loadavg: 2.06 2.02 1.98 4/72 5346
/proc/meminfo: memFree=1821344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=101924 CPUtime=0.08
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 1152 0 0 0 8 0 0 0 18 0 1 0 1981403586 104370176 1112 996147200 134512640 135477443 4294956224 18446744073709551615 134546392 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 25481 1112 391 235 0 24182 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 101924

[startup+0.30114 s]
/proc/loadavg: 2.06 2.02 1.98 4/72 5346
/proc/meminfo: memFree=1821344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=114336 CPUtime=0.29
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 5272 0 0 0 27 2 0 0 19 0 1 0 1981403586 117080064 5232 996147200 134512640 135477443 4294956224 18446744073709551615 134644736 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 28584 5232 436 235 0 27285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114336

[startup+0.70121 s]
/proc/loadavg: 2.06 2.02 1.98 4/72 5346
/proc/meminfo: memFree=1821344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=0.68
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 7719 0 0 0 65 3 0 0 23 0 1 0 1981403586 106938368 3312 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3312 458 235 0 24809 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104432

[startup+1.50134 s]
/proc/loadavg: 2.06 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808728/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1.47
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8010 0 0 0 144 3 0 0 25 0 1 0 1981403586 106938368 3603 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3603 479 235 0 24809 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 104432

[startup+3.10161 s]
/proc/loadavg: 2.06 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808536/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=3.06
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8011 0 0 0 303 3 0 0 25 0 1 0 1981403586 106938368 3604 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3604 479 235 0 24809 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104432

[startup+6.30115 s]
/proc/loadavg: 2.05 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808408/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=6.24
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8016 0 0 0 620 4 0 0 25 0 1 0 1981403586 106938368 3609 996147200 134512640 135477443 4294956224 18446744073709551615 134606716 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3609 479 235 0 24809 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 104432

[startup+12.7022 s]
/proc/loadavg: 2.05 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808408/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=12.59
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8026 0 0 0 1255 4 0 0 25 0 1 0 1981403586 106938368 3619 996147200 134512640 135477443 4294956224 18446744073709551615 134606803 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3619 479 235 0 24809 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 104432

[startup+25.5014 s]
/proc/loadavg: 2.04 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=25.28
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8028 0 0 0 2524 4 0 0 25 0 1 0 1981403586 106938368 3621 996147200 134512640 135477443 4294956224 18446744073709551615 134584087 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3621 481 235 0 24809 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 104432

[startup+51.1017 s]
/proc/loadavg: 2.02 2.02 1.98 3/73 5347
/proc/meminfo: memFree=1808408/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=50.69
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8030 0 0 0 5065 4 0 0 25 0 1 0 1981403586 106938368 3623 996147200 134512640 135477443 4294956224 18446744073709551615 134584329 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3623 481 235 0 24809 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 104432

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.98 3/73 5347
/proc/meminfo: memFree=1808408/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=101.48
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8033 0 0 0 10144 4 0 0 25 0 1 0 1981403586 106938368 3626 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3626 482 235 0 24809 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 104432

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.98 3/73 5347
/proc/meminfo: memFree=1808280/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=161.02
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8039 0 0 0 16097 5 0 0 25 0 1 0 1981403586 106938368 3632 996147200 134512640 135477443 4294956224 18446744073709551615 134609904 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3632 482 235 0 24809 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 104432

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808280/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=220.55
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8040 0 0 0 22050 5 0 0 25 0 1 0 1981403586 106938368 3633 996147200 134512640 135477443 4294956224 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3633 482 235 0 24809 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 104432

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=280.09
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8040 0 0 0 28004 5 0 0 25 0 1 0 1981403586 106938368 3633 996147200 134512640 135477443 4294956224 18446744073709551615 134584107 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3633 482 235 0 24809 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 104432

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808344/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=339.62
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8040 0 0 0 33957 5 0 0 25 0 1 0 1981403586 106938368 3633 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3633 482 235 0 24809 0
Current children cumulated CPU time (s) 339.62
Current children cumulated vsize (KiB) 104432

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808280/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=399.15
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8042 0 0 0 39910 5 0 0 25 0 1 0 1981403586 106938368 3635 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3635 482 235 0 24809 0
Current children cumulated CPU time (s) 399.15
Current children cumulated vsize (KiB) 104432

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808216/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=458.67
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8042 0 0 0 45861 6 0 0 25 0 1 0 1981403586 106938368 3635 996147200 134512640 135477443 4294956224 18446744073709551615 134609556 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3635 482 235 0 24809 0
Current children cumulated CPU time (s) 458.67
Current children cumulated vsize (KiB) 104432

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1808152/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=518.2
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 51814 6 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 518.2
Current children cumulated vsize (KiB) 104432

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1807960/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=577.73
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 57767 6 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 577.73
Current children cumulated vsize (KiB) 104432

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1807896/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=637.27
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 63721 6 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 637.27
Current children cumulated vsize (KiB) 104432


################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1807832/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=875.37
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 87531 6 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 875.37
Current children cumulated vsize (KiB) 104432

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5347
/proc/meminfo: memFree=1807832/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=934.91
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 93484 7 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 934.91
Current children cumulated vsize (KiB) 104432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5353
/proc/meminfo: memFree=1807760/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=994.42
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 99435 7 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134584312 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 994.42
Current children cumulated vsize (KiB) 104432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5353
/proc/meminfo: memFree=1807760/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1053.96
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8043 0 0 0 105389 7 0 0 25 0 1 0 1981403586 106938368 3636 996147200 134512640 135477443 4294956224 18446744073709551615 134584392 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3636 482 235 0 24809 0
Current children cumulated CPU time (s) 1053.96
Current children cumulated vsize (KiB) 104432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 5353
/proc/meminfo: memFree=1807696/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1113.49
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8046 0 0 0 111342 7 0 0 25 0 1 0 1981403586 106938368 3639 996147200 134512640 135477443 4294956224 18446744073709551615 134584180 0 0 4096 0 0 0 0 17 1 0 0
/proc/5346/statm: 26108 3639 482 235 0 24809 0
Current children cumulated CPU time (s) 1113.49
Current children cumulated vsize (KiB) 104432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1758480/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1173.14
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8046 0 0 0 117306 8 0 0 25 0 1 0 1981403586 106938368 3639 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3639 482 235 0 24809 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 104432

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1758224/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1233.11
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8046 0 0 0 123303 8 0 0 25 0 1 0 1981403586 106938368 3639 996147200 134512640 135477443 4294956224 18446744073709551615 134584070 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3639 482 235 0 24809 0
Current children cumulated CPU time (s) 1233.11
Current children cumulated vsize (KiB) 104432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1758032/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1293.09
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8048 0 0 0 129301 8 0 0 25 0 1 0 1981403586 106938368 3641 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3641 482 235 0 24809 0
Current children cumulated CPU time (s) 1293.09
Current children cumulated vsize (KiB) 104432

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757904/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1353.06
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8048 0 0 0 135298 8 0 0 25 0 1 0 1981403586 106938368 3641 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3641 482 235 0 24809 0
Current children cumulated CPU time (s) 1353.06
Current children cumulated vsize (KiB) 104432

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757904/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1413.04
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8048 0 0 0 141296 8 0 0 25 0 1 0 1981403586 106938368 3641 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3641 482 235 0 24809 0
Current children cumulated CPU time (s) 1413.04
Current children cumulated vsize (KiB) 104432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757912/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1473
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 147292 8 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134606846 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1473
Current children cumulated vsize (KiB) 104432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757912/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1532.97
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 153289 8 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1532.97
Current children cumulated vsize (KiB) 104432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757912/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1592.95
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 159287 8 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 135268685 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1592.95
Current children cumulated vsize (KiB) 104432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 5420
/proc/meminfo: memFree=1757912/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1652.93
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 165284 9 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1652.93
Current children cumulated vsize (KiB) 104432

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.99 4/81 5420
/proc/meminfo: memFree=1757912/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1712.9
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 171281 9 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1712.9
Current children cumulated vsize (KiB) 104432

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/81 5420
/proc/meminfo: memFree=1757656/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1772.87
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 177278 9 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1772.87
Current children cumulated vsize (KiB) 104432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 5420
/proc/meminfo: memFree=1757656/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1800.07
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 179998 9 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134584186 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 104432

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1809.51 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 5420
/proc/meminfo: memFree=1757656/2055920 swapFree=4180240/4192956
[pid=5346] ppid=5344 vsize=104432 CPUtime=1800.07
/proc/5346/stat : 5346 (casperzao) R 5344 5346 4570 0 -1 4194304 8052 0 0 0 179998 9 0 0 25 0 1 0 1981403586 106938368 3645 996147200 134512640 135477443 4294956224 18446744073709551615 134584186 0 0 4096 0 0 0 0 17 0 0 0
/proc/5346/statm: 26108 3645 482 235 0 24809 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 104432

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.51
CPU time (s): 1800.08
CPU user time (s): 1799.98
CPU system time (s): 0.100984
CPU usage (%): 99.4789
Max. virtual memory (cumulated for all children) (KiB): 126324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 40225

runsolver used 1.67075 second user time and 5.00424 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-02 20:45:16
IDJOB=1043105
IDBENCH=53631
IDSOLVER=361
FILE ID=node50/1043105-1215024316
PBS_JOBID= 7874370
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-3-mgd_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043105-1215024316/watcher-1043105-1215024316 -o /tmp/evaluation-result-1043105-1215024316/solver-1043105-1215024316 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043105-1215024316.xml 1272573895 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 475af845a08963ea8897b34f977bd188
RANDOM SEED=1272573895

node50.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.261
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.261
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:       1821824 kB
Buffers:         20848 kB
Cached:         136988 kB
SwapCached:       6724 kB
Active:         124584 kB
Inactive:        49736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821824 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3472 kB
Writeback:           0 kB
Mapped:          24236 kB
Slab:            45072 kB
Committed_AS:  3864188 kB
PageTables:       1836 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= 66544 MiB
End job on node50 at 2008-07-02 21:15:28