Trace number 333517

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, and are wall clock time (not CPU 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
ornithorynque 0.1 alpha? (TO) 1200.26 601.565

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-210-1.sat05-2158.reshuffled-07.cnf
MD5SUMec08a813e0e830faf90b4c50fad3a86d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of clauses840
Sum of the clauses size2520
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3840
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.00/0.00	c ...done
0.00/0.01	c nbVar=210 nbClause=840
0.00/0.01	c nbVar=210 nbClause=840
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=748 maxSat=0
0.00/0.03	c flip 0 nbSat=1022 maxSat=827
0.18/0.10	c flip 0 nbSat=2030 maxSat=1115
0.58/0.37	c flip 0 nbSat=4989 maxSat=2118
1.98/1.05	c flip 0 nbSat=10262 maxSat=5086
2.18/1.11	c nbDecision=10000 #clauses=10815
4.77/2.43	c nbDecision=20000 #clauses=20813
5.57/2.88	c flip 0 nbSat=23570 maxSat=10343
8.17/4.10	c nbDecision=30000 #clauses=30816
11.76/5.94	c nbDecision=40000 #clauses=40814
16.95/8.58	c nbDecision=50000 #clauses=50815
17.94/9.07	c flip 0 nbSat=52356 maxSat=23655
22.14/11.19	c nbDecision=60000 #clauses=60815
27.52/13.89	c nbDecision=70000 #clauses=70820
30.91/15.51	c nbDecision=80000 #clauses=80815
34.50/17.34	c nbDecision=90000 #clauses=90818
38.50/19.34	c nbDecision=100000 #clauses=100816
42.48/21.39	c nbDecision=110000 #clauses=110815
47.27/23.73	c nbDecision=120000 #clauses=120816
52.26/26.22	c nbDecision=130000 #clauses=130818
53.66/26.92	c flip 0 nbSat=132714 maxSat=52460
56.65/28.47	c nbDecision=140000 #clauses=140817
60.44/30.38	c nbDecision=150000 #clauses=150815
64.63/32.41	c nbDecision=160000 #clauses=160819
69.02/34.63	c nbDecision=170000 #clauses=170816
73.22/36.78	c nbDecision=180000 #clauses=180815
78.00/39.16	c nbDecision=190000 #clauses=190817
83.40/41.86	c nbDecision=200000 #clauses=200814
87.58/43.91	c nbDecision=210000 #clauses=210817
92.18/46.26	c nbDecision=220000 #clauses=220814
97.36/48.86	c nbDecision=230000 #clauses=230815
102.55/51.43	c nbDecision=240000 #clauses=240815
107.93/54.11	c nbDecision=250000 #clauses=250820
113.73/57.03	c nbDecision=260000 #clauses=260820
120.51/60.49	c nbDecision=270000 #clauses=270814
128.08/64.29	c nbDecision=280000 #clauses=280819
136.07/68.25	c nbDecision=290000 #clauses=290815
144.45/72.44	c nbDecision=300000 #clauses=300815
148.03/74.24	c flip 0 nbSat=304597 maxSat=132794
152.02/76.28	c nbDecision=310000 #clauses=310816
160.21/80.34	c nbDecision=320000 #clauses=320815
169.19/84.84	c nbDecision=330000 #clauses=330818
176.17/88.32	c nbDecision=340000 #clauses=340816
183.75/92.15	c nbDecision=350000 #clauses=350815
191.93/96.20	c nbDecision=360000 #clauses=360819
199.53/100.06	c nbDecision=370000 #clauses=370815
207.49/104.02	c nbDecision=380000 #clauses=380815
216.07/108.32	c nbDecision=390000 #clauses=390819
223.87/112.28	c nbDecision=400000 #clauses=400815
231.44/116.08	c nbDecision=410000 #clauses=410814
238.83/119.74	c nbDecision=420000 #clauses=420816
246.80/123.70	c nbDecision=430000 #clauses=430818
254.40/127.60	c nbDecision=440000 #clauses=440816
262.97/131.89	c nbDecision=450000 #clauses=450820
272.15/136.46	c nbDecision=460000 #clauses=460814
279.73/140.27	c nbDecision=470000 #clauses=470818
288.11/144.42	c nbDecision=480000 #clauses=480817
296.88/148.84	c nbDecision=490000 #clauses=490821
305.47/153.15	c nbDecision=500000 #clauses=500819
314.24/157.59	c nbDecision=510000 #clauses=510819
324.03/162.41	c nbDecision=520000 #clauses=520824
331.21/166.04	c nbDecision=530000 #clauses=530813
337.60/169.20	c nbDecision=540000 #clauses=540812
344.39/172.67	c nbDecision=550000 #clauses=550814
351.97/176.44	c nbDecision=560000 #clauses=560817
358.94/179.91	c flip 0 nbSat=568641 maxSat=304680
359.54/180.30	c nbDecision=570000 #clauses=570819
368.91/184.96	c nbDecision=580000 #clauses=580815
379.69/190.32	c nbDecision=590000 #clauses=590814
387.26/194.10	c nbDecision=600000 #clauses=600819
396.24/198.65	c nbDecision=610000 #clauses=610818
407.62/204.30	c nbDecision=620000 #clauses=620821
417.00/209.06	c nbDecision=630000 #clauses=630816
428.38/214.75	c nbDecision=640000 #clauses=640819
441.54/221.31	c nbDecision=650000 #clauses=650819
450.93/226.09	c nbDecision=660000 #clauses=660815
459.70/230.43	c nbDecision=670000 #clauses=670816
469.28/235.23	c nbDecision=680000 #clauses=680815
479.45/240.37	c nbDecision=690000 #clauses=690818
490.23/245.70	c nbDecision=700000 #clauses=700817
502.00/251.65	c nbDecision=710000 #clauses=710817
514.58/257.97	c nbDecision=720000 #clauses=720815
524.36/262.87	c nbDecision=730000 #clauses=730815
535.93/268.64	c nbDecision=740000 #clauses=740816
549.69/275.54	c nbDecision=750000 #clauses=750816
561.07/281.29	c nbDecision=760000 #clauses=760817
575.23/288.32	c nbDecision=770000 #clauses=770815
590.79/296.17	c nbDecision=780000 #clauses=780819
600.57/301.08	c nbDecision=790000 #clauses=790819
609.16/305.38	c nbDecision=800000 #clauses=800815
618.95/310.29	c nbDecision=810000 #clauses=810818
629.11/315.36	c nbDecision=820000 #clauses=820817
639.88/320.73	c nbDecision=830000 #clauses=830819
651.46/326.55	c nbDecision=840000 #clauses=840818
663.82/332.74	c nbDecision=850000 #clauses=850815
673.81/337.72	c nbDecision=860000 #clauses=860816
685.17/343.47	c nbDecision=870000 #clauses=870819
694.55/348.15	c flip 0 nbSat=876891 maxSat=568734
698.94/350.32	c nbDecision=880000 #clauses=880819
710.52/356.14	c nbDecision=890000 #clauses=890819
724.29/363.01	c nbDecision=900000 #clauses=900820
739.85/370.85	c nbDecision=910000 #clauses=910819
750.81/376.37	c nbDecision=920000 #clauses=920814
761.60/381.79	c nbDecision=930000 #clauses=930818
773.97/387.96	c nbDecision=940000 #clauses=940815
786.54/394.28	c nbDecision=950000 #clauses=950819
799.92/400.99	c nbDecision=960000 #clauses=960822
814.29/408.16	c nbDecision=970000 #clauses=970818
829.25/415.61	c nbDecision=980000 #clauses=980818
841.61/421.88	c nbDecision=990000 #clauses=990818
855.98/429.00	c nbDecision=1000000 #clauses=1000822
871.95/437.01	c nbDecision=1010000 #clauses=1010818
886.11/444.18	c nbDecision=1020000 #clauses=1020821
902.88/452.52	c nbDecision=1030000 #clauses=1030820
921.44/461.83	c nbDecision=1040000 #clauses=1040823
929.60/465.91	c nbDecision=1050000 #clauses=1050815
936.59/469.49	c nbDecision=1060000 #clauses=1060816
944.98/473.70	c nbDecision=1070000 #clauses=1070818
953.36/477.82	c nbDecision=1080000 #clauses=1080815
962.33/482.38	c nbDecision=1090000 #clauses=1090814
972.12/487.29	c nbDecision=1100000 #clauses=1100816
982.29/492.30	c nbDecision=1110000 #clauses=1110815
990.47/496.41	c nbDecision=1120000 #clauses=1120816
1000.06/501.21	c nbDecision=1130000 #clauses=1130818
1011.03/506.72	c nbDecision=1140000 #clauses=1140815
1020.80/511.61	c nbDecision=1150000 #clauses=1150817
1032.37/517.44	c nbDecision=1160000 #clauses=1160819
1046.14/524.35	c nbDecision=1170000 #clauses=1170822
1054.13/528.33	c nbDecision=1180000 #clauses=1180815
1062.91/532.77	c nbDecision=1190000 #clauses=1190817
1073.29/537.94	c nbDecision=1200000 #clauses=1200816
1083.27/542.92	c nbDecision=1210000 #clauses=1210818
1094.44/548.51	c nbDecision=1220000 #clauses=1220819
1106.39/554.54	c nbDecision=1230000 #clauses=1230820
1118.17/560.43	c nbDecision=1240000 #clauses=1240815
1128.75/565.73	c nbDecision=1250000 #clauses=1250819
1140.53/571.66	c nbDecision=1260000 #clauses=1260815
1153.50/578.19	c nbDecision=1270000 #clauses=1270816
1165.87/584.35	c nbDecision=1280000 #clauses=1280820
1180.04/591.43	c nbDecision=1290000 #clauses=1290819
1196.78/599.85	c nbDecision=1300000 #clauses=1300813

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-333517-1173518670 -o ROOT/results/node4/solver-333517-1173518670 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333517-1173518670/ornithorynque /tmp/evaluation/333517-1173518670/instance-333517-1173518670.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.84 0.94 0.96 3/77 20257
/proc/meminfo: memFree=1556136/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=23220 CPUtime=0
/proc/20257/stat : 20257 (ornithorynque) R 20255 20257 18582 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 371821856 23777280 266 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259910569233 0 0 4096 0 0 0 0 17 1 0 0
/proc/20257/statm: 5805 266 219 42 0 45 0

[startup+0.047102 s]
/proc/loadavg: 0.84 0.94 0.96 3/77 20257
/proc/meminfo: memFree=1556136/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=45084 CPUtime=0.07
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 575 0 0 0 7 0 0 0 18 0 3 0 371821856 46166016 536 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 11271 536 387 42 0 5523 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45084

[startup+0.101108 s]
/proc/loadavg: 0.84 0.94 0.96 3/77 20257
/proc/meminfo: memFree=1556136/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=45084 CPUtime=0.18
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 614 0 0 0 18 0 0 0 18 0 3 0 371821856 46166016 575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 11271 575 387 42 0 5523 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45084

[startup+0.301126 s]
/proc/loadavg: 0.84 0.94 0.96 3/77 20257
/proc/meminfo: memFree=1556136/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=45216 CPUtime=0.58
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 759 0 0 0 58 0 0 0 18 0 3 0 371821856 46301184 720 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 11304 720 387 42 0 5556 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45216

[startup+0.701165 s]
/proc/loadavg: 0.84 0.94 0.96 3/77 20257
/proc/meminfo: memFree=1556136/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=46812 CPUtime=1.38
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 1044 0 0 0 138 0 0 0 18 0 3 0 371821856 47935488 1005 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 11703 1005 387 42 0 5955 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 46812

[startup+1.50224 s]
/proc/loadavg: 0.84 0.94 0.96 3/80 20260
/proc/meminfo: memFree=1553168/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=49060 CPUtime=2.98
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 1511 0 0 0 298 0 0 0 18 0 3 0 371821856 50237440 1472 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 12265 1472 387 42 0 6517 0
[pid=20257/tid=20259] ppid=20255 vsize=49060 CPUtime=1.48
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 568 0 0 0 148 0 0 0 25 0 3 0 371821857 50237440 1472 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259913061089 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=49060 CPUtime=1.48
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 413 0 0 0 148 0 0 0 25 0 3 0 371821857 50237440 1472 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 49060

[startup+3.1024 s]
/proc/loadavg: 0.93 0.96 0.97 3/80 20260
/proc/meminfo: memFree=1550608/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=53796 CPUtime=6.18
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 2634 0 0 0 617 1 0 0 18 0 3 0 371821856 55087104 2529 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 13449 2529 387 42 0 7701 0
[pid=20257/tid=20259] ppid=20255 vsize=53796 CPUtime=3.08
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 1157 0 0 0 308 0 0 0 18 0 3 0 371821857 55087104 2529 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=53796 CPUtime=3.07
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 947 0 0 0 307 0 0 0 25 0 3 0 371821857 55087104 2529 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242262 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 53796

[startup+6.30171 s]
/proc/loadavg: 0.93 0.96 0.97 3/80 20260
/proc/meminfo: memFree=1544848/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=56364 CPUtime=12.56
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 3456 0 0 0 1254 2 0 0 18 0 3 0 371821856 57716736 3286 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 14091 3286 387 42 0 8343 0
[pid=20257/tid=20259] ppid=20255 vsize=56364 CPUtime=6.28
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 1979 0 0 0 627 1 0 0 25 0 3 0 371821857 57716736 3286 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=56364 CPUtime=6.26
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 947 0 0 0 626 0 0 0 25 0 3 0 371821857 57716736 3286 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242269 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 56364

[startup+12.7013 s]
/proc/loadavg: 1.02 0.97 0.97 3/80 20260
/proc/meminfo: memFree=1536208/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=66896 CPUtime=25.32
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 5948 0 0 0 2528 4 0 0 18 0 3 0 371821856 68501504 5370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 16724 5370 387 42 0 10976 0
[pid=20257/tid=20259] ppid=20255 vsize=66896 CPUtime=12.67
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 3203 0 0 0 1265 2 0 0 25 0 3 0 371821857 68501504 5370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311112 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=66896 CPUtime=12.62
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 2215 0 0 0 1261 1 0 0 25 0 3 0 371821857 68501504 5370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 66896

[startup+25.5015 s]
/proc/loadavg: 1.24 1.02 0.99 3/80 20260
/proc/meminfo: memFree=1525648/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=76764 CPUtime=50.86
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 8850 0 0 0 5079 7 0 0 18 0 3 0 371821856 78606336 7946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 19191 7946 387 42 0 13443 0
[pid=20257/tid=20259] ppid=20255 vsize=76764 CPUtime=25.47
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 6105 0 0 0 2542 5 0 0 25 0 3 0 371821857 78606336 7946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311185 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=76764 CPUtime=25.37
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 2215 0 0 0 2536 1 0 0 25 0 3 0 371821857 78606336 7946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 76764

[startup+51.102 s]
/proc/loadavg: 1.50 1.10 1.02 3/80 20260
/proc/meminfo: memFree=1497040/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=113012 CPUtime=101.95
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 19814 0 0 0 10181 14 0 0 18 0 3 0 371821856 115724288 15123 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 28253 15123 387 42 0 22505 0
[pid=20257/tid=20259] ppid=20255 vsize=113012 CPUtime=51.06
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 11821 0 0 0 5096 10 0 0 25 0 3 0 371821857 115724288 15123 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311200 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=113012 CPUtime=50.87
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 7463 0 0 0 5084 3 0 0 25 0 3 0 371821857 115724288 15123 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 113012

[startup+102.306 s]
/proc/loadavg: 1.80 1.25 1.07 3/80 20260
/proc/meminfo: memFree=1451600/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=173956 CPUtime=204.12
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 40010 0 0 0 20385 27 0 0 18 0 3 0 371821856 178130944 26370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 43489 26370 387 42 0 37741 0
[pid=20257/tid=20259] ppid=20255 vsize=173956 CPUtime=102.24
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 19044 0 0 0 10207 17 0 0 25 0 3 0 371821857 178130944 26370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311525 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=173956 CPUtime=101.85
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 20436 0 0 0 10176 9 0 0 25 0 3 0 371821857 178130944 26370 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 173956

[startup+162.302 s]
/proc/loadavg: 1.92 1.37 1.12 3/80 20260
/proc/meminfo: memFree=1427600/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=198796 CPUtime=323.83
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 47140 0 0 0 32347 36 0 0 18 0 3 0 371821856 203567104 32405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 49699 32405 387 42 0 43951 0
[pid=20257/tid=20259] ppid=20255 vsize=198796 CPUtime=162.22
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 26174 0 0 0 16196 26 0 0 25 0 3 0 371821857 203567104 32405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259913061031 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=198796 CPUtime=161.58
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 20436 0 0 0 16149 9 0 0 25 0 3 0 371821857 203567104 32405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.83
Current children cumulated vsize (KiB) 198796

[startup+222.301 s]
/proc/loadavg: 1.97 1.49 1.18 3/80 20260
/proc/meminfo: memFree=1373328/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=275296 CPUtime=443.55
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 74552 0 0 0 44301 54 0 0 18 0 3 0 371821856 281903104 45870 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 68824 45870 387 42 0 63076 0
[pid=20257/tid=20259] ppid=20255 vsize=275296 CPUtime=222.2
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 33727 0 0 0 22183 37 0 0 25 0 3 0 371821857 281903104 45870 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311496 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=275296 CPUtime=221.33
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 40295 0 0 0 22117 16 0 0 25 0 3 0 371821857 281903104 45870 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242179 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 275296

[startup+282.301 s]
/proc/loadavg: 1.99 1.57 1.22 3/80 20260
/proc/meminfo: memFree=1356112/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=291680 CPUtime=563.26
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 79175 0 0 0 56262 64 0 0 18 0 3 0 371821856 298680320 50236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 72920 50236 387 42 0 67172 0
[pid=20257/tid=20259] ppid=20255 vsize=291680 CPUtime=282.18
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 38350 0 0 0 28171 47 0 0 25 0 3 0 371821857 298680320 50236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=291680 CPUtime=281.06
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 40295 0 0 0 28090 16 0 0 25 0 3 0 371821857 298680320 50236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284373 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.26
Current children cumulated vsize (KiB) 291680

[startup+342.302 s]
/proc/loadavg: 1.99 1.65 1.27 3/80 20260
/proc/meminfo: memFree=1337232/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=310124 CPUtime=682.98
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 84619 0 0 0 68227 71 0 0 18 0 3 0 371821856 317566976 54908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 77531 54908 387 42 0 71783 0
[pid=20257/tid=20259] ppid=20255 vsize=310124 CPUtime=342.17
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 43794 0 0 0 34163 54 0 0 25 0 3 0 371821857 317566976 54908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=310124 CPUtime=340.79
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 40295 0 0 0 34063 16 0 0 25 0 3 0 371821857 317566976 54908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.98
Current children cumulated vsize (KiB) 310124

[startup+402.302 s]
/proc/loadavg: 1.99 1.71 1.31 3/80 20260
/proc/meminfo: memFree=1285648/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=347532 CPUtime=802.71
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 102906 0 0 0 80186 85 0 0 18 0 3 0 371821856 355872768 67835 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 86883 67835 387 42 0 81135 0
[pid=20257/tid=20259] ppid=20255 vsize=347532 CPUtime=402.15
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 47953 0 0 0 40152 63 0 0 25 0 3 0 371821857 355872768 67835 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=347532 CPUtime=400.54
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 40033 21 0 0 25 0 3 0 371821857 355872768 67835 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242378 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.71
Current children cumulated vsize (KiB) 347532

[startup+462.301 s]
/proc/loadavg: 1.99 1.76 1.35 3/80 20260
/proc/meminfo: memFree=1272720/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=359052 CPUtime=922.43
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 106151 0 0 0 92153 90 0 0 18 0 3 0 371821856 367669248 71015 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 89763 71015 387 42 0 84015 0
[pid=20257/tid=20259] ppid=20255 vsize=359052 CPUtime=462.14
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 51198 0 0 0 46146 68 0 0 25 0 3 0 371821857 367669248 71015 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=359052 CPUtime=460.27
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 46006 21 0 0 25 0 3 0 371821857 367669248 71015 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241579 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.43
Current children cumulated vsize (KiB) 359052

[startup+522.302 s]
/proc/loadavg: 1.99 1.80 1.39 3/80 20260
/proc/meminfo: memFree=1246224/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=391828 CPUtime=1042.15
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 116307 0 0 0 104114 101 0 0 18 0 3 0 371821856 401231872 77641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 97957 77641 387 42 0 92209 0
[pid=20257/tid=20259] ppid=20255 vsize=391828 CPUtime=522.12
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 61354 0 0 0 52133 79 0 0 25 0 3 0 371821857 401231872 77641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=391828 CPUtime=520.01
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 51980 21 0 0 25 0 3 0 371821857 401231872 77641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242181 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.15
Current children cumulated vsize (KiB) 391828

[startup+582.302 s]
/proc/loadavg: 1.99 1.83 1.42 3/80 20260
/proc/meminfo: memFree=1229008/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=407188 CPUtime=1161.88
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 120589 0 0 0 116078 110 0 0 18 0 3 0 371821856 416960512 81923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 101797 81923 387 42 0 96049 0
[pid=20257/tid=20259] ppid=20255 vsize=407188 CPUtime=582.1
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 65636 0 0 0 58122 88 0 0 25 0 3 0 371821857 416960512 81923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311481 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=407188 CPUtime=579.75
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 57954 21 0 0 25 0 3 0 371821857 416960512 81923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.88
Current children cumulated vsize (KiB) 407188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.503 s]
/proc/loadavg: 1.99 1.84 1.43 3/80 20260
/proc/meminfo: memFree=1224400/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=413332 CPUtime=1200.19
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 122208 0 0 0 119906 113 0 0 18 0 3 0 371821856 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 103333 83029 387 42 0 97585 0
[pid=20257/tid=20259] ppid=20255 vsize=413332 CPUtime=601.3
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 67255 0 0 0 60040 90 0 0 25 0 3 0 371821857 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=413332 CPUtime=598.86
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 59865 21 0 0 25 0 3 0 371821857 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241403 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 413332

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

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

[startup+601.503 s]
/proc/loadavg: 1.99 1.84 1.43 3/80 20260
/proc/meminfo: memFree=1224400/2055920 swapFree=4153224/4192956
[pid=20257] ppid=20255 vsize=413332 CPUtime=1200.19
/proc/20257/stat : 20257 (ornithorynque) S 20255 20257 18582 0 -1 4194304 122208 0 0 0 119906 113 0 0 18 0 3 0 371821856 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/20257/statm: 103333 83029 387 42 0 97585 0
[pid=20257/tid=20259] ppid=20255 vsize=413332 CPUtime=601.3
/proc/20257/task/20259/stat : 20259 (ornithorynque) R 20255 20257 18582 0 -1 4194368 67255 0 0 0 60040 90 0 0 25 0 3 0 371821857 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=20257/tid=20260] ppid=20255 vsize=413332 CPUtime=598.86
/proc/20257/task/20260/stat : 20260 (ornithorynque) R 20255 20257 18582 0 -1 4194368 54423 0 0 0 59865 21 0 0 25 0 3 0 371821857 423251968 83029 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241403 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 413332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.565
CPU time (s): 1200.26
CPU user time (s): 1199.08
CPU system time (s): 1.18082
CPU usage (%): 199.523
Max. virtual memory (cumulated for all children) (KiB): 413332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 1.18082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122208
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= 56
involuntary context switches= 22576

runsolver used 0.571913 second user time and 1.63775 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 09:24:30 UTC 2007

IDJOB= 333517
IDBENCH= 24605
IDSOLVER= 139
FILE ID= node4/333517-1173518670

PBS_JOBID= 4101128

Free space on /tmp= 66542 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-210-1.sat05-2158.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333517-1173518670/ornithorynque /tmp/evaluation/333517-1173518670/instance-333517-1173518670.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-333517-1173518670 -o ROOT/results/node4/solver-333517-1173518670 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333517-1173518670/ornithorynque /tmp/evaluation/333517-1173518670/instance-333517-1173518670.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ec08a813e0e830faf90b4c50fad3a86d

RANDOM SEED= 621312729

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.231
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.231
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:       1556608 kB
Buffers:         45304 kB
Cached:         377184 kB
SwapCached:       2920 kB
Active:         260336 kB
Inactive:       186096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556608 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:             444 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            38416 kB
Committed_AS:  1285944 kB
PageTables:       1768 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= 66542 MiB

End job on node4 on Sat Mar 10 09:34:34 UTC 2007