Trace number 1092993

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.08 1800.74

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-17.xml
MD5SUMf73eaa479d3cd7a81221d761868412dc
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 benchmark40.6618
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
2.99/3.08	c Building = 1
3.78/3.88	c [ NumberOfVariables = 25 ]
3.78/3.88	c [ NumberOfConstraints = 56 ]
3.78/3.88	c [ SizeOfSearchSpace(log2) = 58.0482 ]
3.78/3.88	c SymmetrySearch = (OutOfMemory)
9.79/9.83	c [ Proceeding without symmetry breaking ]
11.08/11.11	c InitialPropagation = 1
11.08/11.15	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.08/11.15	c InitialSAC = 1
13.28/13.36	c [ SizeOfSearchSpace(log2) = 58.0482 ]
13.28/13.36	c Search(SampleFF) : 
112.05/112.13	c [ Sampling domwdeg ]
112.05/112.13	c [ Sampling impacts ]
112.05/112.13	c [ SamplingScores: ]
112.05/112.13	c [ domwdeg+min = 4.23615e-06 | domwdeg+rnd = 2.76026e-07 ]
112.05/112.13	c [ impacts+min = 2.36132e-08 | impacts+rnd = 2.21628e-09 ]
112.05/112.13	c [ la+min = 0 | la+rnd = 0 ]
112.05/112.13	c [ domwdeg = 2.25609e-06 | impacts = 1.29147e-08 | la = 0 ]
112.05/112.13	c [ min = 1.41992e-06 | rand = 1.29147e-08 ]
112.05/112.13	c [ restarting at (2.57084,8.192e-07) ]
118.54/118.61	c [ restarting at (6.4271,4.608e-06) ]
134.64/134.75	c [ restarting at (16.0678,4.12672e-05) ]
174.92/175.09	c [ restarting at (40.1694,2.93929e-05) ]
275.49/275.63	c [ restarting at (100.424,3.85024e-05) ]
526.51/526.75	c [ restarting at (251.059,8.0589e-05) ]
1154.06/1154.55	c [ restarting at (627.647,0.00077568) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2444
/proc/meminfo: memFree=1834456/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=5348 CPUtime=0
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 2003726635 5476352 182 996147200 134512640 135472138 4294956224 18446744073709551615 1950304 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 1337 182 152 234 0 27 0

[startup+0.054718 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2444
/proc/meminfo: memFree=1834456/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=6632 CPUtime=0.04
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 775 0 0 0 4 0 0 0 18 0 1 0 2003726635 6791168 735 996147200 134512640 135472138 4294956224 18446744073709551615 134794092 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 1658 735 364 234 0 360 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6632

[startup+0.101725 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2444
/proc/meminfo: memFree=1834456/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=8704 CPUtime=0.09
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 1274 0 0 0 9 0 0 0 18 0 1 0 2003726635 8912896 1234 996147200 134512640 135472138 4294956224 18446744073709551615 134779344 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 2176 1234 365 234 0 878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.301744 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2444
/proc/meminfo: memFree=1834456/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=14084 CPUtime=0.29
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 2637 0 0 0 28 1 0 0 19 0 1 0 2003726635 14422016 2597 996147200 134512640 135472138 4294956224 18446744073709551615 2414203 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 3521 2602 365 234 0 2223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14084

[startup+0.701776 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2444
/proc/meminfo: memFree=1834456/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=24180 CPUtime=0.69
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 5154 0 0 0 67 2 0 0 23 0 1 0 2003726635 24760320 5114 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 6045 5114 365 234 0 4747 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24180

[startup+1.50184 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1807632/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=43732 CPUtime=1.48
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 10050 0 0 0 144 4 0 0 25 0 1 0 2003726635 44781568 10010 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 10933 10010 365 234 0 9635 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43732

[startup+3.10199 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1781008/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=184056 CPUtime=3.08
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 21525 0 0 0 298 10 0 0 25 0 1 0 2003726635 188473344 21485 996147200 134512640 135472138 4294956224 18446744073709551615 134546792 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 46014 21492 394 234 0 44716 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 184056

[startup+6.30128 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1493776/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=552276 CPUtime=6.28
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 109485 0 0 0 583 45 0 0 25 0 1 0 2003726635 565530624 109445 996147200 134512640 135472138 4294956224 18446744073709551615 2414203 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 138069 109446 432 234 0 136771 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 552276

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1666704/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=12.68
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 183760 0 0 0 1186 82 0 0 25 0 1 0 2003726635 290205696 42153 996147200 134512640 135472138 4294956224 18446744073709551615 134604861 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42153 463 234 0 69553 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 283404

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1666448/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=25.48
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 183863 0 0 0 2465 83 0 0 25 0 1 0 2003726635 290205696 42256 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42256 475 234 0 69553 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 283404

[startup+51.1013 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 2445
/proc/meminfo: memFree=1665488/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=51.07
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184097 0 0 0 5024 83 0 0 25 0 1 0 2003726635 290205696 42490 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42490 483 234 0 69553 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 283404

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 2445
/proc/meminfo: memFree=1665488/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=102.25
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184101 0 0 0 10142 83 0 0 25 0 1 0 2003726635 290205696 42494 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42494 485 234 0 69553 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 283404

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1665360/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=162.23
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184130 0 0 0 16140 83 0 0 25 0 1 0 2003726635 290205696 42523 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42523 486 234 0 69553 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 283404

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1665168/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=222.2
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184135 0 0 0 22137 83 0 0 25 0 1 0 2003726635 290205696 42528 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42528 486 234 0 69553 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 283404

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1665168/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=282.18
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184137 0 0 0 28135 83 0 0 25 0 1 0 2003726635 290205696 42530 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42530 486 234 0 69553 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 283404

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1665104/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=342.16
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184143 0 0 0 34133 83 0 0 25 0 1 0 2003726635 290205696 42536 996147200 134512640 135472138 4294956224 18446744073709551615 134604951 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42536 486 234 0 69553 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 283404

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1665040/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=402.15
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 40131 84 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 283404

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1664976/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=462.13
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 46129 84 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 283404

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2445
/proc/meminfo: memFree=1664912/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=522.11
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 52127 84 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 283404

[startup+582.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 2445
/proc/meminfo: memFree=1664848/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=582.08
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 58124 84 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134604891 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 283404

[startup+642.302 s]
/proc/loadavg: 2.12 2.05 2.01 3/82 2445
/proc/meminfo: memFree=1664848/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=642.07
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 64123 84 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 283404


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

[startup+882.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/73 2475
/proc/meminfo: memFree=1482592/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=881.96
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 88107 89 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134604915 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 283404

[startup+942.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/73 2481
/proc/meminfo: memFree=1482464/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=941.93
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 94104 89 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 283404

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 2481
/proc/meminfo: memFree=1482272/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1001.92
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 100102 90 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134585294 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 283404

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 2481
/proc/meminfo: memFree=1482080/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1061.9
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 106100 90 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 283404

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 2481
/proc/meminfo: memFree=1482080/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1121.87
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184154 0 0 0 112097 90 0 0 25 0 1 0 2003726635 290205696 42547 996147200 134512640 135472138 4294956224 18446744073709551615 134585155 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42547 486 234 0 69553 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 283404

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 2481
/proc/meminfo: memFree=1482016/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1181.85
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184168 0 0 0 118095 90 0 0 25 0 1 0 2003726635 290205696 42561 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42561 486 234 0 69553 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 283404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 2481
/proc/meminfo: memFree=1481888/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1241.83
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184168 0 0 0 124093 90 0 0 25 0 1 0 2003726635 290205696 42561 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42561 486 234 0 69553 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 283404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481824/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1301.81
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 130091 90 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585005 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 283404

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481824/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1361.78
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 136088 90 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585164 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 283404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481824/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1421.77
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 142087 90 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 283404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481760/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1481.74
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 148084 90 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585110 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 283404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481696/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1541.73
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 154082 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 283404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481696/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1601.71
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 160080 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 283404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481696/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1661.68
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 166077 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 283404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481696/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1721.66
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 172075 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 283404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481504/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1781.64
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 178073 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 283404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481504/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1800.04
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 179913 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 283404

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

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2481
/proc/meminfo: memFree=1481504/2055920 swapFree=4179776/4192956
[pid=2444] ppid=2442 vsize=283404 CPUtime=1800.04
/proc/2444/stat : 2444 (casperzito) R 2442 2444 1626 0 -1 4194304 184195 0 0 0 179913 91 0 0 25 0 1 0 2003726635 290205696 42588 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2444/statm: 70851 42588 486 234 0 69553 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 283404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.74
CPU time (s): 1800.08
CPU user time (s): 1799.14
CPU system time (s): 0.942856
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 858488

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

runsolver used 1.86472 second user time and 5.08423 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 10:45:42
IDJOB=1092993
IDBENCH=58674
IDSOLVER=362
FILE ID=node43/1092993-1215247539
PBS_JOBID= 7882017
Free space on /tmp= 66480 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-17.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092993-1215247539/watcher-1092993-1215247539 -o /tmp/evaluation-result-1092993-1215247539/solver-1092993-1215247539 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1092993-1215247539.xml 1882347340 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f73eaa479d3cd7a81221d761868412dc
RANDOM SEED=1882347340

node43.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.230
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.230
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:       1834936 kB
Buffers:          9084 kB
Cached:         123024 kB
SwapCached:       6816 kB
Active:         136288 kB
Inactive:        32596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834936 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:           33388 kB
Writeback:           0 kB
Mapped:          53160 kB
Slab:            37088 kB
Committed_AS:  3806404 kB
PageTables:       2004 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= 66448 MiB
End job on node43 at 2008-07-05 11:15:44