Trace number 1072209

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 zito? (TO) 1800.11 1803.71

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-5_ext.xml
MD5SUM967ec40375226d9f3a84ab3278892d5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.164
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.29/0.34	c Building = 1
0.38/0.42	c [ NumberOfVariables = 24 ]
0.38/0.42	c [ NumberOfConstraints = 74 ]
0.38/0.42	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.42	c SymmetrySearch = 1
1.57/1.69	c InitialPropagation = 1
1.67/1.71	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.67/1.71	c InitialSAC = 1
1.87/1.93	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.87/1.93	c Search(SampleFF) : 
80.98/81.77	c [ Sampling domwdeg ]
80.98/81.77	c [ Sampling impacts ]
80.98/81.77	c [ SamplingScores: ]
80.98/81.77	c [ domwdeg+min = 1.13821e-06 | domwdeg+rnd = 2.30297e-07 ]
80.98/81.77	c [ impacts+min = 1.24083e-06 | impacts+rnd = 1.57451e-06 ]
80.98/81.77	c [ la+min = 0 | la+rnd = 0 ]
80.98/81.77	c [ domwdeg = 6.84253e-07 | impacts = 1.40767e-06 | la = 0 ]
80.98/81.77	c [ min = 7.93014e-07 | rand = 1.40767e-06 ]
80.98/81.77	c [ restarting at (3.96356,6.50436e-06) ]
91.59/92.42	c [ restarting at (9.9089,3.01931e-06) ]
117.86/118.98	c [ restarting at (24.7722,2.1921e-05) ]
183.69/185.36	c [ restarting at (61.9306,2.28834e-05) ]
336.37/339.30	c [ restarting at (154.827,6.66881e-05) ]
723.38/726.50	c [ restarting at (387.066,0.000206213) ]
1690.94/1694.53	c [ restarting at (967.666,0.000943413) ]

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-1072209-1215172216/watcher-1072209-1215172216 -o /tmp/evaluation-result-1072209-1215172216/solver-1072209-1215172216 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1072209-1215172216.xml 160461570 

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.91 1.95 1.89 4/75 31535
/proc/meminfo: memFree=1583848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=1052 CPUtime=0
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1996196031 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7484196 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 263 26 20 234 0 3 0

[startup+0.110186 s]
/proc/loadavg: 1.91 1.95 1.89 4/75 31535
/proc/meminfo: memFree=1583848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=7556 CPUtime=0.09
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 993 0 0 0 9 0 0 0 18 0 1 0 1996196031 7737344 953 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 1889 953 365 234 0 591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7556

[startup+0.201204 s]
/proc/loadavg: 1.91 1.95 1.89 4/75 31535
/proc/meminfo: memFree=1583848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=9548 CPUtime=0.18
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 1499 0 0 0 18 0 0 0 18 0 1 0 1996196031 9777152 1459 996147200 134512640 135472138 4294956224 18446744073709551615 134794165 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 2387 1459 365 234 0 1089 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9548

[startup+0.301224 s]
/proc/loadavg: 1.91 1.95 1.89 4/75 31535
/proc/meminfo: memFree=1583848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=11804 CPUtime=0.29
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 2046 0 0 0 28 1 0 0 19 0 1 0 1996196031 12087296 2006 996147200 134512640 135472138 4294956224 18446744073709551615 134794254 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 2951 2006 365 234 0 1653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11804

[startup+0.701299 s]
/proc/loadavg: 1.91 1.95 1.89 4/75 31535
/proc/meminfo: memFree=1583848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=146508 CPUtime=0.67
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 11201 0 0 0 64 3 0 0 23 0 1 0 1996196031 150024192 11161 996147200 134512640 135472138 4294956224 18446744073709551615 134641569 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 36627 11161 432 234 0 35329 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 146508

[startup+1.50146 s]
/proc/loadavg: 1.91 1.95 1.89 3/76 31536
/proc/meminfo: memFree=1497632/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=212024 CPUtime=1.47
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 23561 0 0 0 139 8 0 0 25 0 1 0 1996196031 217112576 23359 996147200 134512640 135472138 4294956224 18446744073709551615 134536295 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 53006 23359 439 234 0 51708 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 212024

[startup+3.10175 s]
/proc/loadavg: 1.91 1.95 1.89 3/76 31536
/proc/meminfo: memFree=1563744/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=3.06
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24506 0 0 0 296 10 0 0 25 0 1 0 1996196031 124342272 5496 996147200 134512640 135472138 4294956224 18446744073709551615 135263631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5496 476 234 0 29059 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121428

[startup+6.30135 s]
/proc/loadavg: 1.92 1.95 1.89 3/76 31536
/proc/meminfo: memFree=1563168/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=6.23
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24561 0 0 0 613 10 0 0 25 0 1 0 1996196031 124342272 5551 996147200 134512640 135472138 4294956224 18446744073709551615 134604899 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5551 476 234 0 29059 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121428

[startup+12.7016 s]
/proc/loadavg: 1.93 1.95 1.89 3/76 31536
/proc/meminfo: memFree=1562976/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=12.57
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24580 0 0 0 1247 10 0 0 25 0 1 0 1996196031 124342272 5570 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5570 476 234 0 29059 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121428

[startup+25.502 s]
/proc/loadavg: 1.94 1.96 1.89 3/76 31536
/proc/meminfo: memFree=1563104/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=25.26
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24587 0 0 0 2516 10 0 0 25 0 1 0 1996196031 124342272 5577 996147200 134512640 135472138 4294956224 18446744073709551615 134585167 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5577 476 234 0 29059 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 121428

[startup+51.1017 s]
/proc/loadavg: 1.96 1.96 1.90 3/76 31536
/proc/meminfo: memFree=1562912/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=50.64
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24612 0 0 0 5054 10 0 0 25 0 1 0 1996196031 124342272 5602 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5602 478 234 0 29059 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 121428

[startup+102.301 s]
/proc/loadavg: 1.98 1.96 1.90 3/76 31536
/proc/meminfo: memFree=1562848/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=101.4
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24613 0 0 0 10130 10 0 0 25 0 1 0 1996196031 124342272 5603 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5603 479 234 0 29059 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 121428

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31537
/proc/meminfo: memFree=1562712/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=160.88
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24631 0 0 0 16078 10 0 0 25 0 1 0 1996196031 124342272 5621 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5621 479 234 0 29059 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 121428

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31537
/proc/meminfo: memFree=1562712/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=220.37
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24631 0 0 0 22027 10 0 0 25 0 1 0 1996196031 124342272 5621 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5621 479 234 0 29059 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 121428

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31537
/proc/meminfo: memFree=1562712/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=279.86
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24631 0 0 0 27975 11 0 0 25 0 1 0 1996196031 124342272 5621 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/31535/statm: 30357 5621 479 234 0 29059 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 121428

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/70 31559
/proc/meminfo: memFree=1615120/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=339.36
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 33925 11 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 121428

[startup+402.302 s]
/proc/loadavg: 2.03 1.99 1.91 3/75 31588
/proc/meminfo: memFree=1583144/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=399.34
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 39922 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 399.34
Current children cumulated vsize (KiB) 121428

[startup+462.302 s]
/proc/loadavg: 2.01 1.99 1.91 3/75 31588
/proc/meminfo: memFree=1578920/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=459.31
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 45919 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 459.31
Current children cumulated vsize (KiB) 121428

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 31588
/proc/meminfo: memFree=1575720/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=519.28
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 51916 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 519.28
Current children cumulated vsize (KiB) 121428

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 31588
/proc/meminfo: memFree=1571752/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=579.25
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 57913 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 579.25
Current children cumulated vsize (KiB) 121428

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 31588
/proc/meminfo: memFree=1568232/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=639.23
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 63911 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 639.23
Current children cumulated vsize (KiB) 121428


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

[startup+822.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 31594
/proc/meminfo: memFree=1559968/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=819.14
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 81902 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585083 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 819.14
Current children cumulated vsize (KiB) 121428

[startup+882.307 s]
/proc/loadavg: 2.04 2.00 1.92 3/75 31594
/proc/meminfo: memFree=1557408/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=879.12
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 87900 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585008 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 879.12
Current children cumulated vsize (KiB) 121428

[startup+942.302 s]
/proc/loadavg: 2.05 2.01 1.93 3/75 31594
/proc/meminfo: memFree=1555104/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=939.08
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 93896 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134604978 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 939.08
Current children cumulated vsize (KiB) 121428

[startup+1002.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/75 31594
/proc/meminfo: memFree=1553064/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=999.05
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 99893 12 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 999.05
Current children cumulated vsize (KiB) 121428

[startup+1062.3 s]
/proc/loadavg: 2.13 2.05 1.94 3/75 31594
/proc/meminfo: memFree=1550824/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1059.04
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 105891 13 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134577808 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 1059.04
Current children cumulated vsize (KiB) 121428

[startup+1122.3 s]
/proc/loadavg: 2.12 2.05 1.95 3/75 31594
/proc/meminfo: memFree=1548584/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1119.01
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24636 0 0 0 111888 13 0 0 25 0 1 0 1996196031 124342272 5626 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5626 479 234 0 29059 0
Current children cumulated CPU time (s) 1119.01
Current children cumulated vsize (KiB) 121428

[startup+1182.3 s]
/proc/loadavg: 2.11 2.06 1.95 3/75 31594
/proc/meminfo: memFree=1546152/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1178.98
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24649 0 0 0 117885 13 0 0 25 0 1 0 1996196031 124342272 5639 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5639 479 234 0 29059 0
Current children cumulated CPU time (s) 1178.98
Current children cumulated vsize (KiB) 121428

[startup+1242.3 s]
/proc/loadavg: 2.45 2.15 1.99 3/75 31594
/proc/meminfo: memFree=1544296/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1238.95
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24649 0 0 0 123882 13 0 0 25 0 1 0 1996196031 124342272 5639 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5639 479 234 0 29059 0
Current children cumulated CPU time (s) 1238.95
Current children cumulated vsize (KiB) 121428

[startup+1302.3 s]
/proc/loadavg: 2.51 2.24 2.03 3/75 31594
/proc/meminfo: memFree=1544232/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1298.93
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24663 0 0 0 129880 13 0 0 25 0 1 0 1996196031 124342272 5653 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5653 479 234 0 29059 0
Current children cumulated CPU time (s) 1298.93
Current children cumulated vsize (KiB) 121428

[startup+1362.3 s]
/proc/loadavg: 2.24 2.21 2.03 3/75 31594
/proc/meminfo: memFree=1544232/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1358.9
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24663 0 0 0 135877 13 0 0 25 0 1 0 1996196031 124342272 5653 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5653 479 234 0 29059 0
Current children cumulated CPU time (s) 1358.9
Current children cumulated vsize (KiB) 121428

[startup+1422.3 s]
/proc/loadavg: 2.09 2.17 2.02 3/75 31594
/proc/meminfo: memFree=1543912/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1418.88
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24663 0 0 0 141875 13 0 0 25 0 1 0 1996196031 124342272 5653 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5653 479 234 0 29059 0
Current children cumulated CPU time (s) 1418.88
Current children cumulated vsize (KiB) 121428

[startup+1482.3 s]
/proc/loadavg: 2.03 2.13 2.02 3/75 31594
/proc/meminfo: memFree=1543912/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1478.84
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24663 0 0 0 147871 13 0 0 25 0 1 0 1996196031 124342272 5653 996147200 134512640 135472138 4294956224 18446744073709551615 134584985 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5653 479 234 0 29059 0
Current children cumulated CPU time (s) 1478.84
Current children cumulated vsize (KiB) 121428

[startup+1542.31 s]
/proc/loadavg: 2.01 2.11 2.01 3/75 31594
/proc/meminfo: memFree=1543912/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1538.82
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24679 0 0 0 153869 13 0 0 25 0 1 0 1996196031 124342272 5669 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5669 479 234 0 29059 0
Current children cumulated CPU time (s) 1538.82
Current children cumulated vsize (KiB) 121428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.00 3/75 31594
/proc/meminfo: memFree=1543784/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1598.79
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24688 0 0 0 159866 13 0 0 25 0 1 0 1996196031 124342272 5678 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5678 479 234 0 29059 0
Current children cumulated CPU time (s) 1598.79
Current children cumulated vsize (KiB) 121428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.00 3/75 31594
/proc/meminfo: memFree=1543720/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1658.76
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24688 0 0 0 165863 13 0 0 25 0 1 0 1996196031 124342272 5678 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5678 479 234 0 29059 0
Current children cumulated CPU time (s) 1658.76
Current children cumulated vsize (KiB) 121428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/75 31594
/proc/meminfo: memFree=1543592/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1718.73
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24688 0 0 0 171860 13 0 0 25 0 1 0 1996196031 124342272 5678 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5678 479 234 0 29059 0
Current children cumulated CPU time (s) 1718.73
Current children cumulated vsize (KiB) 121428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/75 31594
/proc/meminfo: memFree=1543080/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1778.7
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24688 0 0 0 177857 13 0 0 25 0 1 0 1996196031 124342272 5678 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5678 479 234 0 29059 0
Current children cumulated CPU time (s) 1778.7
Current children cumulated vsize (KiB) 121428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.00 2.04 2.00 3/75 31594
/proc/meminfo: memFree=1543080/2055920 swapFree=4180456/4192956
[pid=31535] ppid=31533 vsize=121428 CPUtime=1800.09
/proc/31535/stat : 31535 (casperzito) R 31533 31535 31170 0 -1 4194304 24688 0 0 0 179996 13 0 0 25 0 1 0 1996196031 124342272 5678 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 0 0 0
/proc/31535/statm: 30357 5678 479 234 0 29059 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 121428

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): 1803.71
CPU time (s): 1800.11
CPU user time (s): 1799.97
CPU system time (s): 0.139978
CPU usage (%): 99.8003
Max. virtual memory (cumulated for all children) (KiB): 212024

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

runsolver used 2.13667 second user time and 5.76712 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 13:50:17
IDJOB=1072209
IDBENCH=56239
IDSOLVER=362
FILE ID=node19/1072209-1215172216
PBS_JOBID= 7881513
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-5_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072209-1215172216/watcher-1072209-1215172216 -o /tmp/evaluation-result-1072209-1215172216/solver-1072209-1215172216 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1072209-1215172216.xml 160461570 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 967ec40375226d9f3a84ab3278892d5c
RANDOM SEED=160461570

node19.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	: 5931.00
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:       1584328 kB
Buffers:         91112 kB
Cached:         251392 kB
SwapCached:       6540 kB
Active:         272224 kB
Inactive:       129328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584328 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            5672 kB
Writeback:           0 kB
Mapped:          65748 kB
Slab:            55080 kB
Committed_AS:  3517272 kB
PageTables:       1980 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= 66540 MiB
End job on node19 at 2008-07-04 14:20:22