Trace number 2079628

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
Sugar v1.14.6+picosat? (TO) 1800.09 1809.52

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-16_ext.xml
MD5SUM0815438ca54777d4041aeb39a85cfd39
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark100.439
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 05:12:58 2009
0.02/0.07	c 0	PID 22482
0.02/0.08	c 0	HOST node90.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2079628-1247368378.xml TO HOME/temp.csp
0.02/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079628-1247368378.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.83	c 1	Parsing HOME/temp.csp
1.70/1.81	c 2	parsed 137 expressions
1.70/1.82	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.82	c 2	Converting to clausal form CSP
1.70/1.84	c 2	converted 14 (10%) expressions
1.70/1.85	c 2	converted 28 (20%) expressions
1.70/1.86	c 2	converted 42 (30%) expressions
1.90/2.00	c 2	converted 55 (40%) expressions
1.90/2.01	c 2	converted 69 (50%) expressions
1.90/2.09	c 2	converted 83 (60%) expressions
2.00/2.18	c 2	converted 96 (70%) expressions
2.10/2.28	c 2	converted 110 (80%) expressions
2.19/2.39	c 2	converted 124 (90%) expressions
2.49/2.65	c 3	converted 137 (100%) expressions
2.49/2.65	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.65	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.65	c 3	Propagation in CSP
2.49/2.65	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.65	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.65	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.65	c 3	Simplifing CSP by introducing new Boolean variables
2.49/2.65	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.65	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.76	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.77	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.59/2.77	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.59/2.77	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.59/2.77	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.59/2.77	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.59/2.77	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.59/2.77	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.59/2.78	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.59/2.78	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.59/2.78	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.79/2.96	c 3	6 (10%) CSP clauses are encoded (11152 clauses, 239020 bytes)
2.89/3.08	c 3	12 (20%) CSP clauses are encoded (21931 clauses, 496366 bytes)
3.09/3.21	c 3	18 (30%) CSP clauses are encoded (32766 clauses, 755509 bytes)
3.19/3.34	c 3	24 (40%) CSP clauses are encoded (43587 clauses, 1018204 bytes)
3.29/3.43	c 3	29 (50%) CSP clauses are encoded (51887 clauses, 1219077 bytes)
3.39/3.55	c 4	35 (60%) CSP clauses are encoded (62780 clauses, 1489553 bytes)
3.49/3.68	c 4	41 (70%) CSP clauses are encoded (73572 clauses, 1775587 bytes)
3.68/3.81	c 4	47 (80%) CSP clauses are encoded (84433 clauses, 2066447 bytes)
3.79/3.92	c 4	53 (90%) CSP clauses are encoded (94604 clauses, 2337048 bytes)
3.89/4.02	c 4	58 (100%) CSP clauses are encoded (103588 clauses, 2577703 bytes)
3.89/4.02	c 4	58 CSP clauses encoded
3.89/4.03	c 4	Writing map file : HOME/temp.map
3.89/4.03	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/4.03	c 4	SAT : 380 SAT variables, 103588 SAT clauses, 2577703 bytes
3.89/4.03	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/4.05	c 4	SOLVING HOME/temp.cnf
3.89/4.05	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1809.50	sh: line 1: 22506 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1809.51	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1809.51	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1809.51	c ERROR INTERRUPTED
1800.04/1809.52	s UNKNOWN
1800.04/1809.52	c 1810	CPU 1800.06 (0.05 0.01 1798.95 1.05)
1800.04/1809.52	c 1810	END Sun Jul 12 05:43:08 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079628-1247368378/watcher-2079628-1247368378 -o /tmp/evaluation-result-2079628-1247368378/solver-2079628-1247368378 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2079628-1247368378.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.12 4/73 22482
/proc/meminfo: memFree=1780100/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=3672 CPUtime=0
/proc/22482/stat : 22482 (sugar) R 22480 22482 17291 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 23902470 3760128 34 996147200 4194304 4206940 548682068608 18446744073709551615 256362218192 0 0 4096 0 0 0 0 17 1 0 0
/proc/22482/statm: 918 38 29 3 0 8 0

[startup+0.048123 s]
/proc/loadavg: 2.01 2.02 2.12 4/73 22482
/proc/meminfo: memFree=1780100/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=13468 CPUtime=0.02
/proc/22482/stat : 22482 (sugar) R 22480 22482 17291 0 -1 4194304 755 0 0 0 2 0 0 0 18 0 1 0 23902470 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 256373733666 0 0 4224 0 0 0 0 17 1 0 0
/proc/22482/statm: 3367 725 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.102133 s]
/proc/loadavg: 2.01 2.02 2.12 4/73 22482
/proc/meminfo: memFree=1780100/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=0.06
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23902470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22482/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302166 s]
/proc/loadavg: 2.01 2.02 2.12 4/73 22482
/proc/meminfo: memFree=1780100/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=0.06
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23902470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22482/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701194 s]
/proc/loadavg: 2.01 2.02 2.12 4/73 22482
/proc/meminfo: memFree=1780100/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=0.06
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23902470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22482/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50128 s]
/proc/loadavg: 2.01 2.02 2.12 3/84 22504
/proc/meminfo: memFree=1768876/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=0.69
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1309 7126 0 1 5 1 58 5 15 0 1 0 23902470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1111 409 3 0 796 0
[pid=22495] ppid=22482 vsize=5356 CPUtime=0
/proc/22495/stat : 22495 (sh) S 22482 22482 17291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23902546 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22495/statm: 1339 233 193 169 0 50 0
[pid=22496] ppid=22495 vsize=862288 CPUtime=0.71
/proc/22496/stat : 22496 (java) S 22495 22482 17291 0 -1 0 7362 0 1 0 68 3 0 0 20 0 9 0 23902546 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22496/statm: 215572 6636 2158 9 0 210485 0
[pid=22496/tid=22497] ppid=22495 vsize=862288 CPUtime=0.47
/proc/22496/task/22497/stat : 22497 (java) R 22495 22482 17291 0 -1 64 2032 0 1 0 47 0 0 0 25 0 9 0 23902547 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22498] ppid=22495 vsize=862288 CPUtime=0.19
/proc/22496/task/22498/stat : 22498 (java) R 22495 22482 17291 0 -1 64 4327 0 0 0 17 2 0 0 16 0 9 0 23902548 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 103761204 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22499] ppid=22495 vsize=862288 CPUtime=0
/proc/22496/task/22499/stat : 22499 (java) S 22495 22482 17291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23902549 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22500] ppid=22495 vsize=862288 CPUtime=0
/proc/22496/task/22500/stat : 22500 (java) S 22495 22482 17291 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23902549 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22501] ppid=22495 vsize=862288 CPUtime=0
/proc/22496/task/22501/stat : 22501 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23902551 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22502] ppid=22495 vsize=862288 CPUtime=0.03
/proc/22496/task/22502/stat : 22502 (java) S 22495 22482 17291 0 -1 64 299 0 0 0 3 0 0 0 22 0 9 0 23902551 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22503] ppid=22495 vsize=862288 CPUtime=0
/proc/22496/task/22503/stat : 22503 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23902551 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22504] ppid=22495 vsize=862288 CPUtime=0
/proc/22496/task/22504/stat : 22504 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23902551 882982912 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884512

[startup+3.10245 s]
/proc/loadavg: 2.09 2.03 2.12 4/84 22504
/proc/meminfo: memFree=1742956/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=0.69
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1310 7126 0 1 5 1 58 5 15 0 1 0 23902470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1111 409 3 0 796 0
[pid=22495] ppid=22482 vsize=5356 CPUtime=0
/proc/22495/stat : 22495 (sh) S 22482 22482 17291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23902546 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22495/statm: 1339 233 193 169 0 50 0
[pid=22496] ppid=22495 vsize=864496 CPUtime=2.3
/proc/22496/stat : 22496 (java) S 22495 22482 17291 0 -1 0 14828 0 1 0 223 7 0 0 20 0 9 0 23902546 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22496/statm: 216124 14042 2590 9 0 210601 0
[pid=22496/tid=22497] ppid=22495 vsize=864496 CPUtime=1.26
/proc/22496/task/22497/stat : 22497 (java) R 22495 22482 17291 0 -1 64 3286 0 1 0 125 1 0 0 25 0 9 0 23902547 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22498] ppid=22495 vsize=864496 CPUtime=0.93
/proc/22496/task/22498/stat : 22498 (java) S 22495 22482 17291 0 -1 64 10511 0 0 0 89 4 0 0 16 0 9 0 23902548 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22499] ppid=22495 vsize=864496 CPUtime=0
/proc/22496/task/22499/stat : 22499 (java) S 22495 22482 17291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23902549 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22500] ppid=22495 vsize=864496 CPUtime=0
/proc/22496/task/22500/stat : 22500 (java) S 22495 22482 17291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23902549 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22501] ppid=22495 vsize=864496 CPUtime=0
/proc/22496/task/22501/stat : 22501 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23902551 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22502] ppid=22495 vsize=864496 CPUtime=0.07
/proc/22496/task/22502/stat : 22502 (java) S 22495 22482 17291 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 23902551 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22503] ppid=22495 vsize=864496 CPUtime=0
/proc/22496/task/22503/stat : 22503 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23902551 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22496/tid=22504] ppid=22495 vsize=864496 CPUtime=0
/proc/22496/task/22504/stat : 22504 (java) S 22495 22482 17291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23902551 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886720

[startup+6.30278 s]
/proc/loadavg: 2.09 2.03 2.12 3/76 22506
/proc/meminfo: memFree=1768044/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=5232 CPUtime=2.22
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 1203 0 0 0 143 79 0 0 25 0 1 0 23902875 5357568 1189 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 1308 1189 42 102 0 1203 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27456

[startup+12.7014 s]
/proc/loadavg: 2.30 2.08 2.14 3/76 22506
/proc/meminfo: memFree=1766700/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=6024 CPUtime=8.6
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 1446 0 0 0 780 80 0 0 25 0 1 0 23902875 6168576 1432 996147200 134512640 134931368 4294956256 18446744073709551615 134529054 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 1506 1432 42 102 0 1401 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 28248

[startup+25.5028 s]
/proc/loadavg: 2.33 2.09 2.14 3/76 22506
/proc/meminfo: memFree=1765804/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=7028 CPUtime=21.15
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 1702 0 0 0 2034 81 0 0 25 0 1 0 23902875 7196672 1686 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 1757 1686 48 102 0 1652 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 29252

[startup+51.1024 s]
/proc/loadavg: 2.22 2.08 2.14 3/76 22506
/proc/meminfo: memFree=1765612/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=7796 CPUtime=46.63
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 1776 0 0 0 4582 81 0 0 25 0 1 0 23902875 7983104 1760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 1949 1760 48 102 0 1844 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 30020

[startup+102.303 s]
/proc/loadavg: 2.08 2.07 2.12 3/76 22506
/proc/meminfo: memFree=1765036/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=8396 CPUtime=97.63
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 1944 0 0 0 9681 82 0 0 25 0 1 0 23902875 8597504 1861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 2099 1861 48 102 0 1994 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 30620

[startup+162.303 s]
/proc/loadavg: 2.03 2.05 2.11 3/77 22507
/proc/meminfo: memFree=1764580/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13272 CPUtime=1231.31
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 4614 0 0 0 123044 87 0 0 25 0 1 0 23902875 13590528 3127 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3318 3127 48 102 0 3213 0
Current children cumulated CPU time (s) 1235.24
Current children cumulated vsize (KiB) 35496

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 22669
/proc/meminfo: memFree=1700244/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13272 CPUtime=1291.05
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 4614 0 0 0 129018 87 0 0 25 0 1 0 23902875 13590528 3127 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3318 3127 48 102 0 3213 0
Current children cumulated CPU time (s) 1294.98
Current children cumulated vsize (KiB) 35496

[startup+1362.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/84 22669
/proc/meminfo: memFree=1700180/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13272 CPUtime=1350.8
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 4704 0 0 0 134993 87 0 0 25 0 1 0 23902875 13590528 3127 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3318 3127 48 102 0 3213 0
Current children cumulated CPU time (s) 1354.73
Current children cumulated vsize (KiB) 35496

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/84 22669
/proc/meminfo: memFree=1699796/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13536 CPUtime=1410.53
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 4883 0 0 0 140966 87 0 0 25 0 1 0 23902875 13860864 3211 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3384 3211 48 102 0 3279 0
Current children cumulated CPU time (s) 1414.46
Current children cumulated vsize (KiB) 35760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/84 22669
/proc/meminfo: memFree=1699796/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13536 CPUtime=1470.28
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 4883 0 0 0 146941 87 0 0 25 0 1 0 23902875 13860864 3211 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3384 3211 48 102 0 3279 0
Current children cumulated CPU time (s) 1474.21
Current children cumulated vsize (KiB) 35760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 22669
/proc/meminfo: memFree=1699284/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13932 CPUtime=1530.03
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5098 0 0 0 152915 88 0 0 25 0 1 0 23902875 14266368 3331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3483 3331 48 102 0 3378 0
Current children cumulated CPU time (s) 1533.96
Current children cumulated vsize (KiB) 36156

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 22669
/proc/meminfo: memFree=1699284/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13932 CPUtime=1589.78
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5098 0 0 0 158890 88 0 0 25 0 1 0 23902875 14266368 3331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3483 3331 48 102 0 3378 0
Current children cumulated CPU time (s) 1593.71
Current children cumulated vsize (KiB) 36156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 22669
/proc/meminfo: memFree=1699028/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13932 CPUtime=1649.52
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5205 0 0 0 164864 88 0 0 25 0 1 0 23902875 14266368 3339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3483 3339 48 102 0 3378 0
Current children cumulated CPU time (s) 1653.45
Current children cumulated vsize (KiB) 36156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 22669
/proc/meminfo: memFree=1698964/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=13932 CPUtime=1709.27
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5205 0 0 0 170839 88 0 0 25 0 1 0 23902875 14266368 3339 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3483 3339 48 102 0 3378 0
Current children cumulated CPU time (s) 1713.2
Current children cumulated vsize (KiB) 36156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 22669
/proc/meminfo: memFree=1698708/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=14196 CPUtime=1769.02
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5385 0 0 0 176814 88 0 0 25 0 1 0 23902875 14536704 3415 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3549 3415 48 102 0 3444 0
Current children cumulated CPU time (s) 1772.95
Current children cumulated vsize (KiB) 36420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 22669
/proc/meminfo: memFree=1698708/2055920 swapFree=4192812/4192956
[pid=22482] ppid=22480 vsize=16868 CPUtime=3.93
/proc/22482/stat : 22482 (sugar) S 22480 22482 17291 0 -1 4194304 1364 22295 0 2 5 1 372 15 16 0 1 0 23902470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22482/statm: 4217 1112 409 3 0 796 0
[pid=22505] ppid=22482 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22482 22482 17291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23902875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 232 193 169 0 50 0
[pid=22506] ppid=22505 vsize=14196 CPUtime=1796.11
/proc/22506/stat : 22506 (picosat) R 22505 22482 17291 0 -1 4194304 5385 0 0 0 179523 88 0 0 25 0 1 0 23902875 14536704 3415 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22506/statm: 3549 3415 48 102 0 3444 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 36420

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

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

Child status: 0
Real time (s): 1809.52
CPU time (s): 1800.09
CPU user time (s): 1799.02
CPU system time (s): 1.07584
CPU usage (%): 99.4788
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.07584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29824
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2457
involuntary context switches= 27444

runsolver used 2.30865 second user time and 5.73513 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 05:12:58
IDJOB=2079628
IDBENCH=56927
IDSOLVER=738
FILE ID=node90/2079628-1247368378
PBS_JOBID= 9506978
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079628-1247368378/watcher-2079628-1247368378 -o /tmp/evaluation-result-2079628-1247368378/solver-2079628-1247368378 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2079628-1247368378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0815438ca54777d4041aeb39a85cfd39
RANDOM SEED=743037205

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1780516 kB
Buffers:         30176 kB
Cached:         163964 kB
SwapCached:          0 kB
Active:         150152 kB
Inactive:        69592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780516 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2672 kB
Writeback:           0 kB
Mapped:          30248 kB
Slab:            41088 kB
Committed_AS:   236312 kB
PageTables:       1792 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= 66296 MiB
End job on node90 at 2009-07-12 05:43:10