Trace number 1064513

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.05 1823.41

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-60.xml
MD5SUMb21f5127694617ef1ec57e033a0a71a2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.9073
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
3.34/3.45	c [ NumberOfVariables = 149 ]
3.34/3.45	c [ NumberOfConstraints = 1274 ]
3.34/3.45	c [ SizeOfSearchSpace(log2) = 630.212 ]
3.34/3.45	c SymmetrySearch = 1
3.53/3.60	c [ Found 4 symmetries ]
3.53/3.61	c InitialPropagation = 1
3.53/3.62	c [ SizeOfSearchSpace(log2) = 616.828 ]
3.53/3.62	c InitialSAC = 1
3.53/3.66	c [ SizeOfSearchSpace(log2) = 616.828 ]
3.53/3.66	c Search(SampleFF) : 
83.13/84.44	c [ Sampling domwdeg ]
83.13/84.44	c [ Sampling impacts ]
83.13/84.44	c [ Sampling la ]
83.13/84.44	c [ SamplingScores: ]
83.13/84.44	c [ domwdeg+min = 6.89025e-119 | domwdeg+rnd = 4.35395e-99 ]
83.13/84.44	c [ impacts+min = 1.97718e-30 | impacts+rnd = 1.23954e-24 ]
83.13/84.44	c [ la+min = 5.3915e-07 | la+rnd = 2.68781e-24 ]
83.13/84.44	c [ domwdeg = 2.17698e-99 | impacts = 6.19769e-25 | la = 2.69575e-07 ]
83.13/84.44	c [ min = 1.79717e-07 | rand = 6.19769e-25 ]
83.13/84.44	c [ restarting at (1.60065,1.99776e-49) ]
87.36/88.76	c [ restarting at (4.00163,2.92057e-52) ]
98.10/99.61	c [ restarting at (10.0041,8.09277e-43) ]
124.50/126.44	c [ restarting at (25.0102,5.72242e-35) ]
190.50/193.47	c [ restarting at (62.5255,2.84433e-46) ]
355.60/361.02	c [ restarting at (156.314,1.95208e-16) ]
768.16/779.89	c [ restarting at (390.784,1.96719e-27) ]
1444.42/1466.33	c [ restarting at (976.961,7.71826e-26) ]

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

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: 1.93 1.99 1.99 4/93 9854
/proc/meminfo: memFree=1390760/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=1056 CPUtime=0
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1993186410 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 8438564 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 264 26 20 235 0 3 0

[startup+0.087899 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 9854
/proc/meminfo: memFree=1390760/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=287504 CPUtime=0.07
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 981 0 0 0 7 0 0 0 18 0 1 0 1993186410 294404096 758 996147200 134512640 135477443 4294956224 18446744073709551615 8875086 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 71876 760 464 235 0 70577 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 287504

[startup+0.101862 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 9854
/proc/meminfo: memFree=1390760/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=287504 CPUtime=0.08
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 1087 0 0 0 8 0 0 0 18 0 1 0 1993186410 294404096 777 996147200 134512640 135477443 4294956224 18446744073709551615 135268124 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 71876 777 464 235 0 70577 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287504

[startup+0.3019 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 9854
/proc/meminfo: memFree=1390760/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=288296 CPUtime=0.28
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 2722 0 0 0 27 1 0 0 19 0 1 0 1993186410 295215104 1015 996147200 134512640 135477443 4294956224 18446744073709551615 135258566 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 72074 1016 464 235 0 70775 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 288296

[startup+0.701979 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 9854
/proc/meminfo: memFree=1390760/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=289880 CPUtime=0.67
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 5859 0 0 0 64 3 0 0 23 0 1 0 1993186410 296837120 1507 996147200 134512640 135477443 4294956224 18446744073709551615 135258566 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 72470 1507 464 235 0 71171 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 289880

[startup+1.50113 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1384864/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=292916 CPUtime=1.46
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 12280 0 0 0 139 7 0 0 25 0 1 0 1993186410 299945984 2485 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 73229 2485 464 235 0 71930 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 292916

[startup+3.10243 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1379552/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=299120 CPUtime=3.03
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 25267 0 0 0 288 15 0 0 25 0 1 0 1993186410 306298880 4420 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 74780 4420 464 235 0 73481 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 299120

[startup+6.30104 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1370080/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=6.2
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29759 0 0 0 602 18 0 0 25 0 1 0 1993186410 118300672 5604 996147200 134512640 135477443 4294956224 18446744073709551615 134911550 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5604 512 235 0 27583 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 115528

[startup+12.7012 s]
/proc/loadavg: 1.94 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1370080/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=12.5
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29760 0 0 0 1232 18 0 0 25 0 1 0 1993186410 118300672 5605 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5605 513 235 0 27583 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 115528

[startup+25.5017 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369952/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=25.11
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29760 0 0 0 2493 18 0 0 25 0 1 0 1993186410 118300672 5605 996147200 134512640 135477443 4294956224 18446744073709551615 135208650 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5605 513 235 0 27583 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 115528

[startup+51.1015 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369952/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=50.32
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29771 0 0 0 5014 18 0 0 25 0 1 0 1993186410 118300672 5616 996147200 134512640 135477443 4294956224 18446744073709551615 134912037 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5616 513 235 0 27583 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 115528

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369376/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=100.76
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29937 0 0 0 10057 19 0 0 25 0 1 0 1993186410 118300672 5782 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5782 514 235 0 27583 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 115528

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369312/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=159.87
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29937 0 0 0 15968 19 0 0 25 0 1 0 1993186410 118300672 5782 996147200 134512640 135477443 4294956224 18446744073709551615 134912062 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5782 514 235 0 27583 0
Current children cumulated CPU time (s) 159.87
Current children cumulated vsize (KiB) 115528

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369248/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=218.97
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 21878 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990288 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 218.97
Current children cumulated vsize (KiB) 115528

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369248/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=278.07
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 27788 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134911548 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 278.07
Current children cumulated vsize (KiB) 115528

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369184/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=337.18
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 33699 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990301 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 337.18
Current children cumulated vsize (KiB) 115528

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369120/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=396.28
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 39609 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 396.28
Current children cumulated vsize (KiB) 115528

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1369056/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=455.39
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 45520 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 455.39
Current children cumulated vsize (KiB) 115528

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1368992/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=514.49
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 51430 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134912069 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 514.49
Current children cumulated vsize (KiB) 115528

[startup+582.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1368864/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=573.6
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 57341 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 135272506 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 573.6
Current children cumulated vsize (KiB) 115528

[startup+642.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9855
/proc/meminfo: memFree=1368864/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=632.7
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 63251 19 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 632.7
Current children cumulated vsize (KiB) 115528


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368800/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=810.03
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 80983 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134927348 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 810.03
Current children cumulated vsize (KiB) 115528

[startup+882.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368800/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=869.13
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 86893 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 869.13
Current children cumulated vsize (KiB) 115528

[startup+942.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368736/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=928.24
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 92804 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 928.24
Current children cumulated vsize (KiB) 115528

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368736/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=987.34
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 98714 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990354 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 987.34
Current children cumulated vsize (KiB) 115528

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368736/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1046.45
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 104625 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1046.45
Current children cumulated vsize (KiB) 115528

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368608/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1105.55
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 110535 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1105.55
Current children cumulated vsize (KiB) 115528

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368544/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1164.65
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 116445 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134922314 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1164.65
Current children cumulated vsize (KiB) 115528

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368544/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1223.76
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 122356 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1223.76
Current children cumulated vsize (KiB) 115528

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368544/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1282.87
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 128267 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1282.87
Current children cumulated vsize (KiB) 115528

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 9857
/proc/meminfo: memFree=1368608/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1341.97
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 134177 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1341.97
Current children cumulated vsize (KiB) 115528

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 4/94 9857
/proc/meminfo: memFree=1368800/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1401.08
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 140088 20 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 1 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1401.08
Current children cumulated vsize (KiB) 115528

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/85 9860
/proc/meminfo: memFree=1445792/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1460.36
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 146015 21 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134583590 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1460.36
Current children cumulated vsize (KiB) 115528

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/85 9860
/proc/meminfo: memFree=1445792/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1520.11
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 151990 21 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1520.11
Current children cumulated vsize (KiB) 115528

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/85 9860
/proc/meminfo: memFree=1445728/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1579.86
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 157965 21 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1579.86
Current children cumulated vsize (KiB) 115528

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/85 9860
/proc/meminfo: memFree=1445728/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1639.61
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 163940 21 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134679601 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1639.61
Current children cumulated vsize (KiB) 115528

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 9901
/proc/meminfo: memFree=1444216/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1699.34
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 169912 22 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 9740027 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1699.34
Current children cumulated vsize (KiB) 115528

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 9901
/proc/meminfo: memFree=1444216/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1759.1
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 175888 22 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1759.1
Current children cumulated vsize (KiB) 115528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.4 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 9901
/proc/meminfo: memFree=1444216/2055920 swapFree=4180412/4192956
[pid=9854] ppid=9852 vsize=115528 CPUtime=1800.03
/proc/9854/stat : 9854 (casperzao) R 9852 9854 7210 0 -1 4194304 29941 0 0 0 179981 22 0 0 25 0 1 0 1993186410 118300672 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/9854/statm: 28882 5786 514 235 0 27583 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 115528

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1823.41
CPU time (s): 1800.05
CPU user time (s): 1799.81
CPU system time (s): 0.231964
CPU usage (%): 98.7187
Max. virtual memory (cumulated for all children) (KiB): 300308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29941
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= 53682

runsolver used 1.71174 second user time and 4.94525 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 05:28:41
IDJOB=1064513
IDBENCH=54959
IDSOLVER=361
FILE ID=node21/1064513-1215142121
PBS_JOBID= 7877225
Free space on /tmp= 66536 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-60.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064513-1215142121/watcher-1064513-1215142121 -o /tmp/evaluation-result-1064513-1215142121/solver-1064513-1215142121 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064513-1215142121.xml 1226919083 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b21f5127694617ef1ec57e033a0a71a2
RANDOM SEED=1226919083

node21.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:       1391240 kB
Buffers:         69748 kB
Cached:         335452 kB
SwapCached:       6608 kB
Active:         410060 kB
Inactive:       188436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391240 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         209632 kB
Slab:            50636 kB
Committed_AS:  4101008 kB
PageTables:       2408 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= 66552 MiB
End job on node21 at 2008-07-04 05:59:07